Setting your pc or laptop for wifi-hotspot on windows7

Open an elevated command prompt (Type “CMD.EXE” in the start menu search bar, then right click the cmd.exe link and select “Run as Administrator”). In the command window, type: netsh wlan set hostednetwork mode=allow ssid=(give ur network name eg. mynetwork) key=(your password for the network eg .password123) Press Enter. Now type: netsh wlan start hostednetwork [...]

Drupal 6.1 Configuration for php 5.2, Mysql 5.1 and apache 2.2

php.ini [PHP] ;;;;;;;;;;;;;;;;;;; ; About php.ini   ; ;;;;;;;;;;;;;;;;;;; ; This file controls many aspects of PHP’s behavior.  In order for PHP to ; read it, it must be named ‘php.ini’.  PHP looks for it in the current ; working directory, in the path designated by the environment variable ; PHPRC, and in the path [...]

Password Encryption and Decryption

java Script function generateCipher() { var rawpwd=document.getElementById(“txtPassword”).value; if(trim(rawpwd)!=”) { var md5val=(rawpwd); var md5val=SHA1(md5val+sid) } return md5val; };

Oracle Obfuscation toolkit

——————————————————– –  DDL for Function DES_DECRYPT ——————————————————– CREATE OR REPLACE FUNCTION “DES_DECRYPT” ( input_string VARCHAR2, key_string VARCHAR2 ) RETURN VARCHAR2 IS v_return VARCHAR2(2048); v_key_string VARCHAR2(56);

JSF Calendar Component Issues

It was on the 2nd of Feb 2009 that I came across the issue with jsf calendar component. The issues was due to the calendar renderer class rendering only four rows of  the dates as all dates fitted within that, hence the javascript error for the missing row. The quick get around over this was [...]

The correct way to set JAVA_HOME for Tomcat4.1 binary distribution

Yesterday a friend of mine called saying he was unable to start up tomcat4.1 because the java_home environment variable was missing. Though most of the apps now don’t really requires you to set the java_home variable explicitly, you might have to, at one point of a time and the correct way would to as below [...]

The Internet I live with

Its another day as usual, though never can it be the same when someone is transfixed to the desk with the PC as the lone companion. Believe me for the record, its the first time i have ever gone sick of the Internet. In spite of that fact i dont complaint for its the only [...]

Follow

Get every new post delivered to your Inbox.