by CA RO
on 24/11/2010
in Development, IT, Linux, Microsoft
Modify your .bashrc in your home directory in cygwin Add a variable into your environment variables As in this screenshot You can add the path to the directory /bin, /usr/sbin, /usr/local/bin into your PATH variable of windows too, so that you can use most of cygwin commands directly from Command Prompt. The most useful commands [...]
by CA RO
on 18/06/2010
in Coding, Development, IT, WordPress
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 [...]
by CA RO
on 15/04/2010
in Development, IT, Mac OS X
The rsync tool that comes in-the-box with OSX does not support iconv, so that you cannot activate this option in order to void any encoding issue when syncing with rsync. To use this option, you need to install XCode to compile rsync, by default on OSX 10.6, with default options (64-bit compilation) you don’t have [...]
by CA RO
on 08/02/2010
in Development, IT
If you want to test out jQuery 1.4 with your current WordPress installation, you just need to add this code into functions.php of your theme if( !is_admin()){ wp_deregister_script(‘jquery’); wp_register_script(‘jquery’, ‘http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js’, false, ‘latest’); wp_enqueue_script(‘jquery’); }
by CA RO
on 28/07/2009
in Development, IT
Some interesting new features: Namespaces Late static binding Closures One-expression tenary operator Much better Windows support Since PHP 5.3, it is possible to leave out the middle part of the ternary operator. Expression expr1 ?: expr3 returns expr1 if expr1 evaluates to TRUE, and expr3 otherwise.
by CA RO
on 10/05/2009
in Development, IT, WordPress
If you have any feedback for this plugin please leave your feedback here!
by CA RO
on 03/05/2009
in Development, IT, WordPress
This plugin is used to hide some content in a Post or a Page by a link, when you click the entire hidden content will appear. The link is not toggle between Show/Hide for this version, I will implement that function soon. Use: case insensitive [ hide[=Text to be displayed instead of default text]]TEXT[/hide ] [...]
by CA RO
on 22/04/2009
in Development, IT, WordPress
http://wordpress.org/extend/plugins/wpvn-unload-hooks/
by CA RO
on 27/03/2009
in Development, IT, WordPress
http://wordpress.org/extend/plugins/wp-avim-reloaded/ Với vài tính năng mới Sử dụng AVIM định hướng đối tượng để tránh các xung đột về javascript. Sửa cookie có path=/, thêm cookie AVIM_hidden để nhớ chế độ ẩn hiện. Có một bug nhỏ sau khi up lên svn mình mới để ý, nếu bạn lỡ tay ẩn bộ gõ đi ở [...]
by CA RO
on 27/03/2009
in Coding, Development, IT
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ố [...]
by CA RO
on 08/03/2009
in Development, IT, Linux, Tutorial
Assuming that apache is installed! Install packages apt-get install subversion libapache2-svn libapache-mod-dav Enable SSL a2enmod Add “Listen 443″ into httpd.conf if needed. Install SSL apt-get install ssl-cert mkdir /etc/apache2/ssl /usr/sbin/make-ssl-cert /usr/share/ssl-cert/ssleay.cnf /etc/apache2/ssl/site-name.crt Adding Basic Authentication: htpasswd2 -c -m /home/path-to/svn/project/.htpasswd username Configure site cp /etc/apache2/sites-available/default /etc/apache2/sites-available/site-name nano /etc/apache2/sites-available/site-name <VirtualHost IP_ADDRESS:443> ServerName hostname DocumentRoot /home/path-to/svn SSLEngine on [...]
by CA RO
on 04/03/2009
in Development, English, IT, Mac OS X
Today, after a long time messing up with XAMPP, MAMP and the Web Sharing – or default Web Server of Mac OS X, I found out a very new product which is free to “grand” public: Zend Server CE (Community Edition). There are Linux, Windows and Mac OS X versions. The versions for Unix-like OS [...]
by CA RO
on 11/03/2008
in Development, IT, WordPress
I made a media player plugin for WordPress which enables to embed an FLV and ,MP3 and YouTube link into player in Posts or Pages. If you do not put [=title], the file name will be put before the player. 2009.04.27: New version: 1.3.0 Updated player to v4.4 YouTube supported Media Button above the text [...]