- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 3
- Posts with Downvotes
- 2
- Downvoting Members
- 3
- PC Specs
- Java,J2EE Windows xp,vista
21 Posted Topics
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 … | |
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... | |
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 | |
Re: [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 … | |
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...:) | |
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 … | |
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... | |
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 … | |
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: | |
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 | |
Hi May i know about the latest technology of j2ee and the framework Thanks | |
What is the usage of JTabbedPane and JPanel and which case we are using the components... Thanks | |
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...:) | |
Re: Login in to administrator account...and try it also you have to set the correct classpath | |
Re: 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"); | |
Re: Hi... In your source code if you are using a inner class then the compiled inner class retuns $ symbol with your class file | |
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 … | |
Can any one explain what is the usage of creating a contentpane in swing... | |
[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(' ',' ',' … | |
Re: 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(' ',' ',' … | |
Re: 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 … |
The End.