Archive for the 'HTML' Category
Feel the CSS beauty
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 »
Flirting with AJAX
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 »
Writing valid XHTML posts on WordPress
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 »
XSL Rules!
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 »
GraphInside
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 »
Culture Shock: doctors Office
Tuesday, October 11th, 2005
Found a cool medical HTML template at OSWD.
It’s XHTML compliant and has nice CSS features, without tables nor Javascript.
Posted in W3C, HTML, CSS, XHTML | No Comments »
Yet Another Easter Egg!
Tuesday, October 4th, 2005
Another verse of the Book of Mozilla , not by Firefox or any Gecko software, but with Nvu!
Click on Help, About Nvu and click on Credits while holding “Shift” key.
You will be redirected to http://disruptive-innovations.com/book/0823.html, where you can read the following verse:
The elementals fought and sent back the armies of Mammon to the inner […]
Posted in Fun, The Book of Mozilla, Nvu | No Comments »
Quick hacks on WordPress
Sunday, September 25th, 2005
I made some quick and dirty hacks on WordPress that are useful for me:
Fixed keyword meta-tag adding categories as keywords; no need to make a file, just added to header.php the following lines:
get_var(”SELECT COUNT(*) FROM $wpdb->categories”); ?>
Swobodin,blog” />
Added a plug-in that inserts images […]
Posted in PHP, WordPress, HTML | 1 Comment »
A HTML validator for Firefox
Saturday, September 24th, 2005
The best Firefox extension I have ever downloaded is the HTML Validator, based on Tidy, the extension puts an icon at the foot of the browser, checking for each page whether it is or not a valid HTML or XHML.
If the icon is green (first picture), no validation error, thus the page is […]
Posted in Firefox Extensions, HTML | No Comments »