Blogs
Wunderbar module - 100% fixed on IEs
Oh man! after doing so many Drupal theming projects and fixing browser compatibility issues, I feel, I can fix wunderbar today! cool... I can feel it...its last update was still last January.
10 am
The first problem, I think, is that parseInt() ain't going to work for IEs, so I have to use alternatives, IEs can't just get it.
return $(obj).width() + parseInt($(obj).css('margin-right')) + parseInt($(obj).css('margin-left')) + parseInt($(obj).css('padding-left')) + parseInt($(obj).css('padding-left'));
Ubuntu 10, Drupal and Drush
Just got Drupal 6.16 installed on my Ubuntu 10 powered laptop, I was able to configure its multisite environment, here are the instructions on how to do it, http://drupal.org/node/812470 (I made these instructions myself as my contribution to Drupal community) and of course, installation of drush, a command line user interface for developing Drupal sites (this one is easy to install from the command line, just type 'sudo apt-get install drush' in your local, while on a remote site, it's entirely a different story, it really depends on the webhosting setup/configuration of PHP and Apache).
http://dev.ibarang.net
Ibarang.net is a social site for all alumni of Philippine High School for the Arts. Again, I used my Drupal Devavrata 2 base theme for its basic layout.
It promotes sharing of artworks, related news and individual contacts, etc.
- News
- Galleries for Images, Videos, MP3s
- Alumni Search
- Announcements
- Groups
- Notifications
- Voting
- Forums
- And more ...
Hope to finish by the end of June, I am still waiting for the web design...
www.talentfactoryinc.net
After many days of building Dev 2 (www.devavrata.com), I am now testing it with www.talentfactoryinc.net, but you check it on this site, http://dev.talentfactoryinc.net because it's still in development as of the moment. I think it's impossible to do it easily with other Drupal base themes, not unless of course you edit all the variables, I am so glad I was able to do the major work with Dev 2 before the client ask me to start the site.
Devavrata 2 offers layout flexibility and essential theme configurations, which is why it can adapt to any design layout...
Start New
Make a fresh start. New concept. Learn from the past...
I am also testing my new Devavrata Core 2 Theme, downloadable from http://www.devavrata.com, I'll be basing all my future web projects with this base theme for Drupal CMS.
