-
Recent Posts
Blogroll
Tags
audacity audio bluetooth cable calendar comma Contacts CSS csv dns downloads dreamhost DRM ebook eBooks facebook gmail google graphic htaccess https image ios ipad iPhone iso kindle license link macro media microsoft ms word pdf post rewrite scan social media ssl tangle validation vba vcard vcf WordPressCategories
- Consumer Technology (7)
- Food (3)
- Information Technology (143)
- Application Tips (6)
- CSS (8)
- Database (15)
- DHTML (3)
- DOS & DOS Scripting (4)
- eMail (5)
- Graphics (4)
- Hardware (1)
- IT Resources (2)
- JavaScript (5)
- Joomla! (11)
- jQuery (1)
- Linux (2)
- MySQL (30)
- Networking (2)
- Office Productivity (1)
- Operating Systems (11)
- PHP (29)
- PowerShell (1)
- Security (4)
- SMTP (1)
- Snippet (2)
- Vista (2)
- Web Development (32)
- Web Server (3)
- WordPress (14)
- Miscellaneous (1)
- Uncategorized (23)
Tutorius Archives
CSS Archive
-
KeyCap Style in CSS
Posted on April 17, 2015 | No CommentsTo simulate a keyboard key on a web page, use the following style with a span tag; 1 <span class="keycap">KeyCap</span><span class="keycap">KeyCap</span> 1 2 3 4 5 6 7 8 9 […] -
Center an HTML element in the screen
Posted on September 29, 2014 | No CommentsThe following sample shows how to center an HTML image in the screen, vertically as well as horizontally. The image will shift to maintain the centre as the window size […] -
Uniform Form Styling
Posted on June 7, 2010 | No CommentsSometime something comes along the stands out from the crowd. Uniform is one of those things. Uniform is a Forms Styling tool using jQuery and CSS to create some pretty […] -
Using Conditional Comments to add CSS file for IE browsers
Posted on November 27, 2009 | No CommentsDue to a lack of standards compliance in Internet Explorer (particularly older versions) it is often necessary to add CSS code to get around the shortcomings of IE. However, there's […] -
Images overflowing the boundaries of a DIV
Posted on November 1, 2009 | No CommentsA new month brought a new problem. I wanted to set up a staff page for a new site, with a box containing a photo and a profile of the […]