TOPIC
bx-slider improvements
you may have heard of Bx-Slider Which is a javascript / jquery carousel system. We recently integrated this carousel into a Drupal project but found some places where it could be improved. Namely it had the following issues:
Login problems with domain redirections and cookies
Well, it turns out that if you are setting your $cookie_domain in the settings.php file, and you also want to use domain redirection to point your www site to your non-www site [for SEO purposes] your cookie_domain setting in your settings.php file will need to be edited.
The settings.php file says to set it as follows:
$cookie_domain = "example.com"
However you need to add a DOT to the front of it!
$cookie_domain = ".example.com"
Getting google base to work in Ubercart 2
Not sure why this is so hard to find for Ubercart 2, Drupal 6; but if you were to download the contrib module you get nothing but a Google Merchant Developer field in your settings panel, and no RSS feed what-so-ever.
Importing Blogger (aka Blogspot) content into Drupal 6
On the internet, I had found information on how to import blogger into Drupal 5, but not into Drupal 6. So this has prompted me to present the information for the community at large, here is how the code was adapted for Drupal 6, thanks inpart too to a fellow developer I work with: Brush. On the web, I had found:



