Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
3
~7K People Reached
PC Specs
Java,J2EE Windows xp,vista
Favorite Tags

21 Posted Topics

Member Avatar for vijaykavin10

Hello guys, I have a doubt in setting a third party cookies on browsers, Firefox and chrome allows third party cookies by default IE if we use p3policy it works fine *Likewise is there any way to allow third party on safari even if privacy setting set to block third …

Member Avatar for Taywin
0
152
Member Avatar for vijaykavin10

Hi While i am using IMAP protocol to download mails from the Gmail.Some of the mails are skipped(Not downloaded) any ideas would be appreciated...

Member Avatar for pritaeas
0
163
Member Avatar for vijaykavin10

Hi I need to set the filter in imap_search the condition is filter should take the yesterdays date dynamically $gmail = imap_search($inbox,"[COLOR="Green"]ON 01-01-2012"[/COLOR]); Thanks

Member Avatar for vijaykavin10
0
259
Member Avatar for Brewsky

[CODE]<?php $host = '{imap.gmail.com:993/imap/ssl/novalidate-cert/norsh}inbox'; $login = 'username'; $password = 'password'; $savedirpath = "/home/Mine/Public/"; $type = 'ReadAttachment'; $obj = new $type; $obj->getdata($host,$login,$password,$savedirpath,$delete_emails=false); class ReadAttachment { function getdecodevalue($message,$coding) { switch($coding) { case 0: case 1: $message = imap_8bit($message); break; case 2: $message = imap_binary($message); break; case 3: case 5: $message=imap_base64($message); break; case …

Member Avatar for vijaykavin10
0
4K
Member Avatar for vijaykavin10

Hi All I need to know about how can we convert a PDF file to HTML file using java....If any one is having a source code post it.Otherwise suggest me how to do the task... Thanks in Advance...:)

Member Avatar for peter_budo
0
164
Member Avatar for vijaykavin10

Hi all, I am using IMAP PHP,I get(downloaded) the messages from the mail as well...But if the mail contains any [COLOR="Green"]attachments like PDF or HTML files[/COLOR] it throws a encoded form of the attachment...I need to the the decoded form of the output...If any one is having a piece of …

Member Avatar for vijaykavin10
0
377
Member Avatar for vijaykavin10

hello all I need a clarification about this topic...In j2EE application architecture is the key So i need to know about MVC architecture or JWMS architecture which one is suits good Thanks...

0
67
Member Avatar for vijaykavin10

Hi All [CODE]package apple; import java.io.IOException; import java.util.Scanner; /** * * @author Mates */ public class Apple { private double sample(){ double total; int a=120; Scanner as=new Scanner(System.in); System.out.println("enter the value"); double i=as.nextDouble(); total=i*a; System.out.println("apple"+i+"kg"+" "+total); [COLOR="red"]return total;[/COLOR] } public double sample1(){ int b=50; double total1; System.out.println("enter the value of …

Member Avatar for vijaykavin10
0
295
Member Avatar for vijaykavin10

Hi all While i am getting my data from gmail throws some error... Can anybody help me to fix the issue:fopen(path/file name)[function.fopen]:failed to open stream: No such file or directory in path on line xx Unable to open file Thanks:icon_smile:

Member Avatar for rotten69
0
81
Member Avatar for vijaykavin10

Hi everyone I am using IMAP to retrive msg from the mail.I need to know about how can we split up the readed and unreaded mail regardingly.For example we need to fetch only the unread mails how can we do this... Thanks

Member Avatar for pritaeas
0
74
Member Avatar for vijaykavin10
Member Avatar for vijaykavin10
-2
94
Member Avatar for vijaykavin10

What is the usage of JTabbedPane and JPanel and which case we are using the components... Thanks

Member Avatar for mKorbel
0
68
Member Avatar for vijaykavin10

Hi all... What is the purpose of built in class Say for example in event handling event class are : ActionEvent,MouseEvent,ComponentEvent,ContainerEvent... like that what is the purpose of this classes and in which case we are using this kind of the classes. Thanks...:)

Member Avatar for hiddepolen
0
84
Member Avatar for kulpreet lkaur

Login in to administrator account...and try it also you have to set the correct classpath

Member Avatar for kulpreet lkaur
0
142
Member Avatar for sidra 100
Re: java

Ensure that your class name and your saved file(.java) should be exactly matches with each other...you have to import the necessary packages....Also java is a case sensitive so you have to learn about that Note:In your pgm output statement as System.out.printIn("Hello World"); You have to correct it to System.out.println("Hello World");

Member Avatar for vijaykavin10
0
98
Member Avatar for Peter Hon 123

Hi... In your source code if you are using a inner class then the compiled inner class retuns $ symbol with your class file

Member Avatar for peter_budo
0
149
Member Avatar for vijaykavin10

In applet we are using init() method so inside of the init() method can we use the actionPerformed method or can't?.If we couldn't which place can be implements that action performend method. Also you just give me the syntax for creating the actionperformed method in applet.And that applet must have …

Member Avatar for mKorbel
0
148
Member Avatar for vijaykavin10

Can any one explain what is the usage of creating a contentpane in swing...

Member Avatar for mKorbel
0
132
Member Avatar for vijaykavin10

[code]import java.awt.*; import java.applet.*; import java.awt.Event; import java.awt.event.ActionListener; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.Statement; //private Connection connection=null; //private Statement st=null; //private ResultSet rs=null; public class Example extends Applet implements ActionListener,Connection { public void init() { Connection con=null; Statement st=null; ResultSet rs=null; String qa="insert into demo1 values(' ',' ',' …

Member Avatar for peter_budo
0
407
Member Avatar for sirpatrick

import java.awt.*; import java.applet.*; import java.awt.Event; import java.awt.event.ActionListener; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.Statement; //private Connection connection=null; //private Statement st=null; //private ResultSet rs=null; public class Example extends Applet implements ActionListener,Connection { public void init() { Connection con=null; Statement st=null; ResultSet rs=null; String qa="insert into demo1 values(' ',' ',' …

Member Avatar for Taywin
0
64
Member Avatar for Princess90

import java.awt.*; import java.applet.*; import java.awt.Event; import java.awt.event.ActionListener; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.Statement; //private Connection connection=null; //private Statement st=null; //private ResultSet rs=null; public class Example extends Applet implements ActionListener,Connection { //START CLASS EXAMPLE public void init() { //INITIALIZE INIT METHOD Connection con=null; Statement st=null; ResultSet rs=null; String …

Member Avatar for Ezzaral
-2
123

The End.