Archive for the 'W3C' Category
Monday, November 27th, 2006
Here’s a quick and dirty shell script to convert some data from SQLite to HTML format.
sqlite3 -html contacts.sqlite “SELECT name, number FROM contacts” | tidy -asxhtml > contacts.html
Tidy will fix errors and convert the table into XHTML format.
Posted in General, XHTML, SQLite | No Comments »
Tuesday, November 14th, 2006
May be the W3C hasn’t paid attention to this bug which is considered as a feature.
When you write in Arabic letters and you include numbers, the numbers turn into Hindi, instead of Arabic ones! I do never use Hindi numbers, that’s why I’m obliged everytime I write in Arabic, to use Gimp in order […]
Posted in General, Arabic, HTML, XHTML | 6 Comments »
Monday, November 6th, 2006
I found out a good tool to make slide shows without having to use a program such as PowerPoint or OpenOffice presentation, called Slidy.
You only have to include a JavaScript file, and optionally, a CSS in order to define different classes. All what you need is a basic [X]HTML/CSS knowledge, and go ahead! It […]
Posted in General, PECL, W3C, CSS, XHTML, SQLite | 3 Comments »
Saturday, September 16th, 2006
This is probably the best SVG gallery! Not about the number of graphics, but the quality.
3D objects made with simplicity and elegance. If you try to make them with a 3D software, there would be too much needless nodes which makes their size very huge; it’s not the case here.
The only problem is the […]
Posted in General, OpenSource Softwares, Graphics, Inkscape, SVG | No Comments »
Friday, June 23rd, 2006
Nvu is a powerful WYSIWYG HTML and XHTML editor. I exclusively use this program when designing web pages for it’s reliable, has many features, supports CSS and generates valid code, let’s not mention it’s free!
However, it has been exactly one year since the last release of Nvu, 1.0 in June 22nd, 2005; no update, […]
Posted in General, OpenSource Softwares, CSS, XHTML, Nvu | 3 Comments »
Tuesday, June 13th, 2006
Yes, that’s it, the wonderful Firefox has a problem, I can’t say it’s a bug, since the developers are aware and I can even say that they did it intentionally; well, here’s the point, when you save a valid XHTML page (Option: Web Page, complete), it reformats it to HTML 4 and keeps XHTML […]
Posted in General, Firefox, XHTML | 3 Comments »
Friday, April 28th, 2006
I am only technical when talking of Web design. Like all webmasters, I know how to make a style sheet from a blank file, give definitions to elements, classes and ID’s, put HTML tags and respecting the standards; but I’m not artist in anyway. Art requires feelings, passion, mastering, whereas I make HTML/CSS templates […]
Posted in General, CSS, XHTML, Arts | 1 Comment »
Thursday, April 27th, 2006
I started to find out about AJAX, a fashion Web technology, which stands for Asynchronous JavaScript And XML; Hatem’s blog helped me a lot, and the Internet is a huge source of information.
A “hello world” application is like the following: it requests data from page.php and writes the content between div tag identified by […]
Posted in General, Programming, HTML | 1 Comment »
Thursday, January 19th, 2006
WordPress contains a nice WYSIWYG HTML editor, but it doesn’t fit with XHTML specifications.
I found out a cool method to generate valid XHTML code on WordPress; all what you need is Nvu and Vim.
First, use Nvu to edit your HTML text, and set you markup output to XHTML transitional:
Tools - Preferences - Advanced - […]
Posted in General, WordPress, Vim, W3C, XHTML, Nvu | 1 Comment »
Thursday, January 12th, 2006
Reading Linux Gazette, I found a nice RDF with XSL document that maps a picture and describes its parts.
I have hacked on the original script in order to change the picture and encode it using GraphInside.
You may also map the image using circles, shapes, etc.
This was tested on only Gecko softwares (Netscape, Mozilla, Firefox) […]
Posted in General, HTML, XML, CSS | No Comments »
Monday, December 12th, 2005
Learn how to draw Fedora Core logo with Inkscape through this tutorial.
Click here to download the tutorial.
Posted in General, Fedora Core, Graphics, Inkscape, SVG | 1 Comment »
Monday, November 28th, 2005
A Perl script to integrate graphics into a HTML file.
Requires Perl with the following CPAN modules: HTML::TokeParser and MIME::Base64.
Handles HTML and XHTML documents, recognizes GIF, PNG and JPEG graphics, parses full path image files, compatible with standards.
See a live example (the documentation itself) here.
Click here to download the script.
Posted in Programming, Perl, Graphics, W3C, HTML | No Comments »
Sunday, November 20th, 2005
I have coded a funny and buggy Feed Reader, with PHP and SQLite. So don’t be afraid if you see on the log a user-agent with a strange identity showing my URL: it means that I have added your RSS to my bookmarks
Posted in PHP, Network, XML, Databases, SQLite | No Comments »
Monday, November 14th, 2005
UNINTENTIONAL HUMOR is often the funniest. I’m co-presenting with Eric Meyer at the always-fabulous UI Conference (celebrating its 10th year!) and Eric, describing positioning, inadvertently said: “Here’s how we relatively position an elephant”
Now, Eric’s known for his oft subtle humor, but this was more a we-just-finished-lunch-so-we-all-need-a-nap situation. It came flying out of his mouth, no […]
Posted in General, Fun, W3C, CSS | No Comments »
Thursday, October 20th, 2005
Sometimes, you can find a very interesting web page, but the display is bad, especially for shining and incompatible colors, or very small fonts, …
EditCSS can fix this, but only for you: after installing the Firefox extension, right click anywhere in the page, and tick “Edit CSS” option; it will open a side bar with […]
Posted in Firefox, OpenSource Softwares, Firefox Extensions, W3C, CSS | No Comments »