Web Development

The default templates and themable functions contribute a good deal to the productivity on a Drupal site, and several are positioned on the page through the assignment of blocks to regions. Today we will focus mainly on how to control the formatting of a site’s various modules and blocks.
1. Dynamically Styling Blocks:
Block [...]

  • Share/Bookmark
Tags:

In drupal the form is rendered using the form rendering system, which doesn’t include template files.
To theme the profile 2 form we use “hook_theme()”.
Go through the steps:
1. In this step copy the code in template.php of the theme or any php file and include the file in template, php used with proper theme name and form [...]

  • Share/Bookmark
Tags:

Google Calendar and similar other online calendaring applications provide simple centralized systems, where online communities can maintain event calendars and community members can extract information about upcoming events. But many organizations prefer to display event calendars on their community portals, forums, or blogs. They often copy event calendar information from online calendaring applications onto their [...]

  • Share/Bookmark

While doing a new project on Wordpress, I come across a situation which required a custom menu bar to be showed inside page content. I can’t make it hard coded because the client needs the dashboard edit page option for that page to update the content. I thought there should be a plug-in to help [...]

  • Share/Bookmark

First I am telling you what is the main logic behind the lighbox. It is very simple & you can easily do it if you have a little knowledge of css & html.
1.    In a lightbox you can see a black box appers & it covers the whole browser – it is nothing but a [...]

  • Share/Bookmark

Below I list some quick tips to make a web page for a mobile device. Follow these and let me know how easy it was to create the web page for your mobile device.
Firstly, Sign up with Winksite.com. Winksite is a free mobile web page creation service that allows you   to quickly build mobile web [...]

  • Share/Bookmark

I will show you what I did in one of my recent project, when our client ask us that if it is possible to add a custom post type for their client details with their required fields. They also wanted to show the data in a table structure.
You can see the final result page here, [...]

  • Share/Bookmark

A lot of websites now require registration, which means that users are either assigned a username and password, or get to select one. Here are some simple steps that will make the process a bit more secure:
Use the “password” input type:
Instead of <input type=”text”> you should always use <input type=”password”> as this lets the browser [...]

  • Share/Bookmark

Web page loading performance is very important to the end user prospective. If the web page is too slow that makes bad impression to the user.  So we need to optimize the page. There is verity of tools like Yslow and Page Speed to check the page loading performance.  In this blog I will discuss [...]

  • Share/Bookmark

Hi people , this is my first tutorial on drupal themes. Drupal is a fantastic CMS technology by which you can create your own website (If you have a little knowledge in HTML , CSS & PHP). Now , why drupal is so famous & Powerful? Because NASA & MICROSOFT Give their valuable time [...]

  • Share/Bookmark
Tags: