This Page Is (NOW) Valid XHTML 1.0 Transitional!

February 1st, 2008 by amatesi

Happy day, today: My personal weblog is now Valid XHTML 1.0 Transitional. I’ve made essential corrections needed to clean the code.
As promised previously, on an older post (look here), I was struggling to make this template and related modifications, Valid XHTML 1.0.

Now I finally made it!

The magic between PHP, CSS, JAVASCRIPT and XHTML became something that every browser should be able to correctly interpret and render…OK, I know, there is that overlap between titles…and still no pictures…one thing at a time.

I wish to publicly thank the creators of Wordpress and the creators of the template (& related), Six Shooter Media: Thank you for your work.

For now, you can click the menu keyword called “XHTML“, on your right, in the Sidebar, below “META”, and see for yourself.

…finally looks like not all the web is crap, or at least, mine isn’t ;-)

Andrea Matesi

Posted in Web Master, Web Standards | No Comments »

All the web is crap…?

November 29th, 2007 by amatesi

This is about validation and clean coding techniques.

Recently, by browsing the web, I stuck at the w3c validator. Everybody knows it, everybody use it…or everybody ignores it?
Maybe latter is true!

Let’s start from the basics: after some modifications made to this current template (typography), thought about the (in)famous W3C Validator.
So, clicking at the link on the sidebar, near the end where it says “Valid XHTML”, was redirected there.
After the check, I found something like 12+ errors! Amazing! I just installed Wordpress, added some plugins, added this nice theme and wrote some random articles. The bad results, were in some way related to dumb errors, made by me when I first inserted content (I wrote directly, in place of putting code, so I forgot hyphens, etc.).
Then I tried to figure my errors (and try to solve them). I solved the solvable, the others are in my “future tasks” list, maybe someday I’ll figure them out.
In conclusion, for W3C Validator my site is crap.

Once I was there, I decided to give it a try once more and test some of the “big guns”, to see if they were good enough to pass the Validation process… surprise, surprise!

  • Microsoft.com is giving TONS of errors, but they may pass - MS generally tend to live inside it’s separate world.
  • SUN.COM is, like MS, a site full of crap, coded by people that don’t care about Open Standards.
  • DELL.COM results in 143 Errors, maybe the guys at Dell aren’t so synchronized about the creation of a standards conforming WebSite?
  • Even GOOGLE.COM, an example of clean, compact, fast and efficient website, results on, uhm, let’s see…there are 30 Errors!!!
  • Not talking of the mighty ADOBE.COM, THE contributors of a huge piece of the actual web - 7 errors.

And the list goes and goes and goes…For me this is simply incredible! Who’ll ever say that? The most expanded Operating System in the World, paired with the First Supporters of Open Source Software, followed by one the biggest HW Company in the WORLD, and neared by the BEST Search Engine of Earth, not to say about the BEST Web Editing & Graphics Software Company simply don’t care to have a “Standards Compliant Web Site”.

Now, if the “big guns” really don’t care about it, why should I?

My only consolation stands here: www.sitepoint.com results in only ONE error, and they don’t even sacrifice one bit of information, offering RICH content and 99.9% compliance.
Now that’s the way web sites get done, and sooner or later I will try and best their result on mine (even if this means a complete rewrite of the template). I can get no…

BTW, are we so sure W3C Validator is up to its task?

Update 25/dec/2007: My new search does give the INTERNATIONAL STANDARD ORGANIZATION (http://www.iso.org), as a “Non Valid” web site!
LOL! Even ISO don’t care about web standards.

Posted in Web Master, Web Standards | 1 Comment »

Joomla & Flash intro welcome (or splash) page integration

November 18th, 2007 by amatesi

My first post is gonna talk about the nice integration often searched by people ’round the web…
Enter Joomla & Flash Integration:

Quickstart for the impatient
1) Create a Section/Category/Content of your choice (say “intro”).
2) Create a void Joomla theme (go to compassdesign, they have an already made one).
3) Customize the template to your needs (insert Flash intro in that case).
4) Upload the template to your Joomla install and associate it to the “intro” Section.
5) Set the intro section as your first mainmenu entry and give it “Special” permissions.

…done: your site now will have a nice Flash intro!

For the less impaired, here a more detailded descriptive explanation:

As in point 1), you were taught to create an ex-novo section, this way you have a brand new section whom to associate a custom template. So, as usual, “New” -> “Section” and name it (whatever you want); “New” -> “Category” and name it then “New” -> “Content” and save, then create a new menu entry called “intro” wich connects to this section.

Next we need a null basic template for joomla, go get yours at www.compassdesigns.net (note you have to register, so proceed and search for Blank site template).

When you have it, open it up with your fav text editor (mine is PSPad) and customize it with your code (find the body and insert your splash intro code there); [here I'm not gonna go with many details: you have to know some basic (X)HTML on you own before doing that].

Now upload your hand-modified template as usual from the Joomla backend (”Install” -> “Templates”)

Then go to “template chooser” and open your listed template; from there “associate” the template to your “Menu Voice” (via the “Associate” button up-right.

Posted in Joomla, Web Master | No Comments »