Ferdinand.Slider – Javascript news slider
Tagged: Ajax, Database, JavaScript, Programming, Wordpress Plugins Date: 9th, December 2008Moved
Go to new addres >>
location.href=”http://ferdinand.rs/javascript/ferdinandslider”;
Moved
Go to new addres >>
location.href=”http://ferdinand.rs/javascript/ferdinandslider”;
Since my last post with updated list of countries in MySQL format was so well received I decided to go even further and write a parser script so you can always get fresh countries list.
Every time you download sql countries list it will be up to date for that very minute. This is because it [...]
It really is a drag when you download full season of your favorite show and see 20+ episodes in separate folders, every episode rared. It takes a bit of time to unpack one by one.
Here’s a little script that should help you with that (and with similar tasks). Download.
Install:
gunzip unrarr.gz
sudo cp unrarr /usr/bin/
sudo chmod +x [...]
Just collected list of countries and formatted it into MySQL form… well nothing much but I bet it will be useful to someone out there. Well enjoy: Countries List SQL download
Even fresher SQL Countries list… here.
A database abstraction layer is an application programming interface which unifies the communication between a computer application and databases such as MySQL, Oracle or SQLite. Traditionally, all database vendors provide their own interface tailored to their products which leaves it to the application programmer to implement code for all database interfaces he would like to [...]