From the Blog
How to Enable Permalinks in WordPress – Yahoo Hosting
Problem : WordPress Permalinks don’t work on Yahoo! hosting because they do not give their users access to the htaccess file – which means you cannot create the mod_rewrite rules needed for custom permlinks. Any other WordPress feature.. addon or plugin that you may need your .htaccess file for? Forget it – they do not [...]
Posted on 18 February 2010, 2:01 pm
How to make VOIP calls on iPhone using MagicJack Connection and Siphon
I have been using MagicJack to make calls to USA. Though its an excellent product, the hassle with MagicJack is we have to connect the MJ device to USB and the MJ device to the phone, along with this the annoying popup software. So this weekend my project is to see if i can run [...]
Posted on 15 February 2010, 7:50 am
Eclipse ER Modelling(ERD) Plugin – ERMaster
Last week i need to design a schema for a new project at work. And my client wants us to use all open source tools. Eclipse being our IDE i had spent some time finding good Eclipse plugin for ER Modelling. After trying about 4 to 6 plugins and reading about there features, I found [...]
Posted on 30 January 2010, 5:55 pm
Installing OpenLdap on Linux – CentOS
Install Open Ldap Servers via YUM yum install openldap-servers Edit the /etc/openldap/slapd.conf file to specify the LDAP domain and server To use the slapd LDAP server, modify its configuration file /etc/openldap/slapd.conf, to specify the correct domain and server. The suffix line names the domain for which the LDAP server provides information and should be changed [...]
Posted on 30 January 2010, 4:02 am
Ldap User Management with Spring LDAP
Java Naming and Directory Interface (JDNI) is the API used for LDAP programming on the Java platform. JNDI makes far too much work of simple procedures, such as ensuring that resources have been properly opened and closed. In addition, most JNDI methods throw checked exceptions, which are time-consuming to handle. Spring LDAP provides a sophisticated [...]
Posted on 25 December 2009, 4:23 pm