Tutorial - How to create and code drop down menu listing

Tutorial - How to create and code drop down menu listing

Most dropdown menus will require a lot of scripting to be accomplished. But if we are to use structured XHTML and CSS, we can create a nice drop down menus which are so easy to edit and update later on if needed. It will... Continue Reading

Create rounded corners and implement them using CSS

Create rounded corners and implement them using CSS

Rounded corners are well established design technique in the modern web design. Their implementation can sometimes be messy, especially if you are using some scripts or generators. Alternatively, you can pass a few CSS parameters... Continue Reading

How to create and add tabber for your wordpress theme

How to create and add tabber for your wordpress theme

Tabbers can be found on many websites and especially blogs. Why use them? Well, they can save you some space. Although there are plugins which will help you place a tabber in a widget area of your blog, it is better to do... Continue Reading

Create flash Contact form using php and actionscript 2 - with validation and confirmation

Upon learning flash, you as many others will wonder how to acomplish one specific task - that is to create a contact form that will send e-mails. This is a complete tutorial in which i will explain how to acomplish that.... Continue Reading

The a tag: width, height and background image

The a tag: width, height and background image

The anchor tag has his weird way of working. You have asigned a background image for it, width and height attributes, but its just giving you the text and the background, without the proper dimensions being applied to it.... Continue Reading

Php contact form with validation

Php contact form with validation

Have you been reading numerous posts about which validation is better? PHP or Javascript(ajax)? I’d say why don’t you use both forms of validations, as it is more secure. To explain the meaning of each. Javascript (ajax)... Continue Reading