Coder Eye
Software development and photography related issues
Sunday, April 24, 2011
Nikon D7000 vs Nikon D300 or should I wait for the Nikon D400?
›
I was waiting for the Nikon D400 to come out for too long. It has been more than 4 years since I bought my Nikon D300. I love this camera. B...
2 comments:
Sunday, April 10, 2011
Check if Virtual Box / VMWare can run 64bit Operating Systems
›
VirtualBox and VMWare are great virtualization software allowing you to easily run virtual operating systems on your machine. Creating a...
Tuesday, April 5, 2011
Convert image file .img to .iso
›
Both “.img” and “.iso” are file formats contains data packed together and ready to be burned. I recently had to convert “.img” file to “....
Wednesday, March 30, 2011
Automatically delete Tomcat access log old files
›
On the post Enable Tomcat acess log we saw how Tomcat can be easily configured to log all HTTP requests coming to our server. For some rea...
6 comments:
Monday, March 28, 2011
List of Mobile Devices and Brands as SQL inserts
›
I compiled a list of all mobile vendor (brands like Apple, Nokia) and models (mobile devices like iPhone, Galaxy S) as SQL inserts. This ...
2 comments:
Tuesday, March 22, 2011
How to Jump to an Anchor using JavaScript
›
Just like links/urls are a great way of moving between pages, anchors are great way of moving between locations on the same page. Suppose w...
Monday, March 21, 2011
Automatically Add “www” to your site on Tomcat or: Canonical Hostnames
›
Sometimes we would like that our website domain will always contain “www”. I can this of two good reasons (beside of making all your site’...
3 comments:
Tuesday, March 15, 2011
iPhone udid Structure
›
udid is Unique Device Identifier. Every iPhone device has it's own udid . Other smart phones (Android, Blackberry) also has an id t...
Getting radio button value from radio group using jQuery
›
Getting radio button value from a group of radio buttons is an easy task using jQuery . All you have to do is to apply the correct selector....
Tuesday, February 22, 2011
Generating random hex strings using MS SQL Server
›
In the post Generating random numbers in a specific range using MS SQL Server we saw how it is possible to generate random integer number f...
‹
›
Home
View web version