Tutorial on Creating Your First HTML 5 Page
In this tutorial we will create a very simple HTML 5 page. We will keep it as simple as possible so that you can get something up and running quickly. HTML 5 is a significant change from HTML 4. It...
read moreResizable Images that does not break out of container
It is great when we create pages that resizes with the browser. However, it is not so great when an user resizes the browser to be smaller than an image. Typically, the image would remain at its...
read moreResizable Faux Columns works with responsive page
In a previous tutorial from which we now continue, we made an responsive page that resizes as the browser resizes. But as you will note, the column lengths are uneven due to uneven...
read moreHow to make your page resize with browser
With responsive web design, the web page scales in proportion with the browser size. If you are using pixel fixed width, when the browser window is smaller than the page design width, you get...
read moreHow Not to Use Pixels for Font Size
If you want a responsive web design where the font size can be adjusted by the users preference via the browser, you do not want pixels. Instead use the unit of “em” or percentages. Here...
read moreCSS Based Horizontal Tabs
In this tutorial, we are going to create CSS-based horizontal tabs as shown here. View live code here. Graphics Used The graphics looks like this … Default gradient tab:...
read moreQuick FTP connect with FileZilla
FTP stands for “File Transfer Protocol”. In order to transfer files to a server, you to need use a software known as a “FTP client”. FileZilla is one such software for...
read moreTutorial to create a Simple Joomla Plugin
For the purpose of this tutorial example, we will create a Joomla plugin that will alter the title tag of pages of a Joomla 1.5 website. The text surrounded by the title tags in the HTML code is...
read moreTutorials for Creating WordPress Plugins
WordPress functionality can be customized through the use of WordPress Plugins. If you have a functionality that you want in your wordpress site that can not be found in an existing plugin, you...
read moreAll contents are opinions and are copyrighted and may contain ads and affiliate links for which site may receive revenues from.
See Terms of Use and Privacy Policy.


