<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5488266227542894626</id><updated>2012-01-21T16:45:10.010+05:30</updated><category term='Queue'/><category term='JavaEE'/><category term='Graph'/><category term='JPA'/><category term='javascript'/><category term='managed bean'/><category term='PL/SQL'/><category term='paging'/><category term='google API'/><category term='Oracle'/><category term='DSA'/><category term='array'/><category term='runcms'/><category term='javacard'/><category term='EJB'/><category term='WSDL'/><category term='lighthttpd'/><category term='excel'/><category term='serveroutput'/><category term='web 2.0'/><category term='GPShell'/><category term='ini'/><category term='Drag and Drop'/><category term='menu'/><category term='tree view'/><category term='Jdeveloper'/><category term='FCKeditor'/><category term='mysql'/><category term='DBMS_OUTPUT'/><category term='php'/><category term='sequence'/><category term='View Parameter'/><category term='Stack'/><category term='data dictionary'/><category term='trim'/><category term='tlv'/><category term='TLV Parser'/><category term='Java'/><category term='chart'/><category term='mkdir'/><category term='DFS'/><category term='webservice'/><category term='SOAP'/><category term='Netbeans'/><category term='print'/><category term='dict'/><category term='html'/><category term='Linked List'/><category term='JSF'/><category term='IE'/><category term='DHTML'/><category term='java script'/><category term='Developer suite'/><category term='vista'/><title type='text'>life Ka Mazza</title><subtitle type='html'>share some tech problems /soln</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default?start-index=101&amp;max-results=100'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>179</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-7853208030606638419</id><published>2012-01-21T16:45:00.000+05:30</published><updated>2012-01-21T16:45:10.021+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='JSF'/><title type='text'>Handling ViewExpiredException</title><summary type='text'>


 &lt;error-page&gt;


        &lt;exception-type&gt;javax.faces.application.ViewExpiredException&lt;/exception-type&gt;


        &lt;location&gt;/faces/viewExpired.xhtml&lt;/location&gt;


    &lt;/error-page&gt;

</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/7853208030606638419/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2012/01/handling-viewexpiredexception.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/7853208030606638419'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/7853208030606638419'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2012/01/handling-viewexpiredexception.html' title='Handling ViewExpiredException'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-3547009457033725681</id><published>2012-01-08T13:52:00.000+05:30</published><updated>2012-01-08T13:52:11.428+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='JSF'/><category scheme='http://www.blogger.com/atom/ns#' term='managed bean'/><title type='text'>Accessing another managed beans property</title><summary type='text'>
FacesContext facesContext = FacesContext.getCurrentInstance();
NeededBean neededBean
    = (NeededBean)facesContext.getApplication()
      .createValueBinding("#{neededBean}").getValue(facesContext);</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/3547009457033725681/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2012/01/accessing-another-managed-beans.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/3547009457033725681'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/3547009457033725681'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2012/01/accessing-another-managed-beans.html' title='Accessing another managed beans property'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-5086628011773938400</id><published>2011-12-31T15:35:00.002+05:30</published><updated>2011-12-31T15:35:13.441+05:30</updated><title type='text'>PHP+XML</title><summary type='text'>http://www.php.net/manual/en/simplexml.examples-basic.php</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/5086628011773938400/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2011/12/phpxml.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/5086628011773938400'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/5086628011773938400'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2011/12/phpxml.html' title='PHP+XML'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-2619429862233051282</id><published>2011-12-28T11:43:00.001+05:30</published><updated>2011-12-28T11:43:16.389+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='JSF'/><title type='text'>Accessing  another managed Bean</title><summary type='text'>
The Two method Suppose I want to access the login bean from welcome bean.
1) Using the Value Binding
FacesContext fc = FacesContext.getCurrentInstance();
LoginBean loginBean = (LoginBean)  fc.getApplication().createValueBinding("# {login}").getValue(fc); 

2) Using the Variable Resolver
FacesContext fc = FacesContext.getCurrentInstance();
LoginBean loginBean = (LoginBean) fc.getApplication().</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/2619429862233051282/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2011/12/accessing-another-managed-bean.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2619429862233051282'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2619429862233051282'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2011/12/accessing-another-managed-bean.html' title='Accessing  another managed Bean'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-8761120989998421471</id><published>2011-11-04T18:36:00.003+05:30</published><updated>2011-11-04T18:36:55.432+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='PL/SQL'/><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>Change HTTP port in OracleXE</title><summary type='text'>
SQL&gt; begin
 2    dbms_xdb.sethttpport('9080');
 3  end;
 4  /</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/8761120989998421471/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2011/11/change-http-port-in-oraclexe.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/8761120989998421471'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/8761120989998421471'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2011/11/change-http-port-in-oraclexe.html' title='Change HTTP port in OracleXE'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-2770812173996919069</id><published>2011-11-01T13:18:00.005+05:30</published><updated>2011-11-01T13:18:55.059+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>How to Database options in Oracle</title><summary type='text'>select * from v$options;

 it  will give parameters configured in DB like Partitioning(TRUE/FALSE),RAC,DB queuing,Indexing ,Spatial,Duplex backup,Java,OLAP,DataMinig</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/2770812173996919069/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2011/11/how-to-database-options-in-oracle.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2770812173996919069'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2770812173996919069'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2011/11/how-to-database-options-in-oracle.html' title='How to Database options in Oracle'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-3495210858940368572</id><published>2011-10-30T18:31:00.005+05:30</published><updated>2011-10-30T18:31:56.012+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='PL/SQL'/><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>SYS.DBMS_SCHEDULER</title><summary type='text'>
BEGIN
    SYS.DBMS_SCHEDULER.CREATE_JOB (
            job_name =&gt; '"SYSTEM"."MULT2"',
            job_type =&gt; 'PLSQL_BLOCK',
            job_action =&gt; 'BEGIN 
 INSERT INTO HR.HEXA VALUES(''IND'',''KER'');
 INSERT INTO HR.HEXA VALUES(''NETHERLAND'',''HOLLAND'');
COMMIT;
END;',
            number_of_arguments =&gt; 0,
            start_date =&gt; SYSTIMESTAMP,
            repeat_interval =&gt; 'FREQ=</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/3495210858940368572/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2011/10/sysdbmsscheduler.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/3495210858940368572'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/3495210858940368572'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2011/10/sysdbmsscheduler.html' title='SYS.DBMS_SCHEDULER'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-330079281177017977</id><published>2011-10-30T16:10:00.004+05:30</published><updated>2011-10-30T16:10:55.837+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='PL/SQL'/><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>Scheduled JOB, Oracle DB</title><summary type='text'>
BEGIN
dbms_scheduler.create_schedule(  
schedule_name  =&gt; 'INTERVAL_EVERY_1_MINUTES',  
  start_date    =&gt; trunc(sysdate),  
  repeat_interval =&gt; 'freq=MINUTELY',  
  comments     =&gt; 'Runtime: Every minut'); 
 
  dbms_scheduler.create_program  
(program_name=&gt; 'PROG_DO_HR_INSERT',  
 program_type=&gt; 'PLSQL_BLOCK',  
 program_action=&gt; 'BEGIN  INSERT INTO HR.HEXA VALUES('actiont','FRM MINUT </summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/330079281177017977/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2011/10/scheduled-job-oracle-db.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/330079281177017977'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/330079281177017977'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2011/10/scheduled-job-oracle-db.html' title='Scheduled JOB, Oracle DB'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-5189340818576060632</id><published>2011-10-30T14:33:00.000+05:30</published><updated>2011-10-30T17:13:34.745+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='PL/SQL'/><category scheme='http://www.blogger.com/atom/ns#' term='data dictionary'/><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>SCHEDULER_JOB in oracle data base</title><summary type='text'>SELECT JOB_NAME,JOB_TYPE,JOB_ACTION,SCHEDULE_NAME,SCHEDULE_TYPE,JOB_CLASS,STATE FROM  DBA_SCHEDULER_JOBS WHERE JOB_NAME='JobName';
--------------------------------------------------------------------------------------

SELECT owner, program_name, enabled FROM dba_scheduler_programs;</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/5189340818576060632/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2011/10/schedulerjob-in-oracle-data-base.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/5189340818576060632'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/5189340818576060632'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2011/10/schedulerjob-in-oracle-data-base.html' title='SCHEDULER_JOB in oracle data base'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-8402078930364804843</id><published>2011-10-29T18:30:00.003+05:30</published><updated>2011-10-29T18:30:46.051+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>Oracle Database  Scheduler</title><summary type='text'>
BEGIN
    sys.DBMS_SCHEDULER.CREATE_SCHEDULE (
       
        repeat_interval  =&gt; 'FREQ=MINUTELY;INTERVAL=2',    
        start_date =&gt; TO_TIMESTAMP_TZ('2011-10-29 15:57:26 Asia/Riyadh','YYYY-MM-DD HH24.MI.SS TZR'),
        schedule_name  =&gt; '"EVERY2minut"');
       
END;</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/8402078930364804843/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2011/10/oracle-database-scheduler.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/8402078930364804843'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/8402078930364804843'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2011/10/oracle-database-scheduler.html' title='Oracle Database  Scheduler'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-246088740512728873</id><published>2011-10-17T13:15:00.001+05:30</published><updated>2011-10-17T13:15:19.274+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='javacard'/><title type='text'>JAVA Card: Applet Code</title><summary type='text'>From :Jan Vossaert`s Smart Card Tutorial

package be.msec.smartcard;

import com.sun.javacard.crypto.ad;

import javacard.framework.APDU;
import javacard.framework.Applet;
import javacard.framework.ISO7816;
import javacard.framework.ISOException;
import javacard.framework.OwnerPIN;

public class IdentityCard extends Applet {
 private final static byte IDENTITY_CARD_CLA =(byte)0x80;
 
 private </summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/246088740512728873/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2011/10/java-card-applet-code.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/246088740512728873'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/246088740512728873'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2011/10/java-card-applet-code.html' title='JAVA Card: Applet Code'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-7134916807859122144</id><published>2011-10-17T13:11:00.002+05:30</published><updated>2011-10-17T13:11:48.268+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='javacard'/><category scheme='http://www.blogger.com/atom/ns#' term='GPShell'/><title type='text'>Java Card Applet Deployment</title><summary type='text'>JAVA CARD:Gemalto TOP IM GX4

GPShell script


mode_211
gemXpressoPro
enable_trace
establish_context
card_connect
select -AID A000000018434D00
open_sc -security 3 -keyind 0 -keyver 0 -key 47454d5850524553534f53414d504c45 // Open secure channel
delete -AID 0102030405060708090000
delete -AID 01020304050607080900
install -file smartcard.cap -priv 04 -sdAID A000000018434D00 -nvCodeLimit 4000
</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/7134916807859122144/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2011/10/java-card-applet-deployment.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/7134916807859122144'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/7134916807859122144'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2011/10/java-card-applet-deployment.html' title='Java Card Applet Deployment'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-2293501969321578271</id><published>2011-10-17T13:08:00.000+05:30</published><updated>2011-10-17T13:08:02.954+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='javacard'/><title type='text'>Java Card compilation code</title><summary type='text'>"C:\jdk1.6.0_27\bin\javac.exe" -source 1.2 -target 1.2 -g -classpath "C:\Tutorial\eclipse\java_card_kit-2_2_1"\lib\javacardframework.jar;"C:\Tutorial\eclipse\java_card_kit-2_2_1"\lib\apduio.jar;"C:\Tutorial\eclipse\java_card_kit-2_2_1"\lib\apdutool.jar;"C:\Tutorial\eclipse\java_card_kit-2_2_1"\lib\jcwde.jar;"C:\Tutorial\eclipse\java_card_kit-2_2_1"\lib\converter.jar;"C:\Tutorial\eclipse\</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/2293501969321578271/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2011/10/java-card-compilation-code.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2293501969321578271'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2293501969321578271'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2011/10/java-card-compilation-code.html' title='Java Card compilation code'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-8953790380887567889</id><published>2011-10-14T04:57:00.001+05:30</published><updated>2011-10-17T13:08:26.512+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='javacard'/><category scheme='http://www.blogger.com/atom/ns#' term='TLV Parser'/><title type='text'>TLV parser -2</title><summary type='text'>
 public static void parseTLV(String TAG,byte[] b) throws Exception
    {
     System.out.println("-------------------- TAG------------------------"+TAG); 
    byte[] tagBA=hexStringToByteArray(TAG);
    boolean isTagExist=false;
    int tagStartLoc=0;
    for(int i=0;i&lt;b.length;i++)
    {
        if(isTagExist)
            break;
           for(int j=0;j&lt;tagBA.length;j++)
           {
</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/8953790380887567889/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2011/10/tlv-parser-2.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/8953790380887567889'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/8953790380887567889'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2011/10/tlv-parser-2.html' title='TLV parser -2'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-1652638538902684748</id><published>2011-10-14T01:22:00.002+05:30</published><updated>2011-10-17T13:08:51.710+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='javacard'/><category scheme='http://www.blogger.com/atom/ns#' term='tlv'/><title type='text'>Simple  TLV parser</title><summary type='text'>
    public static String getHexString(byte[] b) throws Exception {
   String a="";
    for (int i = 0; i &lt; b.length; i++) {
     a = a+Integer.toString((b[i] &amp; 0xff) + 0x100, 16).substring(1);
    }
    return a;
}
   public static String[] getStringArray(String hexString)
   {
       String[] sr=new String[hexString.length()/2];
        
        for(int i=0;i&lt;hexString.length()-1;i++)
        {</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/1652638538902684748/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2011/10/simple-tlv-parser.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/1652638538902684748'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/1652638538902684748'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2011/10/simple-tlv-parser.html' title='Simple  TLV parser'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-3412599561790062519</id><published>2011-09-12T02:02:00.001+05:30</published><updated>2011-09-12T02:05:52.754+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='EJB'/><category scheme='http://www.blogger.com/atom/ns#' term='JavaEE'/><category scheme='http://www.blogger.com/atom/ns#' term='JPA'/><title type='text'>Handling Scalar values(aggregation function) From JPA layer</title><summary type='text'>


---------in EJB file------------

public List&lt;CountryRegCount&gt; getReg()
    {
    List&lt;CountryRegCount&gt; lst=new ArrayList&lt;CountryRegCount&gt;();   
      
      Iterator&lt;Object[]&gt; results=em.createQuery("select count(c) ,c.regionId from Countries c GROUP BY c.regionId").getResultList().iterator();
      
          
          while ( results.hasNext() ) {
    Object[] row = results.next();
   
</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/3412599561790062519/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2011/09/handling-scalar-valuesaggregation.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/3412599561790062519'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/3412599561790062519'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2011/09/handling-scalar-valuesaggregation.html' title='Handling Scalar values(aggregation function) From JPA layer'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-2508892083753553541</id><published>2011-08-15T01:44:00.001+05:30</published><updated>2011-08-15T01:44:22.680+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='JavaEE'/><category scheme='http://www.blogger.com/atom/ns#' term='JSF'/><title type='text'>JSF custom validator</title><summary type='text'>/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package com.test;
import javax.faces.application.FacesMessage;
import javax.faces.component.UIComponent;
import javax.faces.context.FacesContext;
import javax.faces.validator.FacesValidator;
import javax.faces.validator.Validator;
import javax.faces.validator.ValidatorException;

/**
 *
 * @author </summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/2508892083753553541/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2011/08/jsf-custom-validator.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2508892083753553541'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2508892083753553541'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2011/08/jsf-custom-validator.html' title='JSF custom validator'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-4772342236904195280</id><published>2011-07-24T21:54:00.002+05:30</published><updated>2011-07-24T21:54:07.655+05:30</updated><title type='text'>Derby JDBC client file</title><summary type='text'>The Apache Derby JDBC driver is included inside the derbyclient.jar file that comes with the BIN or lib distribution of Derby.</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/4772342236904195280/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2011/07/derby-jdbc-client-file.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/4772342236904195280'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/4772342236904195280'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2011/07/derby-jdbc-client-file.html' title='Derby JDBC client file'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-6224151701465538919</id><published>2011-07-20T13:55:00.001+05:30</published><updated>2011-07-20T13:55:04.498+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><title type='text'>ArrayList</title><summary type='text'>import java.util.ArrayList;



public class Main {

 /**
  * @param args
  */
 public  static ArrayList merge(String[] words, String[] more) {
  ArrayList sentence = new ArrayList();
   for (String w : words) sentence.add(w);
   for (String w : more) sentence.add(w);
   return sentence;
   }
 public static void main(String[] args) {
  String[] northAmerica=new String[5];
  northAmerica[0]="USA";
</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/6224151701465538919/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2011/07/arraylist.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/6224151701465538919'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/6224151701465538919'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2011/07/arraylist.html' title='ArrayList'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-7919489222846823052</id><published>2011-07-20T13:39:00.001+05:30</published><updated>2011-07-20T13:39:14.799+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='DSA'/><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><title type='text'>HashTable</title><summary type='text'>import java.util.HashMap;

/**
 * 
 */

/**
 * @author Sajjad
 *
 */
class Student
{
 private int  id;
 private String  name;
 private  String std;
 
 public int getId() {
  return id;
 }
 
 public Student(int id, String name, String std) {
   this.id = id;
  this.name = name;
  this.std = std;
 }
 
 @Override
 public String toString() {
  return "Student [id=" + id + ", name=" + name + ", std=" </summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/7919489222846823052/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2011/07/hashtable.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/7919489222846823052'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/7919489222846823052'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2011/07/hashtable.html' title='HashTable'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-1832062513477033633</id><published>2011-07-15T05:17:00.001+05:30</published><updated>2011-07-15T05:17:50.161+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='JavaEE'/><category scheme='http://www.blogger.com/atom/ns#' term='JSF'/><title type='text'>write log-in data in session - JSF</title><summary type='text'>FacesContext context = FacesContext.getCurrentInstance(); 
HttpSession session = 
(HttpSession)context.getExternalContext().getSession(true); 

session.setAttribute("username", user); 
session.setAttribute("password", pass);</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/1832062513477033633/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2011/07/write-log-in-data-in-session-jsf.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/1832062513477033633'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/1832062513477033633'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2011/07/write-log-in-data-in-session-jsf.html' title='write log-in data in session - JSF'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-5823810200193730973</id><published>2011-07-13T02:04:00.001+05:30</published><updated>2011-07-13T02:05:01.061+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='JavaEE'/><category scheme='http://www.blogger.com/atom/ns#' term='JSF'/><category scheme='http://www.blogger.com/atom/ns#' term='Jdeveloper'/><title type='text'>change Run target in Jdeveloper</title><summary type='text'>Project Properties-&gt;Run/Debug Profile Edit default profile-&gt;Launch Settings</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/5823810200193730973/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2011/07/change-run-target-in-jdevelopet.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/5823810200193730973'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/5823810200193730973'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2011/07/change-run-target-in-jdevelopet.html' title='change Run target in Jdeveloper'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-sf4YSnPJ2wc/Thyvo4_lslI/AAAAAAAAEDE/YOTRyfUNpAY/s72-c/changeRunTarget.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-9071293666653758209</id><published>2011-06-22T15:57:00.001+05:30</published><updated>2011-06-22T15:57:16.777+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='JSF'/><title type='text'>get Locale in JSF</title><summary type='text'>public Locale getLocale()
    {
        FacesContext fc=FacesContext.getCurrentInstance();
        UIViewRoot vr= fc.getViewRoot();
        Locale lc=vr.getLocale();
        return lc;

    }</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/9071293666653758209/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2011/06/get-locale-in-jsf.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/9071293666653758209'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/9071293666653758209'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2011/06/get-locale-in-jsf.html' title='get Locale in JSF'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-3175483737391499592</id><published>2011-06-21T02:57:00.002+05:30</published><updated>2011-06-21T02:57:53.842+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='JavaEE'/><category scheme='http://www.blogger.com/atom/ns#' term='JSF'/><title type='text'>JSF validation function</title><summary type='text'>public void validateName(FacesContext fc, UIComponent c, Object value) {
 if ( ((String)value).contains("_") )
 throw new ValidatorException(
 new FacesMessage("Name cannot contain underscores"));</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/3175483737391499592/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2011/06/jsf-validation-function.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/3175483737391499592'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/3175483737391499592'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2011/06/jsf-validation-function.html' title='JSF validation function'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-4104648636104561240</id><published>2011-06-07T22:20:00.001+05:30</published><updated>2011-06-07T22:21:08.566+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='JavaEE'/><category scheme='http://www.blogger.com/atom/ns#' term='JSF'/><title type='text'>View Parameter in JSF(equalant to $_GET in PHP)</title><summary type='text'>url:http://localhost:8080/Jfa/faces/profile.xhtml?user=tom  

&amp;ltf:metadata&amp;gt
&amp;ltf:viewParam name="user" value="#{student.getx}"/&amp;gt
&amp;lt/f:metadata&amp;gt</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/4104648636104561240/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2011/06/view-parameter-in-jsfequalant-to-get-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/4104648636104561240'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/4104648636104561240'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2011/06/view-parameter-in-jsfequalant-to-get-in.html' title='View Parameter in JSF(equalant to $_GET in PHP)'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-4390866314789270424</id><published>2011-05-17T22:06:00.001+05:30</published><updated>2011-05-17T22:06:36.291+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><title type='text'>NetWork interface Reader</title><summary type='text'>
import java.io.*;import java.net.*;import java.util.*;import static java.lang.System.out;public class Main  {  public  void  call()  {  }    public static void main(String[] args) throws IOException  {                     Enumeration&lt;NetworkInterface&gt; nets = NetworkInterface.getNetworkInterfaces();             int i=0;        for (NetworkInterface netint : Collections.list(nets))        {</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/4390866314789270424/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2011/05/network-interface-reader.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/4390866314789270424'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/4390866314789270424'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2011/05/network-interface-reader.html' title='NetWork interface Reader'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-921279666695738742</id><published>2011-05-17T22:03:00.001+05:30</published><updated>2011-05-17T22:05:13.242+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='JavaEE'/><category scheme='http://www.blogger.com/atom/ns#' term='JSF'/><title type='text'>JSF application with file extension .JSF</title><summary type='text'>

&lt;context-param&gt;&lt;param-name&gt;javax.faces.DEFAULT_SUFFIX&lt;/param-name&gt;&lt;param-value&gt;.jsf&lt;/param-value&gt;&lt;/context-param&gt;in web.xmlin web.xml</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/921279666695738742/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2011/05/jsf-application-with-file-extension-jsf.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/921279666695738742'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/921279666695738742'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2011/05/jsf-application-with-file-extension-jsf.html' title='JSF application with file extension .JSF'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-5446115459909504800</id><published>2011-05-10T00:43:00.001+05:30</published><updated>2011-05-10T00:45:11.593+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><title type='text'>Port Scanner in Java</title><summary type='text'>
public static void main(String[] args)  {        URLConnection conn;       for(int port=1;port&lt;65535;port++)       {            try {                ServerSocket serv = new ServerSocket(port);                if(serv.isBound())                    {                    serv.close();                    }            } catch (IOException ex) {                System.out.println(port);            }
</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/5446115459909504800/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2011/05/port-scanner-in-java.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/5446115459909504800'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/5446115459909504800'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2011/05/port-scanner-in-java.html' title='Port Scanner in Java'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-8503919617826844156</id><published>2011-04-26T02:50:00.000+05:30</published><updated>2011-04-26T02:50:15.490+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='JavaEE'/><category scheme='http://www.blogger.com/atom/ns#' term='JSF'/><category scheme='http://www.blogger.com/atom/ns#' term='Netbeans'/><title type='text'>Issue:Netbeans Project properties: Add Framework disabled</title><summary type='text'>If Frameworks disabled in project properties, do the following procedures
go to
 Tools-&gt;Plugins-&gt;installed plug ins
Select JavaEE+Web
activate
after activating Plugins of Java EE , Frameworks will load in your project properties

</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/8503919617826844156/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2011/04/issuenetbeans-project-properties-add.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/8503919617826844156'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/8503919617826844156'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2011/04/issuenetbeans-project-properties-add.html' title='Issue:Netbeans Project properties: Add Framework disabled'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/-ihVY14Ai8TM/TbXkrCi8tpI/AAAAAAAAD84/cXufrCjYmgw/s72-c/actvtplgin.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-2067531238621070590</id><published>2010-12-10T00:26:00.002+05:30</published><updated>2010-12-10T00:26:49.339+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><title type='text'>Accessing Object variable and primitive variable</title><summary type='text'>public static void main(String[] args) {    test t;    test s=new test();    s.y=12;    t=s;    s.y++;    System.out.println(s.y+"\t"+t.y);    int k,j=12;    k=j;    j++;    System.out.println(k+"\t"+j);
    }----------------------------------------OUTPUT13        1312        13</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/2067531238621070590/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2010/12/accessing-object-variable-and-primitive.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2067531238621070590'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2067531238621070590'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2010/12/accessing-object-variable-and-primitive.html' title='Accessing Object variable and primitive variable'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-249296988740198216</id><published>2010-12-10T00:25:00.002+05:30</published><updated>2010-12-10T00:25:49.451+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><title type='text'>Java:Passing object means passing address, but not for primitive</title><summary type='text'>class objx{    int z;    public objx(int d) {        z=d;    }
}

public class Main { public void inc(int y)    {         y++;    }    public void incObj(objx ob1)    {    ob1.z++;    }    public static void main(String[] args) {       Main m=new Main();       int j=2;       objx ob=new objx(4);       m.inc(j);       m.incObj(ob);       System.out.println(j+"\n"+ob.z);
     }}--------------------</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/249296988740198216/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2010/12/javapassing-object-means-passing.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/249296988740198216'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/249296988740198216'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2010/12/javapassing-object-means-passing.html' title='Java:Passing object means passing address, but not for primitive'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-7993867806716862076</id><published>2010-09-21T23:07:00.001+05:30</published><updated>2010-09-21T23:07:13.319+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='DSA'/><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='Queue'/><title type='text'>DSA: Queue Implementation Using Arrays</title><summary type='text'>class Qu
{
    int a[],front=-1,rear=-1,max,count=0;
  Qu(int size)
  {
      a=new int[size];
      max=size;
  }
  void enQ(int x)
  {
      if(isFull())
      {
          System.out.println("Q is Full");
      }
      else if(isEmpty())
      {
         
          front++;
          rear++;
          a[rear]=x;
      }
      else
      {
          a[rear]=x;
          rear++;
         
      }</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/7993867806716862076/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2010/09/dsa-queue-implementation-using-arrays.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/7993867806716862076'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/7993867806716862076'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2010/09/dsa-queue-implementation-using-arrays.html' title='DSA: Queue Implementation Using Arrays'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-7944924665113901738</id><published>2010-09-21T21:13:00.002+05:30</published><updated>2010-09-21T21:13:43.300+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='DSA'/><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='Graph'/><category scheme='http://www.blogger.com/atom/ns#' term='DFS'/><title type='text'>DSA:Depth First Search</title><summary type='text'>package javaapplication8;
import java.io.*;
class graph
{
    int a[][];
    int f[];
    int vtx;

    graph(int v)
    {
        vtx=v;
        f=new int[vtx+1];
        a=new int[vtx+1][vtx+1];
    }
    void getdata()throws Exception
    {
        int i,j;
            for(i=1;i&lt;(vtx+1);i++)
              {
                 for(j=1;j
                    { 
                        </summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/7944924665113901738/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2010/09/dsadepth-first-search.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/7944924665113901738'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/7944924665113901738'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2010/09/dsadepth-first-search.html' title='DSA:Depth First Search'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-165894062291434022</id><published>2010-09-21T11:20:00.002+05:30</published><updated>2010-09-21T11:20:36.986+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='DSA'/><category scheme='http://www.blogger.com/atom/ns#' term='Linked List'/><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='Queue'/><title type='text'>DSA :Queue implementation using Linked List</title><summary type='text'>package javaapplication7;
import java.io.*;
import java.lang.*;
class node
 {     int data;
        node next;
           node(int n)throws Exception
              {
                  next=null;
                  data=n;
                }
             void display()throws Exception
                {
                 System.out.println(data);
                }
}
 class Qu
   {
        node head=</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/165894062291434022/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2010/09/dsa-queue-implementation-using-linked.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/165894062291434022'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/165894062291434022'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2010/09/dsa-queue-implementation-using-linked.html' title='DSA :Queue implementation using Linked List'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-1520132952563906893</id><published>2010-09-21T09:09:00.001+05:30</published><updated>2010-09-21T11:21:04.121+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='DSA'/><category scheme='http://www.blogger.com/atom/ns#' term='Linked List'/><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='Stack'/><title type='text'>DSA :Stack implementation using Linked List</title><summary type='text'>package javaapplication7;
import java.io.*;
import java.lang.*;
class node
 {     int data;
        node prev,next;
           node(int n)throws Exception
              {
                  next=null;
                  prev=null;
                    data=n;
                }
             void display()throws Exception
                {
                 System.out.println(data);
                }
}</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/1520132952563906893/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2010/09/dsa-stack-implementation-using-linked.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/1520132952563906893'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/1520132952563906893'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2010/09/dsa-stack-implementation-using-linked.html' title='DSA :Stack implementation using Linked List'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-2905109336161627040</id><published>2010-09-17T22:13:00.000+05:30</published><updated>2010-09-17T22:13:17.530+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='DSA'/><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><title type='text'>Binary Search on unsorted array(Sort with bubble sort)</title><summary type='text'>package binarysearch;
import java.io.*;
class bnsearch
{
    int a[],low=0,n=0,flag=0,temp,high=0,key;
    int i,mid,j,item;
    public void setSize(int max)
        {
            a=new int[max];
        }
    public void insert (int item)throws NullPointerException
        {
            a[n]=item;
            n++;
        }
    public void display()
        {
        for(i=0;i
             </summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/2905109336161627040/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2010/09/binary-search-on-unsorted-arraysort.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2905109336161627040'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2905109336161627040'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2010/09/binary-search-on-unsorted-arraysort.html' title='Binary Search on unsorted array(Sort with bubble sort)'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-120732991187638994</id><published>2010-09-14T17:18:00.000+05:30</published><updated>2010-09-14T17:18:05.567+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='DSA'/><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><title type='text'>DSA: Quick Sort</title><summary type='text'>class qsort
{
     int j,n=0,a[],key,temp;
   public qsort(int max)
   {
       a=new int[max];
   }
   public void insert(int item)
     {
       a[n]=item;
       n++;
        }
    public void display()
    {int i;
        for(i=0;i
        {
        System.out.print(a[i]+"\t");
         }
    }
 int partition( int left, int right)
{
      int i = left, j = right;
      int tmp;
      int </summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/120732991187638994/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2010/09/dsa-quick-sort.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/120732991187638994'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/120732991187638994'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2010/09/dsa-quick-sort.html' title='DSA: Quick Sort'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-2110285232334021871</id><published>2010-09-14T14:14:00.002+05:30</published><updated>2010-09-14T14:14:54.959+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='DSA'/><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><title type='text'>DSA:Insertion Sort</title><summary type='text'>class insertionsort
{
     int j,n=0,a[],key;
   public insertionsort(int max)
   {
       a=new int[max];
   }
   public void insert(int item)
   {
       a[n]=item;
       n++;
     //  System.out.println("Element"+a[n-1]+"INserted");
   }
    public void display()
    {int i;
        for(i=0;i
        {
        System.out.print(a[i]+"\t");
         }
    }
 public void sort()
 {
     int k,i;
</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/2110285232334021871/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2010/09/dsainsertion-sort.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2110285232334021871'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2110285232334021871'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2010/09/dsainsertion-sort.html' title='DSA:Insertion Sort'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-1824404150265411434</id><published>2010-09-14T12:36:00.001+05:30</published><updated>2010-09-14T12:36:44.001+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='DSA'/><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><title type='text'>DSA:Bubble Sort</title><summary type='text'>class bubblesort
{
    int i,j,n=0,a[];
   public bubblesort(int max)
   {
       a=new int[max];
   }
   public void insert(int item)
   {
       a[n]=item;
       n++;
   }
    public void display()
    {
        for(i=0;i
         System.out.print(a[i]+"\t");
     }
 public void sort()
 {
     for(i=0;i
     {
        for(j=0;j&lt;(n-i-1);j++)
         {
            if(a[j]&gt;a[j+1])
             {</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/1824404150265411434/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2010/09/dsabubble-sort.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/1824404150265411434'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/1824404150265411434'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2010/09/dsabubble-sort.html' title='DSA:Bubble Sort'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-8261352665257117326</id><published>2010-09-14T10:25:00.002+05:30</published><updated>2010-09-14T10:25:44.477+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='DSA'/><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><title type='text'>DSA:Binary Search</title><summary type='text'>class binarysearch
{
    int a[];
    int i,j,n=0,mid,low=0,high,item;
    public binarysearch(int max)
    {
       a=new int[max];
       n=0;
    }
   public void insert(int item)
    {
       a[n]=item;
       n++;
    }
   public void display()
     {
      for(i=0;i
        System.out.print(a[i]+"\t");
     }
   public void binsearch(int key)
    {
       int flag=0;
        high=n-1;
</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/8261352665257117326/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2010/09/dsabinary-search.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/8261352665257117326'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/8261352665257117326'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2010/09/dsabinary-search.html' title='DSA:Binary Search'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-392297300324817673</id><published>2010-09-13T22:39:00.000+05:30</published><updated>2010-09-13T22:39:07.324+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='DSA'/><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><title type='text'>DSA:circular queue</title><summary type='text'>class  circularqueue
    {
         int rear=-1,front=-1,len;
         int a[]=new int[50],val,item;
         circularqueue(int w)
         {
            len=w;
         }
           public void insert(int item)
           {
            if(front==thenext(rear))
            {
                System.out.println("Q is  fulll");
           
            }
            else if(front==-1)
            { </summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/392297300324817673/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2010/09/dsacircular-queue.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/392297300324817673'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/392297300324817673'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2010/09/dsacircular-queue.html' title='DSA:circular queue'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-2790263687411730753</id><published>2010-07-14T16:03:00.001+05:30</published><updated>2010-07-14T16:07:03.113+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='google API'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><category scheme='http://www.blogger.com/atom/ns#' term='chart'/><title type='text'>Plot a dynamic Graph using Jquery  and  Google Chart  API</title><summary type='text'>Here i used JQuery for updating div and Google Chart API for plotting graph



Source Code







  Source  Code   text.php
session_start();function insert_data($val){for($i=0;$i&lt;100;$i++){if(!isset($_SESSION[v][$i])){for($k=0;$k&lt;100;$k++)$_SESSION[v][$k]=mt_rand(0,120);} else $_SESSION[v][$i]=$_SESSION[v][$i+1];if($i!=0)$str.=",";$str.=$_SESSION[v][$i];}$_SESSION[v][100]=$val;$str.=",$val";</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/2790263687411730753/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2010/07/plot-dynamic-graph-using-jquery-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2790263687411730753'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2790263687411730753'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2010/07/plot-dynamic-graph-using-jquery-and.html' title='Plot a dynamic Graph using Jquery  and  Google Chart  API'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_fOLIWG4_Pyk/TD2RFxQ9aZI/AAAAAAAADBc/UswYwT_bdCE/s72-c/dygrph.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-5445210991524311934</id><published>2010-07-08T06:44:00.003+05:30</published><updated>2010-07-08T06:52:08.950+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='JSF'/><category scheme='http://www.blogger.com/atom/ns#' term='View Parameter'/><title type='text'>faces-config entry  for View Parameter</title><summary type='text'>(navigation-case)
                    (redirect)
                    (from-outcome)(/from-outcome)
                    (to-view-id)(/to-view-id)
                    (view-param)
                        (name)(/name)
                        (value)(/value)
                    (/view-param)
                    (/redirect)
        (/navigation-case)
replace)with &gt; and ( with  &lt;</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/5445210991524311934/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2010/07/faces-config-entry-for-view-parameter.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/5445210991524311934'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/5445210991524311934'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2010/07/faces-config-entry-for-view-parameter.html' title='faces-config entry  for View Parameter'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-901635454721741591</id><published>2010-07-06T14:08:00.001+05:30</published><updated>2010-07-06T14:08:27.048+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SOAP'/><category scheme='http://www.blogger.com/atom/ns#' term='WSDL'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><title type='text'>Web services in PHP using the NuSOAP library</title><summary type='text'>Web services in PHP using the NuSOAP library
View more presentations from Fulvio Corno.</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/901635454721741591/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2010/07/web-services-in-php-using-nusoap.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/901635454721741591'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/901635454721741591'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2010/07/web-services-in-php-using-nusoap.html' title='Web services in PHP using the NuSOAP library'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-8304140370647309475</id><published>2010-06-14T06:02:00.002+05:30</published><updated>2010-06-14T06:10:20.546+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='JSF'/><title type='text'>Error:java.lang.String cannot be cast to javax.faces.model.SelectItem</title><summary type='text'> Problem

&lt;;f:selectItem  itemLabel="Male" value="male"&gt;
Solution

&lt;;f:selectItem  itemLabel="Male" itemValue="male"&gt;

&lt;: is used as an escape from html  rendering  correct portion is 
</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/8304140370647309475/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2010/06/errorjavalangstring-cannot-be-cast-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/8304140370647309475'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/8304140370647309475'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2010/06/errorjavalangstring-cannot-be-cast-to.html' title='Error:java.lang.String cannot be cast to javax.faces.model.SelectItem'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-5689926495475806156</id><published>2010-05-03T12:40:00.000+05:30</published><updated>2010-05-03T12:40:28.484+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='lighthttpd'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><title type='text'>Lighttpd web server setup custom PHP.INI file for each user or domain</title><summary type='text'>http://www.cyberciti.biz/tips/custom-phpini-file-for-each-domain-user.html</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/5689926495475806156/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2010/05/lighttpd-web-server-setup-custom-phpini.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/5689926495475806156'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/5689926495475806156'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2010/05/lighttpd-web-server-setup-custom-phpini.html' title='Lighttpd web server setup custom PHP.INI file for each user or domain'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-2535301902760221047</id><published>2010-05-02T16:07:00.000+05:30</published><updated>2010-05-02T16:07:23.685+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='webservice'/><category scheme='http://www.blogger.com/atom/ns#' term='SOAP'/><title type='text'>test your WSDL</title><summary type='text'>http://www.soapclient.com/soaptest.html</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/2535301902760221047/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2010/05/test-your-wsdl.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2535301902760221047'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2535301902760221047'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2010/05/test-your-wsdl.html' title='test your WSDL'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-8265319765023453075</id><published>2010-05-02T16:04:00.000+05:30</published><updated>2010-05-02T16:04:14.786+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='webservice'/><category scheme='http://www.blogger.com/atom/ns#' term='SOAP'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><title type='text'>SOAP client tutorial</title><summary type='text'>http://search.cpan.org/~mkutter/SOAP-WSDL-2.00.05/lib/SOAP/WSDL/Client.pm</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/8265319765023453075/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2010/05/soap-client-tutorial.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/8265319765023453075'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/8265319765023453075'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2010/05/soap-client-tutorial.html' title='SOAP client tutorial'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-1489459420485771644</id><published>2010-05-01T17:13:00.001+05:30</published><updated>2010-05-01T17:15:18.974+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SOAP'/><category scheme='http://www.blogger.com/atom/ns#' term='WSDL'/><title type='text'>SOAP client in .Net Platform</title><summary type='text'> http://msdn.microsoft.com/en-us/library/ms844621%28v=MSDN.10%29.aspx</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/1489459420485771644/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2010/05/soap-client-in-net-platform.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/1489459420485771644'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/1489459420485771644'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2010/05/soap-client-in-net-platform.html' title='SOAP client in .Net Platform'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-5912096976318226128</id><published>2010-04-30T03:08:00.000+05:30</published><updated>2010-04-30T03:08:21.454+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='SOAP'/><category scheme='http://www.blogger.com/atom/ns#' term='WSDL'/><title type='text'>WSDL  Resources</title><summary type='text'>WSDL  tutorial 
  http://www.w3schools.com/wsdl/default.asp
SOAP  tutorial 
  http://www.w3schools.com/soap/default.asp
Using SOAP in  WSDL Application 
 http://www.ibm.com/developerworks/webservices/library/ws-soap/
Developing  SOAP client in ASP.net  http://bytes.com/topic/visual-basic-net/answers/869325-creating-soap-client-vb-net
 http://www.velocityreviews.com/forums/t58650-</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/5912096976318226128/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2010/04/wsdl-resources.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/5912096976318226128'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/5912096976318226128'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2010/04/wsdl-resources.html' title='WSDL  Resources'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-5666630296980983425</id><published>2010-01-19T13:40:00.002+05:30</published><updated>2010-01-19T13:41:24.978+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='google API'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><category scheme='http://www.blogger.com/atom/ns#' term='chart'/><title type='text'>Making  charts  with php+google  chart  API</title><summary type='text'>http://luddep.se/notebook/2008/04/13/charts-php-and-google-charts-api/</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/5666630296980983425/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2010/01/making-charts-with-phpgoogle-chart-api.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/5666630296980983425'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/5666630296980983425'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2010/01/making-charts-with-phpgoogle-chart-api.html' title='Making  charts  with php+google  chart  API'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-2821928754067705815</id><published>2009-12-25T23:12:00.001+05:30</published><updated>2009-12-25T23:12:21.413+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><category scheme='http://www.blogger.com/atom/ns#' term='IE'/><title type='text'>how to set innerHTML property to select in IE</title><summary type='text'>If you must use innerHTML, a workaround is to use a Div object to wrap the SELECT element and then set the innerHTML property for the Div object

http://support.microsoft.com/kb/276228</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/2821928754067705815/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2009/12/how-to-set-innerhtml-property-to-select.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2821928754067705815'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2821928754067705815'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2009/12/how-to-set-innerhtml-property-to-select.html' title='how to set innerHTML property to select in IE'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-3435957778100780847</id><published>2009-12-08T22:52:00.000+05:30</published><updated>2009-12-08T22:52:00.962+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='mysql'/><title type='text'>moving data from one mysql  table to another</title><summary type='text'>if u need to  copy  primary key(here id) 
 INSERT INTO new_table( id,nt1,nt2) SELECT  oid,ot1,ot2 FROM old_table
else
 INSERT INTO new_table(nt1,nt2) SELECT  ot1,ot2 FROM old_table</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/3435957778100780847/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2009/12/moving-data-from-one-mysql-table-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/3435957778100780847'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/3435957778100780847'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2009/12/moving-data-from-one-mysql-table-to.html' title='moving data from one mysql  table to another'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-220374465982833768</id><published>2009-10-14T18:26:00.000+05:30</published><updated>2009-10-14T18:27:38.889+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='array'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><title type='text'>Duplicate entries in Array</title><summary type='text'>function dupli_val($array){    if ( !is_array($array) ) {        return false;    }      $repeat = array();    foreach ( $array as $key =&gt; $val ) {        end($array);        $k = key($array);        $v = current($array);              while ( $k !== $key )            {            if ( $v === $val )                {                    $repeat[$key] = $v;                }            $v = prev($</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/220374465982833768/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2009/10/duplicate-entries-in-array.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/220374465982833768'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/220374465982833768'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2009/10/duplicate-entries-in-array.html' title='Duplicate entries in Array'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-7792999560908694678</id><published>2009-10-04T13:28:00.001+05:30</published><updated>2009-10-04T13:28:54.891+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='java script'/><category scheme='http://www.blogger.com/atom/ns#' term='print'/><title type='text'>Print Content in div</title><summary type='text'>http://www.ozzu.com/website-design-forum/printing-div-t32846.html http://www.webdeveloper.com/forum/showthread.php?t=162079</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/7792999560908694678/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2009/10/print-content-in-div.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/7792999560908694678'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/7792999560908694678'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2009/10/print-content-in-div.html' title='Print Content in div'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-4514155262376311025</id><published>2009-10-04T13:26:00.001+05:30</published><updated>2009-10-04T13:27:43.154+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='php'/><title type='text'>categorising items in first letter basis</title><summary type='text'>if(isset($_REQUEST["search_key"]))    $search_query="WHERE `cat_name`  LIKE '".$_REQUEST["search_key"]."%' ";else    $search_query="";</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/4514155262376311025/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2009/10/categorising-items-in-first-letter.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/4514155262376311025'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/4514155262376311025'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2009/10/categorising-items-in-first-letter.html' title='categorising items in first letter basis'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-6067633131311080768</id><published>2009-10-04T13:15:00.000+05:30</published><updated>2009-10-04T13:16:58.110+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='php'/><title type='text'>Listing Alphabets in PHP</title><summary type='text'>&lt;?phpforeach(range('A', 'Z') as $char) {   echo $char;}?&gt;</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/6067633131311080768/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2009/10/listing-alphabets-in-php.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/6067633131311080768'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/6067633131311080768'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2009/10/listing-alphabets-in-php.html' title='Listing Alphabets in PHP'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-2047516008529696555</id><published>2009-04-22T15:28:00.004+05:30</published><updated>2009-04-22T15:32:12.495+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='FCKeditor'/><category scheme='http://www.blogger.com/atom/ns#' term='java script'/><category scheme='http://www.blogger.com/atom/ns#' term='mkdir'/><title type='text'>FCK EDITOR Error:Permission denied function.mkdir</title><summary type='text'>solutionOpen the  file          fckeditor\editor\filemanager\connectors\php\config.phpGive correct value for this parameters// Path to user files relative to the document root.$Config['UserFilesPath'] = '/imagesedit/' ;// Fill the following value it you prefer to specify the absolute path for the// user files directory. Useful if you are using a virtual directory, symbolic// link or alias. </summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/2047516008529696555/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2009/04/fck-editor-errorpermission-denied.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2047516008529696555'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2047516008529696555'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2009/04/fck-editor-errorpermission-denied.html' title='FCK EDITOR Error:Permission denied function.mkdir'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-6968615632467053575</id><published>2009-03-03T16:13:00.000+05:30</published><updated>2009-03-03T16:15:06.854+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='excel'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><title type='text'>generate excel file from php</title><summary type='text'>http://www.999tutorials.com/tutorial-create-excel-files-with-php.html</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/6968615632467053575/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2009/03/generate-excel-file-from-php.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/6968615632467053575'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/6968615632467053575'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2009/03/generate-excel-file-from-php.html' title='generate excel file from php'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-70744731183149669</id><published>2008-12-31T12:30:00.002+05:30</published><updated>2009-01-05T12:23:29.747+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Developer suite'/><category scheme='http://www.blogger.com/atom/ns#' term='vista'/><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>How to install oracle developer  in vista</title><summary type='text'>http://jithendra-g.blogspot.com/2008/04/installing-oracle-developer-suite-10g.html</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/70744731183149669/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2008/12/how-to-install-oracle-httpjithendra.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/70744731183149669'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/70744731183149669'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2008/12/how-to-install-oracle-httpjithendra.html' title='How to install oracle developer  in vista'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-7337885089020031297</id><published>2008-12-29T02:03:00.000+05:30</published><updated>2008-12-29T02:04:24.320+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='vista'/><title type='text'>change virtual memory in vista</title><summary type='text'>Navigation-&gt; Right Click My computer -&gt; Properties -&gt; Advanced system Settings -&gt; Under Performance, click on settings -&gt; Under advanced tab, under Virtual Memory click on Change</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/7337885089020031297/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2008/12/change-virtual-memory-in-vista.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/7337885089020031297'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/7337885089020031297'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2008/12/change-virtual-memory-in-vista.html' title='change virtual memory in vista'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-4895882620202294117</id><published>2008-12-29T01:36:00.001+05:30</published><updated>2008-12-29T02:03:02.122+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='runcms'/><title type='text'>scrolling news in runcms</title><summary type='text'>&lt;?global $db;$table=$db-&gt;prefix("topics");$rt= new XoopsTopic($table,0);$topics=$rt-&gt;getAllChildTopics();?&gt;                                                                   &lt;?foreach($topics as $topic){echo $topic-&gt;topic_title;}?&gt;</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/4895882620202294117/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2008/12/scrolling-news-in-runcms.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/4895882620202294117'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/4895882620202294117'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2008/12/scrolling-news-in-runcms.html' title='scrolling news in runcms'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-2657705253962403082</id><published>2008-12-27T18:38:00.001+05:30</published><updated>2008-12-27T18:38:52.552+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='serveroutput'/><category scheme='http://www.blogger.com/atom/ns#' term='DBMS_OUTPUT'/><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>How to print result in oracle console</title><summary type='text'>  set serveroutput ON; DBMS_OUTPUT.PUT_LINE("some val")</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/2657705253962403082/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2008/12/how-to-print-result-in-oracle-console.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2657705253962403082'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2657705253962403082'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2008/12/how-to-print-result-in-oracle-console.html' title='How to print result in oracle console'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-6772034019722000227</id><published>2008-12-27T18:36:00.000+05:30</published><updated>2008-12-27T18:37:55.665+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='PL/SQL'/><category scheme='http://www.blogger.com/atom/ns#' term='sequence'/><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>sequence(Oracle) Alternate to auto_increment(mysql)</title><summary type='text'>   create a sequence   create sequence test_d_seq  increment by 1 START WITH 1;  insert value insert into test_d values(test_d_seq.NEXTVAL,'Gex');</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/6772034019722000227/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2008/12/sequenceoracle-alternate-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/6772034019722000227'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/6772034019722000227'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2008/12/sequenceoracle-alternate-to.html' title='sequence(Oracle) Alternate to auto_increment(mysql)'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-363863555388052362</id><published>2008-12-25T01:40:00.000+05:30</published><updated>2008-12-25T01:41:38.722+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='PL/SQL'/><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><category scheme='http://www.blogger.com/atom/ns#' term='tree view'/><title type='text'>treeview in oracle</title><summary type='text'>select LEVEL,ID,NAME,REPORT_TO from top_dogs START WITH report_to IS NULL CONNECT BY PRIOR id=report_toselect LPAD(NAME,length(NAME)+LEVEL*2,'_') from top_dogs START WITH report_to IS NULL CONNECT BY PRIOR id=report_to</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/363863555388052362/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2008/12/treeview-in-oracle.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/363863555388052362'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/363863555388052362'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2008/12/treeview-in-oracle.html' title='treeview in oracle'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-6500218756662358792</id><published>2008-12-22T01:46:00.000+05:30</published><updated>2008-12-22T01:48:01.637+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='PL/SQL'/><category scheme='http://www.blogger.com/atom/ns#' term='Oracle'/><title type='text'>top-n Analysis in oracle</title><summary type='text'>select * from (select * from top_dogs order by salary DESC)where ROWNUM&lt;=3  top 3 salary earners</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/6500218756662358792/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2008/12/top-n-analysis-in-oracle.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/6500218756662358792'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/6500218756662358792'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2008/12/top-n-analysis-in-oracle.html' title='top-n Analysis in oracle'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-3896631407658716743</id><published>2008-12-20T20:55:00.002+05:30</published><updated>2008-12-20T21:18:22.670+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='Drag and Drop'/><category scheme='http://www.blogger.com/atom/ns#' term='java script'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><category scheme='http://www.blogger.com/atom/ns#' term='DHTML'/><category scheme='http://www.blogger.com/atom/ns#' term='menu'/><title type='text'>Drag  and drop Menu using Tool-man+php</title><summary type='text'>Drag  and drop Menu using Tool-man+php1) Download tool-man new version(http://tool-man.org)2) Edit tool-man\source\org\tool-man\core.js     modify function inspectListOrder in ToolMan._junkdrawer    inspectListOrder_ret : function(id) {        return(ToolMan.junkdrawer().serializeList(document.getElementById(id)))    },3)Modify sorting.html &lt;link rel="stylesheet" type="text/css" href="../../</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/3896631407658716743/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2008/12/drag-and-drop-menu-using-tool-manphp.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/3896631407658716743'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/3896631407658716743'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2008/12/drag-and-drop-menu-using-tool-manphp.html' title='Drag  and drop Menu using Tool-man+php'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-6128639758974099765</id><published>2008-12-20T20:49:00.000+05:30</published><updated>2008-12-20T20:54:31.636+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='PL/SQL'/><title type='text'>Simple PL/SQL program</title><summary type='text'>SQL&gt; VARIABLE RESULT NUMBER;SQL&gt;  BEGIN  2    SELECT max(salary) INTO :RESULT  FROM top_dogs;  3   END;  4  /PL/SQL procedure successfully completed.SQL&gt; print RESULT;    RESULT----------    250000SQL&gt;</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/6128639758974099765/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2008/12/simple-plsql-program.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/6128639758974099765'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/6128639758974099765'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2008/12/simple-plsql-program.html' title='Simple PL/SQL program'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-3916794744548141745</id><published>2008-11-10T01:15:00.000+05:30</published><updated>2008-11-10T01:16:31.271+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='runcms'/><title type='text'>Adding new User RunCMS</title><summary type='text'>include_once(XOOPS_ROOT_PATH."/class/xoopsobject.php");    include_once(XOOPS_ROOT_PATH."/class/xoopsuser.php");    include_once(XOOPS_ROOT_PATH."/include/functions.php");                        $name=$_REQUEST["name"];                           $uname=$_REQUEST["uname"];                        $passwd=$_REQUEST["passwd"];                          $shapwd = rc_shatool($uname.$passwd);</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/3916794744548141745/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2008/11/adding-new-user-runcms.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/3916794744548141745'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/3916794744548141745'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2008/11/adding-new-user-runcms.html' title='Adding new User RunCMS'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-1503220010342097367</id><published>2008-11-03T21:01:00.001+05:30</published><updated>2008-11-03T21:11:58.455+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='FCKeditor'/><category scheme='http://www.blogger.com/atom/ns#' term='runcms'/><title type='text'>FCK editor integration in RunCMS</title><summary type='text'>include_once(XOOPS_ROOT_PATH.'/class/fckeditor/fckeditor.php');$runFCKeditor = new FCKeditor('content');$runFCKeditor-&gt;BasePath = XOOPS_URL."/class/fckeditor/";//$runFCKeditor-&gt;create();if ($runFCKeditor-&gt;IsCompatible() &amp;&amp; $editorConfig["displayeditor"] == 1 &amp;&amp; $editorConfig["displayforuser"] == 1 &amp;&amp; $xoopsUser){  $runFCKeditor-&gt;EchoEditArea('content', $news-&gt;hometext);   //$runFCKeditor-&gt;create(</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/1503220010342097367/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2008/11/fck-editor-integration-in-runcms.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/1503220010342097367'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/1503220010342097367'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2008/11/fck-editor-integration-in-runcms.html' title='FCK editor integration in RunCMS'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-7223019793434506171</id><published>2008-11-03T20:35:00.001+05:30</published><updated>2008-11-03T20:38:56.265+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='runcms'/><title type='text'>How get Topics IN RunCMS</title><summary type='text'>global $db;$table=$db-&gt;prefix("topics");$rt= new XoopsTopic($table,0);  $topics=$rt-&gt;getAllChildTopics();  foreach($topics as $topic)          {          echo $topic-&gt;topic_id;          echo $topic-&gt;topic_title;          }</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/7223019793434506171/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2008/11/how-get-topics-in-runcms.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/7223019793434506171'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/7223019793434506171'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2008/11/how-get-topics-in-runcms.html' title='How get Topics IN RunCMS'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-5858772618313546041</id><published>2008-11-02T13:25:00.000+05:30</published><updated>2008-11-02T13:27:35.817+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='web 2.0'/><title type='text'>Ubiquity for Firefox</title><summary type='text'>    Ubiquity for Firefox from Aza Raskin on Vimeo.</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/5858772618313546041/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2008/11/ubiquity-for-firefox.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/5858772618313546041'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/5858772618313546041'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2008/11/ubiquity-for-firefox.html' title='Ubiquity for Firefox'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-7908367442564061905</id><published>2008-08-25T12:07:00.000+05:30</published><updated>2008-08-26T12:08:12.686+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='runcms'/><title type='text'>News Followed by date in Runcms</title><summary type='text'>calender  &lt;script&gt;var ns6=document.getElementById&amp;&amp;!document.all;var ie4=document.all;var Selected_Month;var Selected_Year;var Current_Date = new Date();var compare_Date = new Date();var Current_Month = Current_Date.getMonth();var Days_in_Month = new Array(31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31);var Month_Label = new Array('January', 'February', 'March', 'April', 'May', 'June', 'July', '</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/7908367442564061905/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2008/08/news-followed-by-date-in-runcms.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/7908367442564061905'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/7908367442564061905'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2008/08/news-followed-by-date-in-runcms.html' title='News Followed by date in Runcms'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-2652495092027939645</id><published>2008-08-25T11:11:00.000+05:30</published><updated>2008-08-26T11:11:50.083+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='web 2.0'/><category scheme='http://www.blogger.com/atom/ns#' term='html'/><title type='text'>how to add fav icon for your  website</title><summary type='text'>&lt;link type="image/x-icon" href="url-to-favicon.ico" rel="shortcut icon"/&gt;&lt;link type="image/x-icon" href="url-to-favicon.ico" rel="icon"/&gt;</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/2652495092027939645/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2008/08/how-to-add-fav-icon-for-your-website.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2652495092027939645'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2652495092027939645'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2008/08/how-to-add-fav-icon-for-your-website.html' title='how to add fav icon for your  website'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-2683395544654766192</id><published>2008-08-17T13:24:00.000+05:30</published><updated>2008-08-18T13:25:00.505+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='runcms'/><title type='text'>latest 10 news article in runcms</title><summary type='text'>----function defenition---function b_t(){   global $db, $myts;      include_once(XOOPS_ROOT_PATH."/modules/news/cfg.php");   $block  = array();        // $result = $db-&gt;query("SELECT storyid, title FROM ".$db-&gt;prefix("stories")." WHERE (published &gt; ".$tdate." AND published &lt; ".time().") ORDER BY counter DESC", 1, 0);      $result = $db-&gt;query("SELECT  `storyid`, `title` FROM ".$db-&gt;prefix("</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/2683395544654766192/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2008/08/latest-10-news-article-in-runcms.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2683395544654766192'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2683395544654766192'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2008/08/latest-10-news-article-in-runcms.html' title='latest 10 news article in runcms'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-4286464212621667277</id><published>2008-08-10T13:15:00.000+05:30</published><updated>2008-08-10T13:16:32.696+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='runcms'/><title type='text'>add a simple page in runcms</title><summary type='text'>include_once("./mainfile.php");include_once(XOOPS_ROOT_PATH."/header.php");-- Contents -----include_once("footer.php");</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/4286464212621667277/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2008/08/add-simple-page-in-runcms.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/4286464212621667277'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/4286464212621667277'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2008/08/add-simple-page-in-runcms.html' title='add a simple page in runcms'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-1608133427299062761</id><published>2008-06-01T13:27:00.001+05:30</published><updated>2008-06-01T13:27:58.376+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='ini'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><title type='text'>save ini</title><summary type='text'>function save_ini($key,$value){$ini_array = parse_ini_file("d.ini");$ini_array[$key]=$value;write_ini_file("d2.ini", $ini_array);}</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/1608133427299062761/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2008/06/save-ini.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/1608133427299062761'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/1608133427299062761'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2008/06/save-ini.html' title='save ini'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-1021360713505474053</id><published>2008-06-01T13:10:00.001+05:30</published><updated>2008-06-01T13:10:54.126+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='ini'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><title type='text'>write_ini_file</title><summary type='text'>function write_ini_file($path, $assoc_array) {foreach ($assoc_array as $key =&gt; $item) {if (is_array($item)) {$content .= "\n[$key]\n";foreach ($item as $key2 =&gt; $item2) {$content .= "$key2 = \"$item2\"\n";}} else {$content .= "$key = \"$item\"\n";}}if (!$handle = fopen($path, 'w')) {return false;}if (!fwrite($handle, $content)) {return false;}fclose($handle);return true;}</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/1021360713505474053/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2008/06/writeinifile.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/1021360713505474053'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/1021360713505474053'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2008/06/writeinifile.html' title='write_ini_file'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-134009624579077079</id><published>2008-05-31T17:35:00.000+05:30</published><updated>2008-05-31T17:36:28.335+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='paging'/><category scheme='http://www.blogger.com/atom/ns#' term='php'/><title type='text'>Simple paging in php</title><summary type='text'>function prev_pg($current_page,$url) { for($i=1;$i&lt;$current_page;$i++)  {  echo " ".$i."|";  }  }function next_pg($current_page,$url,$total_set,$limits)   { $total_pages=($total_set/$limits)+1; for($i=$current_page;$i&lt;=$total_pages;$i++)  {  echo " ".$i."|";  } } if(isset($_POST["page_no"])) $page=$_POST["page_no"];else $page=1; $start=$page-1; $limits=10; $sql="SELECT `*`  FROM  ------------- ";</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/134009624579077079/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2008/05/simple-paging-in-php.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/134009624579077079'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/134009624579077079'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2008/05/simple-paging-in-php.html' title='Simple paging in php'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-615567929782321223</id><published>2008-05-15T12:56:00.000+05:30</published><updated>2008-05-15T12:57:31.897+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='trim'/><category scheme='http://www.blogger.com/atom/ns#' term='java script'/><title type='text'>trim in java script</title><summary type='text'>function LTrim( value ) {  var re = /\s*((\S+\s*)*)/; return value.replace(re, "$1"); }// Removes ending whitespacesfunction RTrim( value ) {  var re = /((\s*\S+)*)\s*/; return value.replace(re, "$1"); }// Removes leading and ending whitespacesfunction trim( value ) {  return LTrim(RTrim(value)); }</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/615567929782321223/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2008/05/trim-in-java-script.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/615567929782321223'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/615567929782321223'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2008/05/trim-in-java-script.html' title='trim in java script'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-4821092074265618131</id><published>2008-05-07T17:18:00.000+05:30</published><updated>2008-05-07T17:19:42.337+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='java script'/><title type='text'>replace  all occurance of  particular portion</title><summary type='text'>function replace(string,text,by) {// Replaces text with by in string    var strLength = string.length, txtLength = text.length;    if ((strLength == 0) || (txtLength == 0)) return string;    var i = string.indexOf(text);    if ((!i) &amp;&amp; (text != string.substring(0,txtLength))) return string;    if (i == -1) return string;    var newstr = string.substring(0,i) + by;    if (i+txtLength &lt; strLength)</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/4821092074265618131/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2008/05/replace-all-occurance-of-particular.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/4821092074265618131'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/4821092074265618131'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2008/05/replace-all-occurance-of-particular.html' title='replace  all occurance of  particular portion'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-9118431957227624397</id><published>2008-05-07T13:55:00.000+05:30</published><updated>2008-05-07T13:56:44.758+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='php'/><category scheme='http://www.blogger.com/atom/ns#' term='dict'/><title type='text'>dict function</title><summary type='text'>function dict($english){$ini_array = parse_ini_file("d.ini");return($ini_array[$english]);}</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/9118431957227624397/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2008/05/dict-function.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/9118431957227624397'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/9118431957227624397'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2008/05/dict-function.html' title='dict function'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-6034345510551648024</id><published>2008-05-04T15:54:00.001+05:30</published><updated>2008-05-04T15:55:52.325+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='html'/><title type='text'>header  for arabic html page</title><summary type='text'>meta equiv="content-type" content="text/html; charset=windows-1256"meta equiv="content-language" content="ar"&gt;</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/6034345510551648024/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2008/05/header-for-arabic-html-page_04.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/6034345510551648024'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/6034345510551648024'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2008/05/header-for-arabic-html-page_04.html' title='header  for arabic html page'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-1602855187749734755</id><published>2008-05-04T15:54:00.000+05:30</published><updated>2008-05-04T15:55:51.146+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='html'/><title type='text'>header  for arabic html page</title><summary type='text'>meta equiv="content-type" content="text/html; charset=windows-1256"meta equiv="content-language" content="ar"&gt;</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/1602855187749734755/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2008/05/header-for-arabic-html-page.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/1602855187749734755'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/1602855187749734755'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2008/05/header-for-arabic-html-page.html' title='header  for arabic html page'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-5597362009578590004</id><published>2008-05-04T15:47:00.002+05:30</published><updated>2008-08-10T13:18:12.505+05:30</updated><category scheme='http://www.blogger.com/atom/ns#' term='java script'/><category scheme='http://www.blogger.com/atom/ns#' term='html'/><title type='text'>Print  a particular  div on  HTML page</title><summary type='text'>function CallPrint(strid){var prtContent = document.getElementById(strid);var WinPrint =window.open('','','left=0,top=0,width=1,height=1,t oolbar=0,scrollbars=0,status=0');WinPrint.document.write(prtContent.innerHTML);WinPrint.document.close();WinPrint.focus();WinPrint.print();WinPrint.close();prtContent.innerHTML=strOldOne;}</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/5597362009578590004/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2008/05/print-particular-div-on-html-page.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/5597362009578590004'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/5597362009578590004'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2008/05/print-particular-div-on-html-page.html' title='Print  a particular  div on  HTML page'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-2465680890139074587</id><published>2007-12-13T12:14:00.001+05:30</published><updated>2007-12-13T12:14:18.821+05:30</updated><title type='text'>tab view</title><summary type='text'>&amp;lt;table width="100%" border="0" cellspacing="0" cellpadding="0"&amp;gt;        &amp;lt;tr&amp;gt;          &amp;lt;td style="padding:10px; vertical-align:top; padding-right:0px;"&amp;gt;          &amp;lt;div&amp;gt;&amp;lt;table width="100%" border="0" cellspacing="0" cellpadding="0"&amp;gt;            &amp;lt;tr&amp;gt;              &amp;lt;td &amp;gt;&amp;lt;a href="#" onclick="show('details','block');show('quote','none');"&amp;gt;Details&amp;lt;/a&amp;gt;&amp;lt</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/2465680890139074587/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2007/12/tab-view.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2465680890139074587'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2465680890139074587'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2007/12/tab-view.html' title='tab view'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-1546940271643812141</id><published>2007-12-13T11:40:00.001+05:30</published><updated>2007-12-13T11:40:45.854+05:30</updated><title type='text'>Calculating age from DOB:php</title><summary type='text'>$age = strtotime(date("Y-m-d")) - strtotime($dob);$age = round( $age/30758400);Powered by ScribeFire.</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/1546940271643812141/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2007/12/calculating-age-from-dobphp.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/1546940271643812141'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/1546940271643812141'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2007/12/calculating-age-from-dobphp.html' title='Calculating age from DOB:php'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-8087834371799886417</id><published>2007-12-04T16:17:00.001+05:30</published><updated>2007-12-04T16:17:30.138+05:30</updated><title type='text'>pl/ sql:dbms_output.put_line</title><summary type='text'>set serveroutput on        DECLARE       buffer VARCHAR2(100);       status INTEGER;    BEGIN        dbms_output.put_line('This is');        dbms_output.put_line('a test.');        dbms_output.get_line(buffer, status);        dbms_output.put_line('Buffer: ' || buffer);        dbms_output.put_line('Status: ' || TO_CHAR(status));    END;    /Powered by ScribeFire.</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/8087834371799886417/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2007/12/pl-sqldbmsoutputputline.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/8087834371799886417'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/8087834371799886417'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2007/12/pl-sqldbmsoutputputline.html' title='pl/ sql:dbms_output.put_line'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-731254079178368040</id><published>2007-11-28T12:29:00.001+05:30</published><updated>2007-11-28T12:29:09.405+05:30</updated><title type='text'>linking parent and child with same table</title><summary type='text'>SELECT a.menu_name, b.menu_nameFROM menu AS a, menu b WHERE a.parent_id = b.menu_id Powered by ScribeFire.</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/731254079178368040/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2007/11/linking-parent-and-child-with-same.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/731254079178368040'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/731254079178368040'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2007/11/linking-parent-and-child-with-same.html' title='linking parent and child with same table'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-2400759343032661850</id><published>2007-11-26T17:19:00.001+05:30</published><updated>2007-11-26T17:19:21.523+05:30</updated><title type='text'>how to  catch 404 in .htaccess</title><summary type='text'>ErrorDocument  404  /notfound.htmlPowered by ScribeFire.</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/2400759343032661850/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2007/11/how-to-catch-404-in-htaccess.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2400759343032661850'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/2400759343032661850'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2007/11/how-to-catch-404-in-htaccess.html' title='how to  catch 404 in .htaccess'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-4412670370326364258</id><published>2007-11-22T16:54:00.001+05:30</published><updated>2007-11-22T16:54:07.271+05:30</updated><title type='text'>radio button validation</title><summary type='text'>function valButton(btn) {    var cnt = -1;    for (var i=btn.length-1; i &gt; -1; i--) {        if (btn[i].checked) {cnt = i; i = -1;}    }    if (cnt &gt; -1) return btn[cnt].value;    else return false;}Powered by ScribeFire.</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/4412670370326364258/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2007/11/radio-button-validation.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/4412670370326364258'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/4412670370326364258'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2007/11/radio-button-validation.html' title='radio button validation'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-6691273558983609577</id><published>2007-11-17T16:44:00.001+05:30</published><updated>2007-11-17T16:44:21.825+05:30</updated><title type='text'>This_month_first</title><summary type='text'>This month firstMysql-format date("Y-m")."-1";php "1-".date("m-Y");This year firstMysql-format date("Y")."-01-1";php "1-01-".date("Y");Powered by ScribeFire.</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/6691273558983609577/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2007/11/thismonthfirst.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/6691273558983609577'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/6691273558983609577'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2007/11/thismonthfirst.html' title='This_month_first'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-1939181567642505169</id><published>2007-11-17T09:33:00.001+05:30</published><updated>2007-11-17T09:33:20.295+05:30</updated><title type='text'>day of the year</title><summary type='text'>z - day of the year; i.e. "0" to "365", so:    $day_number=date("z");This returns January 1 as being 0.  If you want the day numbers to bethe usual 1-365 then you should use:    $day_number=date("z")+1;Powered by ScribeFire.</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/1939181567642505169/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2007/11/day-of-year.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/1939181567642505169'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/1939181567642505169'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2007/11/day-of-year.html' title='day of the year'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-8936621198562845113</id><published>2007-11-14T17:23:00.001+05:30</published><updated>2007-11-14T17:23:54.380+05:30</updated><title type='text'>get current url  from php</title><summary type='text'>echo $HTTP_SERVER_VARS["HTTP_HOST"] . $HTTP_SERVER_VARS["REQUEST_URI"];Powered by ScribeFire.</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/8936621198562845113/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2007/11/get-current-url-from-php.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/8936621198562845113'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/8936621198562845113'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2007/11/get-current-url-from-php.html' title='get current url  from php'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-5927945684276328936</id><published>2007-11-10T16:08:00.001+05:30</published><updated>2007-12-14T15:30:33.672+05:30</updated><title type='text'>HAVING</title><summary type='text'>SELECT column,SUM(column) FROM tableGROUP BY columnHAVING SUM(column)Powered by ScribeFire.sajjad`s blog</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/5927945684276328936/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2007/11/having.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/5927945684276328936'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/5927945684276328936'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2007/11/having.html' title='HAVING'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-3554078700433854630</id><published>2007-11-09T11:59:00.001+05:30</published><updated>2007-11-09T11:59:31.831+05:30</updated><title type='text'>now_in_mysql()</title><summary type='text'>function now_in_mysql(){	$sql="select NOW()";	$res=dbquery($sql,"single");	return($res[0]);}Powered by ScribeFire.</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/3554078700433854630/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2007/11/nowinmysql.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/3554078700433854630'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/3554078700433854630'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2007/11/nowinmysql.html' title='now_in_mysql()'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-841068286012405500</id><published>2007-11-09T11:58:00.001+05:30</published><updated>2007-11-09T11:58:38.266+05:30</updated><title type='text'>get_unix_time_stamp($timestamp)</title><summary type='text'>function get_unix_time_stamp($timestamp){$res=dbquery("SELECT UNIX_TIMESTAMP('$timestamp')","single");return($res[0]);}Powered by ScribeFire.</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/841068286012405500/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2007/11/getunixtimestamptimestamp.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/841068286012405500'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/841068286012405500'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2007/11/getunixtimestamptimestamp.html' title='get_unix_time_stamp($timestamp)'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-4258967107898970647</id><published>2007-11-09T11:56:00.001+05:30</published><updated>2007-11-09T11:56:34.195+05:30</updated><title type='text'>add_date_with_today($days)</title><summary type='text'>function add_date_with_today($days){	$sql="select DATE_ADD(CURRENT_DATE(),INTERVAL ".addslashes($days)." day)";		$dat=dbquery($sql,"single");return(toUkDate($dat[0]));}Powered by ScribeFire.</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/4258967107898970647/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2007/11/adddatewithtodaydays.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/4258967107898970647'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/4258967107898970647'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2007/11/adddatewithtodaydays.html' title='add_date_with_today($days)'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-3612144460579112875</id><published>2007-10-30T16:58:00.001+05:30</published><updated>2007-10-30T16:58:47.285+05:30</updated><title type='text'>load large image (on clicking small image)</title><summary type='text'>&amp;lt;script type="text/javascript" language="javascript"&amp;gt;function view_im(img){newwin=window.open('','printwin','left=100,top=100,width=800,height=800')newwin.document.write('&amp;lt;HTML&amp;gt;\n&amp;lt;HEAD&amp;gt;\n')newwin.document.write('&amp;lt;TITLE&amp;gt;Print Page&amp;lt;/TITLE&amp;gt;\n')newwin.document.write('&amp;lt;/HEAD&amp;gt;\n')newwin.document.write('&amp;lt;BODY&amp;gt;\n')newwin.document.write('&amp;lt;table align="center"&amp;</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/3612144460579112875/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2007/10/load-large-image-on-clicking-small.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/3612144460579112875'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/3612144460579112875'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2007/10/load-large-image-on-clicking-small.html' title='load large image (on clicking small image)'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5488266227542894626.post-1952601634133533232</id><published>2007-10-25T11:30:00.001+05:30</published><updated>2007-10-25T11:30:38.004+05:30</updated><title type='text'>inserting blob data to mysql(Images,mp3....)using php</title><summary type='text'>fileHandle = fopen($fileUpload, "r");$fileContent = fread($fileHandle, $fileUpload_size);$fileContent = addslashes($fileContent);$dbQuery = "INSERT INTO myBlobs VALUES (0, '$strDesc', '$fileContent', '$fileUpload_type')"; mysql_query($dbQuery);Powered by ScribeFire.</summary><link rel='replies' type='application/atom+xml' href='http://lifekamazza.blogspot.com/feeds/1952601634133533232/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://lifekamazza.blogspot.com/2007/10/inserting-blob-data-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/1952601634133533232'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5488266227542894626/posts/default/1952601634133533232'/><link rel='alternate' type='text/html' href='http://lifekamazza.blogspot.com/2007/10/inserting-blob-data-to.html' title='inserting blob data to mysql(Images,mp3....)using php'/><author><name>Sajjad c</name><uri>https://profiles.google.com/117556069714880616891</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-99cBR7sQ8eU/AAAAAAAAAAI/AAAAAAAAAAA/JACpOHuSpkk/s512-c/photo.jpg'/></author><thr:total>0</thr:total></entry></feed>
