By Haktan Suren, PhD
2 Comments
Jul 6th, 2014
I have recently used following jQuery and FontAwesome trick to have some cool spinner. The main intention of this article to give you some sort of insp...
By Haktan Suren, PhD
0 Comments
Apr 13th, 2014
Losing data sucks! This is the way you can automatically backup your MySQL database on Amazon AWS S3 any given time interval (Cronjob). This script use...
By Haktan Suren, PhD
1 Comment
Oct 18th, 2013
Download files via wget that requires authentication (username and password) For more detail, use...
By Haktan Suren, PhD
0 Comments
May 7th, 2013
If you happen to substitute every instances of foo with bar in a specific directory, you can simply use the following shell script. You should escape t...
By Haktan Suren, PhD
0 Comments
May 7th, 2013
Here is the code that I use to download any website and run in your local machine. Hope it helps someone. Options : -r : recursive retrieval -k : Conve...
By Haktan Suren, PhD
1 Comment
May 2nd, 2013
Recently I have discovered a bug in this great plugin. It simply uses obsolete version of jquery ui that makes some of the elements not functioned depe...
By Haktan Suren, PhD
0 Comments
May 2nd, 2013
There is a bug on WordPress Page Template Plugin that I have recently discovered. In the plugin, there is a JS file dependent on Jquery. But when it is...