Official Android IDE Released by Google

Submitted by navajocodetalker on
The official Android IDE was already released by the world's leading technology company, Google, during the Google I/O event. The release of the Android IDE is a welcome development especially for the programming community who are thinking of working with Android. Until recently it is very difficult for programmer who wanted to create an app. Before the release of Android IDE, you have to install

Enrollment System

Submitted by jkev on
Enrollment system is a type of system used to make the enrollment process more easier, effortless and lessen the use of time. Like other systems, it also includes common functions like add, edit and delete. This system enables the user to register or to update a specific data of a student which will be added after the user hits the save button. Forms are being placed inside the MDI form as the

Captcha Script

Submitted by jkev on
Hi guys, I have here a captcha source code that enables you to generate a random code and protect your page for spammers. You can insert this code to your project as a type of test that the response is generated by a human being. For more question about this code email me at [email protected]. Thank you. " id='captchaimg' > Enter the Code Above Submit The captcha code does not match! Code

Twitter Bootstrap Popover

Submitted by jkev on
Hi guys, I have here a Popover from twitter bootstrap. Add small overlays of content, like those on the iPad, to any element for housing secondary information. Try this code to your future project. Hope you like this code, for more question email me at [email protected] or visit twitter bootstrap website. Thank you. Sample code: Click to toggle popover top Click to toggle popover left Click to

Google Apps Script Useful Enhancement Announced

Submitted by navajocodetalker on
Google announcement recently some of the most useful enhancement to their Apps Script. The information was relayed according to Saurabh Gupta's post in the official Google Apps Developer Blog. There are five areas of enhancement in the Google Apps Script. Gupta summarized the five areas of enhancement which were enumerated below. ***Scripts in Google Docs The App Script team has added custom menus

Twitter Bootstrap Modal

Submitted by jkev on
In this source code, you will learn on how to create a modal form using Bootstrap framework. Modal form is useful if you want to create a login page that popups when you click the sign in button or link without reloading the page. For more questions email me at [email protected] or just visit the twitter bootstrap website. Hope you like this code. Thank you. Sample code: Click Here To View