Category Archives: Web

PROFMediaPlayer

Found Open Source Flash player using adobe osmf at http://blog.nicolasprof.com/profmediaplayer Making FLV players with osmf is easy with video tutorial by R Blank http://www.adobe.com/devnet/flash/articles/video_osmf.html But making a UI is difficult task for many flash newbies. I was thinking that adobe … Continue reading

Posted in Web | Tagged , , , | 1 Comment

Travian Christmas Celebration

Posted in Web | Tagged | Leave a comment

Google Public DNS

Google started Public DNS service like OpenDNS. Google Public DNS server IP address are 8.8.8.8 8.8.4.4 You can use google dns for resolving name servers by editing resolv.conf vi /etc/resolv.conf add nameserver 8.8.8.8 nameserver 8.8.4.4 For more information on Google … Continue reading

Posted in Web | Tagged , , , , , , | Leave a comment

New house

Brought house in ekm.

Posted in Web | Tagged , , , | Leave a comment

Making MeidaWiki urls seo friendly

Open LocalSettings.php Find $wgArticlePath = “$wgScript/$1″; Replace with $wgArticlePath = “/$1″; Now create .htaccess file with following content RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /index.php?title=$1 [L,QSA] Thats all. Now your media wiki installation have seo friendly … Continue reading

Posted in Web | Tagged , , | Leave a comment

Force saving passwords on firefox.

For some sites, when you login, forefox won’t prompt you to save passwords. This is because in the html form, input tag have autocomplete=”off” I used to login to softlayer private network everyday. To get password saved by firefox, i … Continue reading

Posted in Web | Tagged | Leave a comment

Founding New Village in Travian

Travian is a browser based game. Here is the video that shows how i created my first village in travian.

Posted in Web | 1 Comment

Hackers killed software developer

After reports of vlunerability in software developed by his company caused 10000+ VPS hacked, CEO of the firm KT Ligesh commit suicide.  The company made popular control panel for VPS namely HyperVM. The vlunerability as reported at http://www.milw0rm.com/exploits/8880 During dicussion of … Continue reading

Posted in Web | Tagged | Leave a comment

Pirate Bay party wins

Sweden’s Pirate Party won a seat in the European Union Parliament, swept in Sunday amid outrage over a new copyright law and the convictions of the four founders of The Pirate Bay. The party, formed to protest copyright law, took … Continue reading

Posted in Web | Tagged | Leave a comment

Free Skype Call Recorder

I found free skype recorder program at http://voipcallrecording.com/Skype_Call_Recorder It seems good, there are many other programs, but you need to pay for it. This one is free.

Posted in Web | Tagged , | Leave a comment