Jdevelop - blog.jdevelop.eu - Another Random Developer Blog

General Information:
Latest News:
Enable Mac OSX 10.8.x Retina Support in Adobe DAY CQ5 CRXDE 25 Jan 2013 | 01:57 pm
Working with CRXDE is nasty enough and without support for the great Retina Display on a MacBook Pro it is very disappointing. So let’s activate it and have some more fun with CRXDE. First locate the ...
SBQueue - An Objective-C Queue for iOS 4.3 19 Jul 2011 | 09:18 am
Because of the missing NSQueue, i have developed my own Queue equivalent. You can download it for free there (click). I have added some Unit Tests to make sure the Queue is working. Below you can see...
SBQueue – An Objective-C Queue for iOS 4.3 19 Jul 2011 | 02:18 am
Because of the missing NSQueue, i have developed my own Queue equivalent. You can download it for free there (click). I have added some Unit Tests to make sure the Queue is working. Below you can see ...
How to create a Grails Web Service with a Selenium Test 17 May 2011 | 07:28 am
Table of contents Introduction Create the Application Create the Selenium Test Download Conclusion Introduction For a Customer Project i had to write a SOAP Web Service (for Interaction with an...
How to create a Grails Web Service with a Selenium Test 17 May 2011 | 12:28 am
Table of contents Introduction Create the Application Create the Selenium Test Download Conclusion Introduction For a Customer Project i had to write a SOAP Web Service (for Interaction with an iPhone...
Simple Validation-Framework for UITextField & UITextView -Fields 1 May 2011 | 04:26 am
Table of contents Introduction How to use it Download Conclusion Introduction Validation of GUI-Components on an iPhone/iPad (iDevice) is not a simple task. The most common (stupid) way is to us...
Simple Validation-Framework for UITextField & UITextView -Fields 30 Apr 2011 | 09:26 pm
Table of contents Introduction How to use it Download Conclusion Introduction Validation of GUI-Components on an iPhone/iPad (iDevice) is not a simple task. The most common (stupid) way is to use a sp...
Read some interesting data from your iDevice with iOS 4.3 24 Mar 2011 | 07:06 am
Ever tried to read some interesting data like the Serial Number, IMEI, Phone Number… from your iPhone (or an other iDevice) ? Some data is easy to access, some other uses not supported API calls. I ha...
Read some interesting data from your iDevice with iOS 4.3 24 Mar 2011 | 12:06 am
Ever tried to read some interesting data like the Serial Number, IMEI, Phone Number… from your iPhone (or an other iDevice) ? Some data is easy to access, some other uses not supported API calls. I ha...
Use Generators to create boilerplate code in GWT 2.0 18 Jan 2010 | 07:01 am
Table of contents Introduction A simple Example Launch the Application Conclusion Introduction A very annoying point in GWT is to write the (same) code to create Widgets and set the Properties. ...