10 tháng 6 2009
Tập thể dục buổi sáng
Sáng này là ngày thứ 2 mình đi tập thể dục. Thật là thỏa mái khi mỗi sáng không còn vướng bận việc tới công ty đúng giờ nữa. Mình cứ thư thả đi bộ và nghe nhạc, thật là thú vị phải ko nào.
Chán Yahoo Blog
Tính lên đăng bài trên Yahoo Blog ai ngờ nó chết queo. Ghét chuyển qua đây luôn.
Nhãn:
blog,
ghet,
yahoo blog
05 tháng 4 2009
wordpress home page
while ($my_query->have_posts()) : $my_query->the_post();
$do_not_duplicate = $post->ID; ?>
$do_not_duplicate = $post->ID; ?>
29 tháng 6 2007
09 tháng 1 2007
Javascript DOM
document.getElementsByTagName("input");
var childNode = document.getElementById("item");
childNode.getAttribute( "style" ).display = "none";
var totalElement = document.getElementById("lbltotal");
totalElement.innerHTML = xmlDoc;
var childNode = document.getElementById("item");
childNode.getAttribute( "style" ).display = "none";
var totalElement = document.getElementById("lbltotal");
totalElement.innerHTML = xmlDoc;
27 tháng 12 2006
Get all post
foreach( $_POST as $varname => $value ){
if( substr( $varname , 0, 3 ) == 'txt' ){
for( $i = 0 ; $i < count( $carts ); $i++ ){
$item = $carts[$i];
if( $item->id == substr( $varname , 3 ) ){
$item->quantity = $value;
$carts[$i] = $item;
}
}
}
}
if( substr( $varname , 0, 3 ) == 'txt' ){
for( $i = 0 ; $i < count( $carts ); $i++ ){
$item = $carts[$i];
if( $item->id == substr( $varname , 3 ) ){
$item->quantity = $value;
$carts[$i] = $item;
}
}
}
}
13 tháng 12 2006
PHP - Insert to array
$arr = array();
array_push( $arr,"1" );
array_push( $arr,"2" );
array_push( $arr,"3" );
array_push( $arr,"4" );
print_r( $arr );
echo "
" . $arr[2];
array_push( $arr,"1" );
array_push( $arr,"2" );
array_push( $arr,"3" );
array_push( $arr,"4" );
print_r( $arr );
echo "
" . $arr[2];
04 tháng 12 2006
Đăng ký:
Bài đăng (Atom)