Tips to create Custom Cells And Delegates
Tips to create Custom Cells And Delegates Create A New Project Open Xcode, click on File->New->Project and select Single View Application. Name the project Tableview Tutorial 3 and set class prefix as TVT. Create the project. – Download the…
Tips on Android ListView and custom adapter
Tips on Android ListView and custom adapter What is a ListView? What’s the difference between a TableLayout and a ListView? Items in a TableLayout are not ‘selectable’ (unless they are buttons or text areas that support keyboard focus), however, each row…
WordPress Shortcodes and Plugins You Might Want To Try
WordPress Shortcodes And Plugins You Might Want To Try If you are not familiar with shortcodes, a shortcode is a WordPress-specific code that lets you do creative things with scripts and code. Since you won’t have to fill your posts and pages with long…
Tips to Create Custom Tags In WordPress
Tips to Create Custom Tags In WordPress Building a WordPress theme is so easy with template tags. You can add the_title() to display the post or page title, and you can use the_content() to display post or page contents. There are many more template tags…
Reblog Content From Other Sites using “Press This” Bookmarklet
Reblog Content From Other Sites Using “Press This” Bookmarklet Among all the features in WordPress, Press This could probably be one of the least known. Have you heard about it? Even though it has been included since the early versions of WordPress with…
Tips to show WordPress Widgets on Condition in Perticular Pages or Area
Tips to show WordPress Widgets on Condition in Perticular Pages or Area WordPress, by default, provides a set of widgets for showing post categories, tag clouds, search, and calendar. Following WordPress standard themes like TwentyTen and TwentyTwelve,…
Top 10 Features of HTML5
List of Top 10 Features of HTML5 New Doctype Still using that pesky, impossible-to-memorize XHTML doctype? <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN”…
Audio Video Control in HTML5
Audio Video Control in HTML5 Audio Support No longer do we have to rely upon third party plugins in order to render audio. HTML5 now offers the <audio> element. Well, at least, ultimately, we won’t have to worry about these plugins. For the time…
Create Sliders with the Range Input in HTML5
How to Create Sliders with the Range Input in HTML5 HTML5 introduces the new range type of input.<input type=”range”> Most notably, it can receive min, max, step, and value attributes, among others. Though only Opera seems to…
Basic AS/400 command abbreviations
Basic AS/400 command abbreviations Command Abbreviations–Verbs ADD – Add CFG – Configure CHG – Change CPY – Copy CRT – Create DLT – Delete DSP – Display GO – Go to a Menu RMV – Remove STR…