Archives
Categories
Today USD Exchange Rate
Author Archives: ventolin
Seller Discogs RSS feed
I don’t know why was so hard to find an anwser for this. Just do this: http://www.discogs.com/seller/[seller_username]?output=rss Where obviously you must replace the [seller_username] with a seller username (and yes, with no brackets).
Using div as a site wrapper with HTML5
Short answer: yes. Sometimes just using <body> as a wrapper isn’t enough and using a <section> into a <section> is semantically incorrect. Sounds like <div> is an option, but is semantically right? The HTML5 specification page in W3C adds the following note about … Continue reading
Awesome CSS table designs
Tables are the hell of web design. Decide on colors, shapes, typography, padding, borders… how to combine it to please the eye of the user that includes all that boring detailed table information. I have been sailing the seas of … Continue reading
Posted in CSS, Web design
Leave a comment
How to open an image in the same product page of Magento
Note: This has been tested on Magento 1.4.2.0 No popup window with the image nor the single image alone in the same page. If you want to replace the large image with the image displayed in the thumbnail when these … Continue reading
Posted in Color All, How to's, Magento
5 Comments
Special Character Converter to HTML tool (scc2html)
If you work with multi-language content when coding pages or web based applications you probably are familiarized with the considerations on special character use. Choosing between use of HTML entities or raw UTF-8 characters will depend of the final user … Continue reading
Posted in scc2html, Web development
Tagged encoding, HTML entities, scc2html, unicode, utf-8
Leave a comment
How to change the default SSH port in Mac OS X
I made this tutorial using Mac Os X 10.6.8 (Snow Leopard). In this example, let’s say you want to change the default port 22 to port 2222 Open the terminal window Enter: sudo nano /etc/services Enter the root password, it will … Continue reading