AJAX and PHP What is AJAX? AJAX = Asynchronous JavaScript and XML. AJAX is about updating parts of a web page, without reloading the whole page. AJAX is a technique for creating fast and dynamic web pages. AJAX allows web pages to be updated asynchronously by exchanging small amounts of …
Envisage your PC and every last trace of your portable units being in sync—every last trace of the time. Picture having the capacity to gain entrance to every last trace of your private information at any given instant. Envisage having the fitness to arrange and mine information from any …
Provide compelling content / something of value C1. Make sure each page in your website has something valuable to offer. Though this doesn’t really relate to design, it’s actually more important than design, which is why it’s the very first tip. I know that many people reading this page are trying to find …
Flash used to be the king of web animation, but now it’s been slowly abandoned because of the possible future ruler: a combination of HTML5, CSS3, andJavaScript. Even though Adobe is still strongly supporting Flash, it is also beginning to embrace the new alternative. The proof is Edge – the new multi-platform tool from Adobe …
Want to know how to design a logo like a professional and have all the resources you need in just one post? Then this is the post for you… Learn professional logo design in just 5 steps! 1. Learn What A Logo Is & What It Represents Before you design a logo, …
CSS has introduced new transform properties. In this section we will learn one more new property known as “skew”. Skew property is usually used to give skewing effects in 3d. We will see an example which gives skew effect to an html element. Syntax for skew property is: transform:skew(30deg, 10deg); …
Cascading Style Sheets CSS is the key presentational technology that is used in website design. In this tutorial we will learn about the shadow effects, layering multiple shadows, text-shadow effects. CSS property “box-shadow” allows us to add an shadow effect to selected HTML element, whereas “text-shadow” allows us to add …
Here’s one more example in Html5 using CSS 3 which definitely proves that its fun to play with CSS. Following is an example of the text rotation using CSS property: For safari, chrome, etc: -webkit-transform: rotate(-30deg); For mozilla: -moz-transform: rotate(-30deg); For Opera: -o-transform: rotate(-30deg); For Linux: -khtml-transform: rotate(-30deg); For ie: …
In this part we will have a look through how to display text with rounded corners. Following is an example of the text with rounded corners using CSS property: For safari, chrome, etc: -webkit-border-top-left-radius: 50px; For mozilla: -moz-border-radius-topleft: 50px; For Opera: border-radius: 50px; For old Konqueror browsers: -khtml-border-radius: 50px; Code: …
A recent news from adobe states that they will no longer continue to develop flash software in the browser for new mobile configurations chipset, browser, OS version, etc. following the upcoming release of Flash Player 11.1. for Android and BlackBerry PlayBook It will however, provide “critical bug fixes & security …