Recently I upgraded my gallery from 2.2.6 to major release 2.3, which was released on 2008-OCT-19. I was excited about this release mainly because of the Media RSS support in gallery's slideshow module, which is used by cooliris (formly named "PicLens") - a perfect way to watch pictures on web.
hossain's blog
Manually install PicLens cooliris in your Gallery 2.3 upgrade or new installation
Using MS Access with Java through JDBC-ODBC connection
Microsoft has provided a method to build a quick Jet-Engine database on your computer without the need for any specific database software (it comes standard with Windows). Using this method, we can even create a blank Microsoft Access database without having MS Access installed!
Ever wanted to bulk update your photo gallery movie size?
Ever wanted to bulk update your photo gallery movie size? Now you can.
Dealing with "Could not start kstartupconfig4. Check your installation." in Fedora 9 while starting KDE
I'm basically a GNOME person when it comes to pick the desktop environment in linux os. I've been using GNOME for years with Fedora. Recently I wanted to try the KDE in my Fedora 9. So, I installed KDE from my YumEx which installed all the default and required programs for it.
phpMyAdmin - changing the authentication timeout value and increasing default number of result in browse mode.
Sometime you might get crazy for the authentication timeout while working with phpMyAdmin. By default the timeout value is set to 1800 seconds which is 30 minutes.
You can easily increase this limit by editing your config file for phpMyAdmin. Simply open the config file (config.inc.php) and add following config variable with increased/decreased value.
How about some music ?
Artist: Britney
Title: Break The Ice
3D like image slide show from your firefox.
If you do firefox and a picture person, then you must have some place to save your pictures on net. Right now the most popular online image storage system is flickr. But anyway, let's come to the point -
PicLens is a firefox extension which will change the way you watch picture albums on the web.
Dealing with SVN PROPFIND failed - 301 Moved Permanently error
svn: PROPFIND request failed on '/projectpath'
svn: PROPFIND of '/projectpath': 301 Moved Permanently
It means your httpd.conf is misconfigured. Usually this error happens when you've defined the Subversion virtual "location" to exist within two different scopes at the same time.
Trac SVN : Insufficient permissions to access /
I'm chasing this "Insufficient permissions to access /" error for hours in my trac project.
I've googled but so far didn't find any solution yet.
I'll update as soon as I resolve this problem.
UPDATE
code + blog
foo = "bar"; baz = "foz";
<?php session_start(); include_once "common.php"; /* * This script delivers AJAX content. * This page is not intended to use separately. */ /** * Script Requirements * ------------------------ * * Goal Type should be set * User ID should be set is ses
