In sencha touch, I have a carousel declared like this: ajaxNav = new Ext.Panel({ scroll: \'vertical\', cls: \'card1 demo-data\',
I have made custom listview in android activity which has progressbar. On top of that listview there is another progress bar which shows progress as day passes in the month. Now i want to set a bar ac
Assuming this table with nearly 5 000 000 rows CREATE TABLE `author2book` ( `author_id` int(11) NOT NULL,
I\'m creating an applet which consists of a class which extends JApplet, with a menubar and a class which extends a JPanel.(So there is a menubar and a JPanel shown in the applet).
Given: I created a Navigation-based Application for Obj-C iPhone. In the method of - (void) viewDidLoad in the file RootViewController.m added button +:
1) convert <table style=\"width: 700px; height: 300px; background-color: #ff0000;\" border=\"0\">
I am trying to insert a new record into msaccess2003 mdb file my version is VB.net 2005, it doesnt show any error and also when i open my access db file, there is no record inserted, And also how can
I want to automatically add files to an Xcode project that is created from scratch (through another IDE) as a post-build step. Our project is set up to call an applescript that makes the appropriate f
I\'m using the code below to refresh a tableview which I just added a row into. The code works for adding a row to the table if there is at least 1 row already in the table. However, it crashes if it
I have the following code: SimpleDateFormat dateFormat = new SimpleDateFormat(\"yyyy-dd-MM HH:mm:ss\");