How to replace Launch images with Storyboard or Xib in Titanium

Hi everyone, This post is regarding  how we can replace Launch images with Storyboard or Xib file. I used Titanium SDK 4.0.0 GA version and Appcelerator Studio, build: 4.0.1.201506021908. And Tested in iOS 8.3 version iPhone 6 and iPhone 4s and iPad 2. And also in Appcelerator recent blog post says Launch screen Storyboard may come in next update with iOS 9 support (Please check with reference links below). Get in to the topic. Follow below steps and it is easy to if you know Storyboard de...
More

Microsoft increases free app submissions from 5 to 100

Microsoft announced through its Windows Phone Marketplace Developer Newsletter that it has upped the limit on free app submissions to the WP7 Marketplace from 5 to 100. Get more details here http://www.geeksmack.net/microsoft/microsoft-ups-wp7-marketplace-free-app-submissions-limit-from-5-to-100 Thank you Microsoft! Thanks, Naga Harish.
More

Things to remember while code for file uploads in web app

This is just for beginners!, If we write code for file upload in web app we must follow few things, for example file size, type of file and best to restrict file types. Please check in detail with below points. File size:- We must check with file size. Otherwise some users may full you hard disk by uploading big size files. So, it is best to restrict the size of file. one example:- If in you web site your given option for upload profile image. So, user can upload (JPG,PNG, GIF ..) file for hi...
More