floatutorial
Everything about float CSS property.
http://css.maxdesign.com.au/floatutorial/tutorial0103.htm
http://www.smashingmagazine.com/2007/05/01/css-float-theory-things-you-should-know/
Everything about float CSS property.
http://css.maxdesign.com.au/floatutorial/tutorial0103.htm
http://www.smashingmagazine.com/2007/05/01/css-float-theory-things-you-should-know/
In order to make your URLs in Joomla a bit more understandeble you need to do the following
a. enable modrewrite module in apache
b. tweak Joomla’s .htaccess file
This is how I did it:
Excellent collection of tutorial articles for Mootools JavaScript library.
A great article telling about how to create CSS+JS tooltips.
http://web-graphics.com/mtarchive/001717.php
Found on the net a rather interesting Ajax script that suggests different variants for completion of user input as he/she types.
http://www.brandspankingnew.net/specials/ajax_autosuggest/
ajax_autosuggest_autocomplete.html?
Yesterday I was trying to create form that would upload a file to the server. PHP script would then accept it and send it as an attachment to an email address. In order to attach a file I had to add multipart/mixed type headers. Upload worked just fine, but making multipart email to work was a bit of a trouble. Email would be successfuly sent and received but no content or attachment would appear in an email client (I use Opera’s inbuilt client). I looked at headers and everything was there: message, base64 encoded data but still nothing was showing in the email body. Read the rest of this entry »