Wednesday, March 27, 2013

Handling "Fatal error: Maximum execution time of 30 seconds exceeded" in PhpMyadmin

Phpmyadmin caches pages and if one encounter the "Fatal error: Maximum execution time of 30 seconds exceeded" on a page, that page will be shown every time they click on that url. Apache restart or quitting all services and shutting down wamp or xamp won't solve the issue.
The solution
  1. Open that link in a new tab.(You will see the page with the error)
  2. Change the token value in the navigation textfield. You will see something like token=8318feae751e3db846d6a703cf6bc757  change just one of the token characters example 8318feae751e3db846d6a703cf6bc757 changes to 8318feae751e3db846d6a703cf6bc758
  3. Press the enter key
With this done you can get access to the page and do your stuff.

Sunday, February 3, 2013

The extinction of syntax errors.

IDEs have done a great deal in making syntax errors in applications a thing of the past. Unless someone has got the time to code in non-syntax error highlighting editors, they will encounter syntax errors only when they are typing codes, not when the application build is complete.
21st century coders think of application logic so whenever they have a bug to deal with, it is more of a logical error.
IDEs like the OutSystems Agile Platform Studio http://www.outsystems.com/ take application logic to another level by letting the developer create application logic flow as flowcharts. No coding required.


Monday, January 28, 2013

Write Once, Run Anywhere Mobile Apps

Thinking of developing apps for iPhone and getting stuck because of Apple's buy-a-Mac-before-you-can-develop-for-our-iDevices policy? Relax. Enter codenameone . You write your mobile application in Java and deploy to iPhone/iPad, Android, Blackberry, Windows Phone and J2ME.
What is the catch here. True native applications with lightning speed performance not HTML5 apps. Check out these links to see for yourself why facebook dumped their HTML5 apps for Android and iPhone and went back to native
Facebook doubles iPhone app speed by dumping HTML5 for native code
Facebook Android app drops HTML5 and rolls out rebuilt native app
Codename Designer lets developers create their GUIs faster. Coding logic of the the apps is truly fun. The coding style takes the pain in coding out for developers to write apps with the minimum lines of codes possible.
Have an mobile app idea? Just use Codenameone to develop it because it rocks.