WordPress 3.0

  WordPress 3.0 đã chính thức được phát hành ngày 17/06/2010 với nhiều tính năng mới nổi bật cho cả người dùng bình thường lẫn người dùng chuyên nghiệp (lập trình viên) Một tính năng nổi bật nhất đó là bạn có thể cắt, chỉnh sửa ảnh của bạn trực tiếp trong WordPress (như hình [...]

0 Comments ,

Exporting Eclipse’s Color Schemes

Export your Eclipse preferences using File > Export > General > Preferences. This will output a .epf file with a whole bunch of preferences including repository info; way more than you need. Run some simple  commands to create a preference file that contains color information only. Add “file_export_version=3.0″ as the top line of your new [...]

1 Comments , , , ,

AVIM-Reloaded

Hôm trước có người kêu cái AVIM này không có cookie cho chế độ ẩn đi nên giờ mình sửa một chút AVIM để thêm cookie cho việc ẩn hiện bảng điều khiển. Nếu trong thời gian tới CA RO rảnh, CA RO sẽ sửa lại dùng cookie theo hệ nhị phân để giảm số [...]

2 Comments

Object-Oriented MySQLi based session handler

This is how you can start with your own database-based session controller.
This class is built with MySQLi functions, so be sure you are prepared for PHP5.

1 Comments

Limit IP Connection + Apache

http://dominia.org/djao/limit/win32/mod_ipconn.zip httpd.conf LoadModule status_module modules/mod_status.so ExtendedStatus On LoadModule limitipconn_module modules/mod_limitipconn.dll <IfModule mod_limitipconn.c> <Location /> MaxConnPerIP 3 NoIPLimit images/* </Location> <Location /mp3> MaxConnPerIP 1 OnlyIPLimit audio/mpeg video </Location> </IfModule>     cd /usr/src wget http://dominia.org/djao/limit/mod_li…nn-0.04.tar.gz tar xzvf mod_limitipconn-0.04.tar.gz cd mod_limitipconn-0.04 pico Makefile find the line that reads APXS=apxs[/b] change that to  APXS=/usr/local/apache/bin/apxs press cntrl O to save then cntrl X  [...]

0 Comments

Phờ cả người

Vừa ngủ dậy, phờ phạc, chả định post gì cả nên . tại đây! need a big hug! A2AMS After Ngày hôm qua ở lại

0 Comments

WordPress Highlighted

http://codex.wordpress.org/Category_Templates

0 Comments

Ad Distribution Code Improved

After a 2-hour outage, came up with an idea to redistribute ad from two server, in which one is main server and other is the backup one, checking for the connection to the main server in 2 sec, then 2 sec for verifying the backup server is also online, if after 4 sec there is [...]

3 Comments