Dec
27
Below is a video on how you can display rss feeds to your Drupal website through the Drupal’s core feed aggregator. The problem with the Drupal’s core feed aggregator is that I can’t find an easy way to style those feeds the way I would like to show them on my content region.
Nov
29
When you install Drupal, you will be recommended to increase your memory limit to 16M and turn off the global register.
To do that, copy the following lines on the php.ini and upload to your Drupal root directory
register_globals = off
memory_limit = 16M
That’s it.
Jul
26
We have designed our first Drupal theme for free download. This is a tableless CSS multi-column design with a green touch. The style file is annotated so it is very easy to modify to your own use.
To download the drupal theme, go to our theme download site www.osweb2themes.com
May
28
Drupal Video Tutorials
Filed Under CMS, Drupal | 3 Comments
Drupal is one of the most powerful content management system (CMS) today. It is also my personal favorite. As compared to Joomla, I like the built in simplicity and SEO friendliness of Drupal. However, it is more difficult to learn Drupal as compared to Joomla. Therefore, I have solicited a list of educational videos related to Drupal from youtube. The topics cover
- Drupal overview
- Drupal module tutorials such as View, CCK, Taxonomy, Video, Photo, Contact Form, Path, Frontpage, Social Bookmarking and CiviCRM
- Drupal workflow
- Ecommerce and payment using Drupal
- Drupal SEO
- JQuery in Drupal



