Form validation in HTML5
Form fields are designed to collect information from visitors of a certain page. But despite the best efforts and explanations, getting the correct information from an average user can be difficult.
CSS3: pseudo 3D text using text-shadow property
The following article demonstrates how a simple text-shadow CSS property with specified values can make an illusion of a 3D text.
Scrum & Kanban - the new dynamic duo or core competitors?
Unlikely partnerships are quite common in our part of the world - the tech world that is.
Animation in CSS3
In this article you'll learn what you need to know to get started with CSS3 animations.
CSS3: semi-transparent background color using RGBA
One day may need to make a semi-transparent background color for a specific block. But how to do this correctly using recent features in CSS3?
CSS3: Progressive Internet Explorer (PIE)
CSS3 provides the developer with abilities to manage powerful features such as rounded corners, shadows, gradients, etc. But since not all popular browsers (IE6-8) are aware of the new properties, implementing these kinds of designer ideas sometimes turns into a nightmare.
CSS3: multiple backgrounds
One of the advantages provided by CSS3 is its ability to specify multiple background images for elements.
Software standards - understanding the development methodologies
For many programmers, programming is more of an art than a science. They believe that each and every programmer has their own style and preferences.
HTML5: placeholder attribute with cross-browser support
The most pleasant innovation in HTML5 is its ability to display default text inside an input field and a text area. This became possible with introduction of placeholder attribute in HTML5.
Programming as a career - how to know if you are actually cut out for it?
For anyone who aspires to become a programmer or has just started with the practical implementation of coding knowledge gained in college - hopes are always high.
The HTML5 hype - is Flash really dead?
Having too many choices is sometimes not very helpful. Unfortunately, developers always have to face such a confusing situation.
Creating an image slider using only CSS3 (without page scrolling)
This is improved version of the slider which was presented in the previous article.
SQL injection - how to prevent security issue in PHP
No matter your practical experience and understanding of programming and web development, there is one thing no developer can deny; security is one of the major issues that constantly bug the mind throughout the development phase.
The developers dilemma - how to choose between PHP and ASP.NET
When given a task to develop a website or web application, there is one confusion that even the most experienced programmers have to face - the choice of language.