Payam island
พฤษภาคม 7, 2011







































































































Move email to folder automatically (Hotmail)
กุมภาพันธ์ 26, 2011
Options -> More Options
-> Customizing Hotmail -> Rules for sorting new messages
->New Rule :
- Set condition to match new message attributes such as address, title, subject etc.
- Set action to do such as Move to [Folder], delete …
- SaveThat’s all
What’s in My Head, What will be in My Head ?
กุมภาพันธ์ 24, 2011
What’s in My Head
- Java (J2SE)
- BlackBerry
- PHP (+WordPress/CodeIgniter)
- JQuery
- Perl
- Image Processing
- Visualization
- 2D, 3D Computer Graphics
- Neural networks
- Voice recognition
- Sketch recognition
- Bayesian networks
- Google Map API
- Graph Layout
- Matlab
- Design patterns
- Simple photography tips
- PhotoShop basic
- HTML
- Ant
What will be in My Head ?
- Android
- Cloud computing
- Screen handling
- Automate test tools
- User interface design
- RIA
- jSON
- QNX
- Next Generation of SEO
- NFC
- iPhone development
- HTML5
- Adobe Air development
- Agile development
- Python
- 2D Barcode
- Marketing
- Graphics design
Won’t be in My Head
- Browser plugins- GPGPU
- XML parser
Exercise Skills
- Do it yourself !! (Only know is useless, just do it !)
- Use it for some compact project (or interesting contest)
- Share friends and get other ideas
Next Resources
- MIT OpenCourseWare http://ocw.mit.edu/index.htm
- TED: Ideas worth spreading http://www.ted.com/
- Beautiful Code
- Barcamp
- GTUG
- Port80BKK
- BlackBerry Developers Day
WordPress Login Logo
กุมภาพันธ์ 17, 2011
JQuery Resources
กุมภาพันธ์ 17, 2011
JQuery UI
http://jqueryui.com/
JQuery Selectors
http://codylindley.com/jqueryselectors/
JQuery APIs
http://jqapi.com/
JQuery One Page
http://addyosmani.com/blog/building-spas-jquerys-best-friends/
Good Book
http://www.amazon.com/Pragmatic-Ajax-Web-2-0-Primer/dp/0976694085/sr=1-5/qid=1165175640/ref=sr_1_5/103-6592076-0403007
Good Resources About Development
Mobile application development
http://en.wikipedia.org/wiki/Mobile_development
วิธีการ develop software แบบ Extreme Programming
http://www.narisa.com/forums/index.php?app=blog&module=display§ion=blog&blogid=6&showentry=424
กระบวนการพัฒนาระบบของ Google
http://www.narisa.com/forums/index.php?app=blog&module=display§ion=blog&blogid=6&showentry=407
Protect WordPress
กุมภาพันธ์ 15, 2011
Force User Login
This is a very small plugin that forces users to login before viewing any content. This is done by checking if the user is logged in, and if not, redirecting them to the login page. Users attempting to view blog content via RSS are also authenticated via HTTP Auth.
http://wordpress.org/extend/plugins/force-user-login/
jQuery live
กุมภาพันธ์ 9, 2011
Rebinding function to dynamic content with live !
Change from …
$(document).ready(function(){
$(‘#my-id’).click(function(){ dosomethink(); });
});
to …
$(‘#my-id’).live(‘click’, function() { dosomethink();});
References:
http://stackoverflow.com/questions/506764/rebinding-functions-on-dynamic-content-using-jquery-and-ajax
http://api.jquery.com/live
Codeigniter thai url
กุมภาพันธ์ 9, 2011
system\application\config\config.php
$config['permitted_uri_chars'] = ‘a-z 0-9~%.:_\- ก-เ‘;
Set Notepad++ default encoding
กุมภาพันธ์ 9, 2011
config.model.xml
<!–New Document default settings :format = 0/1/2 -> win/unix/macencoding = 0/1/2/3/4/5 -> ANSI/UCS2Big/UCS2small/UTF8/UTF8-BOMdefaultLang = 0/1/2/..
Note 1 : UTF8-BOM -> UTF8 without BOMNote 2 : for defaultLang : 0 -> L_TXT 1 -> L_PHP … (see source file)–><GUIConfig name=”NewDocDefaultSettings” format=”0″ encoding=”5″ lang=”0″ />
World Bank Competition
กุมภาพันธ์ 3, 2011

![]()
The result of my great effort..
My application is already in World Bank’s application gallery !!!

(> <)
Presentation
The application link
http://worldbank.windygallery.com/worldfacts/
World Facts You Should Know before 2015
My conceptual idea is to summarize only interesting information from World Bank database to present by using picture graphs. Examples are:
How many % of clean energy usage in this world ?
How many % of HIV-infected people in the world ?
How many women with advanced education ?
How many fixed broadband Internet subscribers around the world ?
How many birth rate ?
How many % of agricultural land ?
How many children would be born per one mom ?
How much does high-technology cost ?
How many women die during pregnancy and childbirth ?
How many babies die before reaching an age ?
How many % of agricultural land ?
How many endangered plant species around the world ?
How many passenger cars per 1,000 people ?
How many adults have literacy ?
How many people have tuberculosis ?
How many proportion of seats held by women in national parliaments (%) ?
How many scientific and technical journal articles ?
How many girls complete primary school ?
How many mobile cellular usage ?
How many people can access sanitation facilities ?
How many HIV-infected girls ?
How many arable land for farming ?
How many teen births rate ?
How many forest area ?
How many cereal yield per hectare ?
How much CO2 emissions ?
How many researchers in R&D ?
How many old population ?
How many people around the world ?
How much tax do people around the world pay ?
How many Internet users ?
…
In this February, My application is available for Voting !
If you like my idea, Feel free to vote my application
Thank you (^ ^)