about 5 months ago - No comments
When you allow users to comment and post stuff to your website, it is interesting and useful allowing them to post links and other stuff. But how can we do so easily?
Surely there is BBCode, phpBB, allowing only some HTML tags… etc but how easy is this approach for the end user? Of course some More >
about 1 year ago - No comments
this is quite a neat trick, and it can look really good depending on your design and the image you put as background…
To get it to work all you need is to apply a padding and display:block; to the image. So the CSS would be:
img{
display:block;
padding:10px;
background-image:url(image.gif);
}
Here is a very smart use of this technique, where a More >
about 1 year ago - 7 comments
If you maintain a website, you will surely know how important it is to never have any spelling errors in your copy. And if you really care you will always run for sure a spell checker on all your text, but isn’t that quite over work? Wouldn’t it be much simpler if your browser did More >
about 1 year ago - 4 comments
How many times have you seen those great “If browsers were like… boats/women/cars/houses…” articles? I always wanted to make one of those, but I don’t know exactly which “technology” to use, so I’ll do one that basically says almost everything:
Firefox:
If Firefox was a car: It would probably be a BMW or a Porshe, something elegant, More >
about 1 year ago - 3 comments
The Google XML allows you to inform search engines about URLs on your websites that are available for crawling. Simply, a Sitemap that uses the Sitemap Protocol is an XML file that lists URLs for a site. It also allows web developers to include additional information about each URL ( last update; how often it More >