Website design is the first step towards registering an online presence. There are many myths surrounding it. Some of the common myths surrounding the web design are: 1.Use of maximum colours will help in making the site beautiful. Pleasing website design is important to attract a web visitor. But many times web designer believes that using maximum [...]
Continue reading...Friday, March 20, 2009
Making a custom Drupal theme is actually quite easy. A Drupal theme is just a few PHP files, a CSS file, and an info file. I prefer the PHPtemplate theme engine (the default one) but you have several choices. See the bottom of this post for a link to the official Drupal Theme Developer’s Guide [...]
Continue reading...Sunday, January 25, 2009
Comments Off
Style sheet is a progressive breakthrough for the advancement of web. Today, more and more browsers are implementing style sheets, opening authors’ eyes to unique features that allow influence over presentation while preserving platform independence. The advantages of style sheets have become – apparent — and the disadvantage of continually creating more HTML tags — [...]
Continue reading...Sunday, January 25, 2009
After we finished the tutorial we need to create 2 simple images to style our CSS navigation bar: A background image (the light blue bar) and a transparent button that indicate the active state, all other elements are created with CSS. Like in most CSS horizontal navigation bars an unordered list is used to hold the [...]
Continue reading...Sunday, January 25, 2009
Navigation menus are the most important element one should pay attention when designing a website. Web-developers can create user-friendly horizontal or vertical navigation menus using CSS. Javascript makes it possible to create more interactive, more responsive and more flexible navigation to any website. This article presents over 25 (horizontal and vertical) multilevel drop down menu built using Javascript and [...]
Continue reading...Sunday, January 18, 2009
Dynamic Content to homepage If you want to include a specific file in your homepage you can use this code: <?php if ( is_home() ) { include (’yourfile.php’); } ?> where ‘yourfile.php’ is the file that you want to include in the homepage Use different post templates for different categories Lets say you have a video, product or author category [...]
Continue reading...
Friday, March 27, 2009
0 Comments