Pages

▼
Monday, May 6, 2013

Get event click list item in J2ME

›
In midp a list is actually more like a menu with a selection of choices. You have to set a command on it, so that in your command action yo...
Sunday, May 5, 2013

ExtJS: HtmlEditor command list

›
The following list of commands is presented in alphabetical order. The commands may be mixed case or whatever makes your code more readabl...

ExtJS: Add font family custom drop down in toolbar

›
ExtJS has some command to make it easy. ExtJS has some font names, but if you want more font then you shoud make your own component. The f...

ExtJS: add button to htmleditor

›
I am using ExtJS and I have a htmleditor in my form. I would like to add a custom button to that element (for example after all other butt...
Saturday, May 4, 2013

Yii Examples of Using CDbCriteria

›
Basic Usage $Criteria = new CDbCriteria(); $Criteria->condition = "price > 30"; $Products = Product::model()->findAll(...
Thursday, May 2, 2013

Strip out html tags using php code

›
<?php function strip_html_tags ( $text ) { $text = preg_replace ( array ( // Remove invisible content ...
Wednesday, May 1, 2013

Rollback or Commit with PDO transaction using php and mysql

›
A transaction should end with either a rollback() or a commit(), (only one of them). In case you are using MySQL, make sure you are not us...
‹
›
Home
View web version
Powered by Blogger.