tuan.norlida's blog
Submitted by tuan.norlida on Mon, 10/25/2010 - 14:35
When there was two datefield existed in a form which one of them is notmandatory field, the allowBlank: true line or remove thecommand line of the field didn't solve the problem.
Submitted by tuan.norlida on Sun, 10/24/2010 - 11:23
Codes showed below use to set auto-complete datefield if depending on combobox item.
Case:
Select 'tempoh sah jawatan' in combobox, display tarikh sah jawatan in tarikh sah jawatan field depending on months selected.
Eg:
Tarikh Mula: 1/10/2010
Tempoh Sah Jawatan: 3 bulan (from tarikh mula)
Tarikh Sah Jawatan:
01/01/2011 (auto display)
Submitted by tuan.norlida on Tue, 06/29/2010 - 10:57
We will build a new window that willcontain a form for filling out name and ic number as samples of data.
Here you go the steps;
Submitted by tuan.norlida on Tue, 05/25/2010 - 10:17
The .add(elements) method use to add more elements, matched by the given expression, to the set of matched elements and it will always be returned in document order (rather than a simple concatenation).
Below is the sample of code showing how the method works;
[img_assist|nid=954|title=add|desc=|link=none|align=left|width=579|height=188]
Ref: http://api.jquery.com/add/
Submitted by tuan.norlida on Mon, 04/12/2010 - 12:36
Choose Git Bash Only
[img_assist|nid=919|title=1|desc=|link=none|align=left|width=497|height=390]
Chhose Checkout Windows Style
[img_assist|nid=920|title=2|desc=|link=none|align=left|width=500|height=392]
Submitted by tuan.norlida on Mon, 04/12/2010 - 11:58
Open the repo admin page;
Click the project link that you want to add collaborator(s).
[img_assist|nid=924|title=project|desc=|link=none|align=left|width=640|height=434]
Click on Admin.
[img_assist|nid=925|title=admin|desc=|link=none|align=left|width=640|height=434]
Click Add Another Collaborator.
[img_assist|nid=926|title=add_another|desc=|link=none|align=left|width=398|height=246]
Submitted by tuan.norlida on Mon, 04/12/2010 - 10:23
In previous entry, we just create account with github(http://software.krimnet.com/how-create-account-with-github.htm). Here, follow the step on how to generate and add SSH Key to Github;
Submitted by tuan.norlida on Mon, 04/12/2010 - 09:37
First of all, you can create account with github with following below steps;
1. Go to https://github.com/
2. Click sign up button.
[img_assist|nid=896|title=sign up|desc=|link=none|align=left|width=100|height=37]
3. Choose plan.
Submitted by tuan.norlida on Thu, 04/01/2010 - 11:56
SQL is yet another essential language for developers wishing to create data-driven websites.
Submitted by tuan.norlida on Mon, 03/15/2010 - 13:03
Polylines are used to mark out roads, borders and other things that are made of lines in maps. The Google Maps API offers a class for drawing these lines on a Google Map called GPolyline. In this entry I will show you how to use these and how to deal with potential performance issues when the polylines gets more complex.
// Create an instance of Google map
var map = new GMap2(document.getElementById("map"));