• This is the home page widget area. You can use this space to add an introductory message to your blog with a Text Widget or add any other widget here.

Updating Apache to the latest version

You can check the current version of apache by running httpd -v If you wish to update your 1.3 version of apache to the most recent, run the following: cd /usr/local/directadmin/customapache ./build clean ./build update ./build apache_mod_ssl If you’re using apache 2.x, use “./build apache_2″ instead of apache_mod_ssl. This should update both the configure options … Read more

How to setup per-domain Aliases

If you want to disable /webmail for just one domain (for example), one way to do that is to change the Aliases to be within the VirtualHosts instead of 1 global Alias. 

Tên miền và Hosting với SEO

Trong nhiều cuộc thảo luận SEO có rất nhiều bạn đưa ra thắc mắc rằng khi SEO trên Google.Com.Vn thì Domain .Com.Vn và .Vn có lợi thế hơn .Com không? Rất nhiều tranh cãi của các Webmaster/Blogger/Seoer v.v.. Có người cho rằng không tên miền nào SEO tốt bằng .Com, .Net v.v.. Có người lại … Read more

Encrypting and decrypting data

I am seeing a lot of questions people are asking on how to do encryption/decryption. To help those people I have written a simple class encorporating several encryption/decryption functions: byte[] Encrypt(byte[] clearData, byte[] Key, byte[] IV) – encrypts a byte array with a key and an IV and returns a byte array; string Encrypt(string clearText, string … Read more

target=”_blank” With XHTML 1.1

I received a question this morning from someone asking: In XHTML 1.1 we cannot use attribute ‘target=blank’, so what is the solution? The solution is to use regular links, but to make them open into a new window using JavaScript. To do this, we can add something to the links to flag them as being … Read more

Follow

Get every new post delivered to your Inbox.