Showing posts with label Tutorials. Show all posts
Showing posts with label Tutorials. Show all posts

Wednesday, May 02, 2012


Password download: taphop.net

Sunday, April 01, 2012

Adding meta description and meta keywords in Drupal 7 is different compared with Drupal 6. I used drupal_add_html_head() for
adding meta description and meta keywords in header. In my theme (template.php file), I call hook_page_alter() for embeding meta. If you want to add meta description and meta keywords in your site then go to your site default theme folder’s template.php file and paste the code (display below) :

function yourtheme_page_alter($page) {
$meta_description = array(
'#type' => 'html_tag',
'#tag' => 'meta',
'#attributes' => array(
'name' => 'description',
'content' => 'some description here'
));
$meta_keywords = array(
'#type' => 'html_tag',
'#tag' => 'meta',
'#attributes' => array(
'name' => 'keywords',
'content' => 'some, keywords'
));
drupal_add_html_head( $meta_description, 'meta_description' );
drupal_add_html_head( $meta_keywords, 'meta_keywords' );
}
Or you can use module Meta Tags Quick
http://drupal.org/project/metatags_quick

Thursday, March 29, 2012

Friday, March 23, 2012


Biểu tượng Copyleft
 
Là một sản phẩm công nghiệp, nhưng chắc chắn phần mềm không giống như một chiếc xe hơi hay máy bay trực thăng. Vì vậy, phần mềm được bảo hộ theo quy định của sở hữu trí tuệ. Thuật ngữ đang dùng là Copyright - tác quyền.

Saturday, December 17, 2011


Chia sẽ bài hướng dẫn tạo email forwarding



Thursday, December 15, 2011


Đăng ký tên miền miễn phí dành cho ai có nhu cầu testing.

- Tên miền có dạng:  abc.co.cc => Đăng ký tại đây | Hướng dẫn tích hợp blogspot
- Tên miền có dạng;   abc.tk  => Đăng ký tại đây

Wednesday, December 14, 2011



Bạn cần nơi lưu trữ có thể chia sẽ online tài liệu hoặc dữ liệu cho bạn bè...

Dropbox cho bạn 
- 2 GB lưu trữ online
- Tự động đồng bộ dữ liệu
- Sử dụng tài liệu trên bất cứ máy nào
- Có khả năng mở rộng
- Thao tác như một thư mục trên máy tính
- Dễ dàng chia sẽ
- Dễ dàng download
- Tốc độ cao
- Hỗ trợ Leech file từ server khác

Đăng ký