Flickr Gallery

Loading...

Regulars

Our Mobile Planet

Our Mobile Planet. A site supported by Google. We can download helpful charts on mobile usage penetration and behavior. Very helpful for site owners and can help decide if the site needs to have a dedicated mobile website too.

Cocoa with Love: Objective-C’s niche: why it survives in a world of alternatives

Cocoa with Love: Objective-C’s niche: why it survives in a world of alternatives. All Objective-C newbies should read the above (linked) article. It discussed what exactly is “Message Passing” in Objective-C.

Quick bash command to mass rename files in numbered sequence

Just a quick bash command to rename all files in a directory in a numbered sequence. This is going to rename all jpg files in the directory to 1.jpg, 2.jpg, 3.jpg and so on.

Oracle

ADF Super Code Snippets

Oracle’s ADF (Application Developer Framework) is J2EE technology stack to rapidly develop enterprise applications. As with all enterprise applications, ADF focuses on data handling and makes it quite easy to present the data to the users in variety of ways. As you will already know that ADF is a blanket term which encompasses many layers [...]

How to Reset the Root Password of MySql in Linux

I am posting this for my future reference. Also it my help passers by. If you are using CentOS 6 (maybe others too). To reset the root password use the following steps:- sudo service mysqld stop sudo service mysqld startsos mysql -u root Now you will be at mysql prompt. Here type:- UPDATE mysql.user SET [...]

iFlickr PHP Script: Create mRSS feed of interesting pictures on Flickr.com

Did you notice the “Flickr Gallery” on top right corner of the home page of this blog? The picture slide show is provided by Google’s Ajax Slide Show, but this post is not about that. Google’s Slide Show needs a mRSS feed, which it parses to get the list of thumbnails it wants to present. [...]

Page optimized by WP Minify WordPress Plugin