Archive for the ‘Database’ Category

Ferdinand.Slider – Javascript news slider

Tagged: Ajax, Database, JavaScript, Programming, Wordpress Plugins Date: 9th, December 2008

Moved
Go to new addres >>

location.href=”http://ferdinand.rs/javascript/ferdinandslider”;

  • Leave Comment
  • Read Comments (0)

Always fresh: Sql list of countires

Tagged: MySQL, Programming, Something Else Date: 5th, August 2008

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 [...]

  • Leave Comment
  • Read Comments (3)

Unrar recursively multiple archives (linux and mac)

Tagged: Database, Programming, Ubuntu Date: 1st, August 2008

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 [...]

  • Leave Comment
  • Read Comments (10)

Up to date sql list of countries – 31-07-2008

Tagged: MySQL, Programming Date: 31st, July 2008

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.

  • Leave Comment
  • Read Comments (4)

Guide to simple Database Abstraction

Tagged: Database, PHP, Programming Date: 27th, August 2007

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 [...]

  • Leave Comment
  • Read Comments (1)