<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" >
	<title>Javas Blogs global</title>
	<link rel="alternate" type="text/html" href="http://www.javasblogs.com/" />
	<tagline></tagline>
	<modified></modified>
	<generator url="" version="">BeVerbal RSS Feed Generator</generator>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>Java Mail FAQ</title>
		<link rel="alternate" type="text/html" href="http://optimize-java.javasblogs.com/article/51561155.html" />
		<modified>2008-11-13T12:13+00:00
		<content type="html" mode="escaped" xml:base="">A: The JavaMail API is a set of abstract APIs that model a mail system. The API provides a platform independent and protocol independent framework to build Java technology based email client applications. The JavaMail API provides facilities for reading and sending email. Service providers implement particular protocols. Several service providers are included with the JavaMail API package; others are available separately. The JavaMail API is implemented as a Java optional package that can be used on JDK 1.4 and later on any operating system. The JavaMail API is also a required part of the. 
A: Sun provides a royalty-free reference implementation in binary form that developers may use and ship. The reference implementation includes the core JavaMail packages and IMAP. POP3 and SMTP service providers. The reference implementation may be downloaded. 
A: It depends. Many web-based email services provide access only using a browser with HTTP. These services cannot be accessed using JavaMail. If the service also provides POP3 or IMAP access. JavaMail can probably be used to access it. Contact your web email service provider for details. Also see the for an open source provider for JavaMail that provides access to Hotmail. Another helpful tool is MrPostman a proxy server that provides POP3 access to Hotmail and Yahoo! Mail available at 
A: IMAP stands for Internet Message Access Protocol. It is a method of accessing electronic mail messages stored on a (possibly shared) mail server. In other words it permits a &quot;client&quot; email program to access remote message stores as if they were local. IMAP is defined by. For more information see 
A: We have no current plans to implement any of these providers. However the architecture of the JavaMail APIs provides for being able to easily plug-in third-party service providers. It is our hope that third-parties will embrace the JavaMail APIs by writing providers for other standard and proprietary protocols. See our page for the latest list of such providers. 
A: A &quot;local store provider&quot; can be used to store mail messages on a local disk. The JavaMail APIs do not include such a provider but several are available from third parties for different local store formats such as MH and Mbox. See our page for the latest list of such providers. 
A: The Sun protocol providers for IMAP. POP3 and SMTP support many features that are not part of the JavaMail API specification. The documentation for these protocol providers is included in the JavaMail javadocs. The package level documentation for each protocol provider package describes the properties that are supported by the protocol proivder. In addition the protocol providers include some classes and methods that applications can use to take advantage of provider-specific features. Note that use of these properties classes and methods renders a program non-portable; it may only work with Sun&#039;s implementation of the JavaMail API. See the and package javadocs for details. 
A: Yes. The current release of the JavaMail API implementation is completely free and you can include it in your product. This release includes IMAP. POP3 and SMTP providers as well. Please do read the license and ensure that you understand it. (The license is available after clicking the Download button on the page.) The JavaBeans Activation Framework is also free for use under a similar license. 
A: In addition to the JavaMail API spec and javadocs (available both from and included in the download bundle) don&#039;t forget to check the and files included with the JavaMail API package for additional important information. 
The mailing list is another source of information. See for instructions on how to subscribe and a pointer to the archives. 
You can reach the JavaMail team directly at. You can use &lt;a href=&#039;http://this.funnyblogs.net/&#039;&gt;this&lt;/a&gt; address to &lt;a href=&#039;http://report.lifeadviceblogs.com/&#039;&gt;report&lt;/a&gt; bugs. Bugs can also be reported at. 
The Sun Developer Network maintains a JavaMail forum see the. As you might expect the JavaMail team strongly prefers that you use email to submit questions to one of the addresses above. 
A: Unzip the distribution zip file and edit your CLASSPATH environment variable to include the mail jar file that was included with the JavaMail API distribution. You will also need an implementation of the JavaBeans Activation Framework (see below). See the file (also included in the download package) for additional details and examples. 
A: No the JavaMail API package does not include any mail servers. To use the JavaMail API package you&#039;ll need to have access to an IMAP or POP3 mail server (for reading mail) and/or an SMTP mail server (for sending mail). These mail servers are usually provided by your Internet Service Provider or are a part of your organization&#039;s networking infrastructure. If you don&#039;t have access to such a mail server see below. 
A: is available for Solaris and Windows platforms. The University of Washington IMAP server supports multiple platforms (UNIX. Windows 32bit etc). Get the source code from. There are several free all Java mail servers available including and is a popular (non-Java) SMTP server is a Java library for implementing SMTP server functionality; their web page also references other mail servers. Many other vendors provide mail servers supporting Internet standards. More information can be obtained from and the. 
A: We do not provide a mail server for you to use. You must use your own mail server or one provided by your Internet Service Provider or the &lt;a href=&#039;http://company.wordblogs.net/&#039;&gt;company&lt;/a&gt; you work for. Your network administrator can give you the information necessary to configure JavaMail to work with your mail server. 
A: JavaMail does not currently support accessing mail servers through a web proxy server. One of the major reasons for using a proxy server is to allow HTTP requests from within a corporate network to pass through a corporate firewall. The firewall will typically block most access to the Internet but will allow requests from the proxy server to pass through. In addition a mail server inside the corporate network will perform a similar function for email accepting messages via SMTP and forwarding them to their ultimate destination on the Internet and accepting incoming messages and sending them to the appropriate internal mail server. 
If your proxy server supports the SOCKS V4 or V5 protocol (. ) and allows anonymous connections you can tell the Java runtime to direct all TCP socket connections to the SOCKS server. See the for the latest documentation of the 
 This facility can be used to direct the SMTP. IMAP and POP3 communication from JavaMail to the SOCKS proxy server. Note that setting these properties directs all TCP sockets to the SOCKS proxy which may have negative impact on other aspects of your application. 
Without such a SOCKS server if you want to use JavaMail to directly access mail servers outside the firewall the firewall will need to be configured to allow such access. JavaMail does not support access through a HTTP proxy web server. 
A: Your server is probably using a test certificate or self-signed certificate instead of a certificate signed by a commercial Certificate Authority. You&#039;ll need to install the server&#039;s certificate into your trust store. The program will help. 
The problem is due to a buggy version of the unzip command used to unzip the JavaMail download package on Linux. The unzip command corrupts the mail jar file. Get a newer version of the unzip command or use the JDK&#039;s jar command to unzip the package. 
A: When using JavaMail in an environment with a SecurityManager. JavaMail will sometimes &lt;a href=&#039;http://fail.wordblogs.net/&#039;&gt;fail&lt;/a&gt; to read the configuration files in the mail jar file. The JavaBeans Activation Framework may have the same problem reading configuration files from the activation jar file. These default configuration files are stored as &quot;resource&quot; files in the META-INF directory in the jar file. 
There are a number of debugging techniques that can be used to determine if this is the problem. Setting the Session property &quot;mail debug&quot; to true (or calling 
) will cause JavaMail to print debugging messages as it attempts to load each configuration file. A message of the form &quot;DEBUG: can&#039;t load default providers file&quot; indicates that this problem might exist. Similarly setting the System property &quot;javax activation debug&quot; to &quot;true&quot; (e g. by running the program using &quot;java -Djavax activation debug=true...&quot;) will cause JAF to print debugging messages as it attempts to load each resource file. Finally the JDK can produce helpful debugging output by setting the system property &quot;java security debug&quot; to &quot;access:failure&quot; (e g. by running the program using &quot;java -Djava security debug=access:failure...&quot;). The command 
In addition to the permissions necessary to read the configuration files the application (and JavaMail) will also need permission to connect to the mail servers it uses. If the application uses System properties to configure JavaMail (e g. by passing the Properties object returned from 
to the Session constructor as many of the JavaMail demo programs do) it will also need permission to use the System Properties object. Alternatively the application can use its own Properties object and be sure to set the &quot;mail from&quot; property or the &quot;mail user&quot; and &quot;mail host&quot; properties (see the InternetAddress getLocalAddress() method). 
To allow an application to use JavaMail under a SecurityManager the application. JavaMail and JAF will need permissions such as the following (be sure to replace the host and path names with appropriate values); add these to the security policy file used by the application: 
grant { // following two permissions allow // access to default config files permission java io. FilePermission&quot;/path/to/mail jar&quot;. &quot;read&quot;; permission java io. FilePermission&quot;/path/to/activation jar&quot;. &quot;read&quot;; // following to use SMTP permission java net. SocketPermission&quot;SMTPHOST:25&quot;. &quot;connect,resolve&quot;; // following to use IMAP permission java net. SocketPermission&quot;IMAPHOST:143&quot;. &quot;connect,resolve&quot;; // following to use POP3 permission java net. SocketPermission&quot;POP3HOST:110&quot;. &quot;connect,resolve&quot;; // following needed if System getProperties() is used permission java util. PropertyPermission&quot;*&quot;. &quot;read,write&quot;;};
If you don&#039;t want to give the application read/write permission to System properties but you still want to be able to use System properties to configure the application you can give the application only &quot;read&quot; permission to System properties and use the following approach: 
Properties props = (Properties)System getProperties() clone(); props put(&quot;mail smtp host&quot;. &quot;whatever&quot;); // set as properties as needed Session session = Session getInstance(props null);
directory of your JDK installation. If you&#039;re running in a web server or application server it may be providing its own version of mail jar in one of its directories. You should only have one version of mail jar available to your application. 
Q: My servlet can find the JavaMail classes but JavaMail complains that it can&#039;t find a service provider for &quot;smtp&quot; or &quot;imap&quot; or address type &quot;rfc822&quot;. 
A: Usually this is because JavaMail can&#039;t access the configuration files in mail jar possibly because of a security permission problem; see for more details. Also make sure that you haven&#039;t extracted the mail jar contents; you should include the unmodified mail jar file in the server&#039;s CLASSPATH. 
source code you can see how these command line arguments are used in the JavaMail API. You should first try using msgshow as shown above and once that&#039;s &lt;a href=&#039;http://working.musicalblogs.com/&#039;&gt;working&lt;/a&gt; move on to writing and configuring your own program to use Gmail. 
java -Dmail smtps host=smtp gmail com -Dmail smtps auth=truesmtpsend -d -S -M smtp gmail com -U user -P passwd -A user@gmail com
A bug in older versions of the smtpsend command causes it to set the incorrect properties when using the -S (SSL) option so we work around that bug by setting them on the command line. The smtpsend program uses the System properties when creating the JavaMail Session so the properties set on the command line will be available to the JavaMail Session. 
The smtpsend program will prompt for a subject and message body text. End the message body with ^D on UNIX or ^Z on Windows. 
source code to see how the command line arguments are used in the JavaMail API. There is of &lt;a href=&#039;http://course.wordblogs.net/&#039;&gt;course&lt;/a&gt; more than one way to use the JavaMail API to accomplish the same goal. This should &lt;a href=&#039;http://help.lifeadviceblogs.com/&#039;&gt;help&lt;/a&gt; you understand the essential configuration parameters necessary to use Gmail. 
source code you can see how these command line arguments are used in the JavaMail API. You should first try using msgshow as shown above and once that&#039;s working move on to writing and configuring your own program to use Yahoo! Mail. 
java -Dmail smtps host=smtp mail yahoo com -Dmail smtps auth=true smtpsend -d -S -M smtp mail yahoo com -U user -P passwd -A user@yahoo com
A bug in older versions of the smtpsend command causes it to set the incorrect properties when using the -S (SSL) option so we work around that bug by setting them on the command line. The smtpsend program uses the System properties when creating the JavaMail Session so the properties set on the command line will be available to the JavaMail Session. 
The smtpsend program will prompt for a subject and message body text. End the message body with ^D on UNIX or ^Z on Windows. 
source code to see how the command line arguments are used in the JavaMail API. There is of course more than one way to use the JavaMail API to accomplish the same goal. This should help you understand the essential configuration parameters necessary to use Yahoo! Mail. 
A: There are many example programs included in the including simple command line programs illustrating various aspects of the JavaMail API a Swing-based GUI application a simple servlet-based application and a complete web application using JSP pages and a tag library. 
A: A message with attachments is represented as a MIME multipart message where the first part is the main body of the message and the other parts are the attachments. There are numerous examples showing how to construct such a message in the demo programs included in the JavaMail download package. To attach a file use the 
method will give you a hint as to whether the body part should be displayed inline or should be considered an attachment (but note that not all mailers provide this information). So to save the contents of a body part in a file use the 
method directly to name the file to be saved; doing so could cause you to overwrite files unintentionally including system files. 
Note that there are also more complicated cases to be handled as well. For example some mailers send the main body as both plain text and html. This will typically appear as a 
parts for secure messages. It&#039;s up to you to decide how many of these cases you want to handle in your application before deciding that a message has an attachment. Most applications take a very simple approach to this and handle only a few of the most commonly seen cases. 
A: The following approach will handle the most common cases. Handling inproperly formatted messages message with unknown charsets signed or encryped messages can make this much more complex. 
private boolean textIsHtml = false; /** * Return the primary text content of the message. */ private String getText(Part p) throws MessagingException. IOException { if (p isMimeType(&quot;text/*&quot;)) { String s = (String)p getContent(); textIsHtml = p isMimeType(&quot;text/html&quot;); return s; } if (p isMimeType(&quot;multipart/alternative&quot;)) { // prefer html text &lt;a href=&#039;http://over.over80blogs.com/&#039;&gt;over&lt;/a&gt; plain text Multipart mp = (Multipart)p getContent(); String text = null; for (int i = 0; i &amp;lt; mp getCount(); i++) { Part bp = mp getBodyPart(i); if (bp isMimeType(&quot;text/plain&quot;)) { if (text == null) text = getText(bp); continue; } else if (bp isMimeType(&quot;text/html&quot;)) { String s = getText(bp); if (s != null) return s; } else { return getText(bp); } } return text; } else if (p isMimeType(&quot;multipart/*&quot;)) { Multipart mp = (Multipart)p getContent(); for (int i = 0; i &amp;lt; mp getCount(); i++) { String s = getText(mp getBodyPart(i)); if (s != null) return s; } } return null; }
File file = new File(&quot;filename&quot;); DataSource ds = new FileDataSource(file) {public String getContentType() { return &quot;mytype/mysubtype&quot;;} }; MimeBodyPart mbp = new MimeBodyPart(); mbp setDataHandler(new DataHandler(ds)); mbp setFileName(file getName()); mbp setDisposition(Part. ATTACHMENT);
A: The JavaMail API includes builtin support for the most common MIME types but to create a message that includes data in a MIME type that JavaMail does not already understand you&#039;ll need to supply that data to JavaMail in a byte stream format. The 
A: A mail client supporting disconnected operation will allow the user to access messages in a remote message store (e g.. IMAP) cache (parts of) some of those messages locally and break the connection to the server. While in this disconnected state the mail client can access the messages that have been cached possibly deleting them or saving them to other folders. When the mail client next connects to the remote message store the changes made locally will be synchronized with the remote store. Similarly disconnected support may allow the client to &quot;send&quot; messages when there is no connection to the server with the messages being queued until a connection to the server is available. See also. 
A: The JavaMail APIs currently have no support for sending or receiving secure email. The architecture of the JavaMail APIs allows such support to be easily added later by us or by third parties. Information on the current Email security standards (S/MIME and PGP) can be found at. Please browse our page for solutions from other vendors. 
method generates message text with lines that are neither the canonical MIME representation of the data (i e. using CRLF to terminate lines) nor using the canonical line separator of my platform (e g.. &quot;\n&quot; on UNIX). How do I get either of these representations if I need them?
 The FilterOutputStream will need to accept lines with any of the common line terminators and write out lines with only the desired line terminator. The following are examples of such filters converts to the local platform&#039;s line terminator and is useful when writing a message to a file converts to the MIME canonical CRLF line terminator and is useful when the canonical MIME format is needed (e g. to compute a digital signature). 
A: The JavaMail APIs were not intended to help you implement a mail server. Nonetheless some of the utility classes such as the MIME message parsing classes might be of use to you. In general you&#039;ll find that the JavaMail API errs on the side of &quot;simple&quot; instead of &quot;robust&quot;. That&#039;s appropriate for a mail client but a mail server would likely make different tradeoffs. 
Q: Can I use the JavaMail APIs to add new user accounts to my mail server remove user accounts from my mail server or change the passwords for user accounts on my mail server?
A: The JavaMail API does not include any facilities for adding removing or changing user accounts. There are no standards in this area; every mail server handles this differently. 
Q: Why doesn&#039;t the MimeMessage class implement Serializable so that I can serialize a message to disk and read it back later? 
A: The JavaMail API was designed to layer on top of existing email systems using existing message formats. The ability to use Java serialization was neither essential nor useful for such implementations and thus was not considered a goal of the JavaMail API. 
The hard part about serializing a Message is retaining the pointers to the Folder. Store and Session. If you only want to save the content of the message and not the object itself the 
method of a message gives you everything you need. If you want to create an entire email system based on serialized messages you should be able to subclass Message et al and implement Serializable in your subclass. 
Q: I&#039;m having trouble logging into my Microsoft Exchange server even though I&#039;m sure I&#039;m using the correct username and password what could I be doing wrong? 
A: When logging in to Exchange you need to use a username that&#039;s more than your simple login name. For example if your email address is &quot;J. User@server com&quot; your Windows NT login name is &quot;juser&quot; your NT domain name is &quot;dom&quot; and your Exchange mailbox name is &quot;Joe User&quot; then you would need to use a username of &quot;dom\juser\J. User&quot; when logging in using JavaMail. 
A: You don&#039;t need to! JavaMail will automatically determine an appropriate encoding to use for your message parts before sending the message and will automatically decode message parts when reading them. The 
methods are useful in cases that JavaMail doesn&#039;t handle automatically for you. One such case that occurs frequently is encoding of filenames. The base MIME spec does not allow header parameter values (such as the filename parameter) to be encoded in the same way that (e g.) the Subject header may be encoded. This restricts parameter values and thus filenames to ASCII. However some mailers actually do encode non-ASCII filenames using the MIME text encoding. Applications that wish to interoperate with such non-standard mailers can use the 
Q: Even though JavaMail does all the encoding and decoding for me. I need to manually control the encoding for some body parts. 
A: In the rare case that you need to control the encoding there are several ways to override JavaMail&#039;s default behavior. A simple approach is as follows. After creating the entire message call 
is a perfectly valid filename not an incorrectly encoded filename. JavaMail does not encoded and decode filenames by default because doing so would violate the MIME spec. 
The base MIME spec does not allow for encoding parameters. RFC 2231 defines a new way to include encoded paramters including filenames in MIME headers. It is not compatible with the de facto way that many applications illegally encode filenames. Even though JavaMail supports RFC 2231 that alone does not allow JavaMail to interoperate with these existing programs. As far as I know very few existing programs support RFC 2231. 
If you choose to violate the MIME spec in order to interoperate with other programs that also violate the MIME spec. JavaMail gives you all the tools you need to do so. Starting with JavaMail 1.4 setting the System properties &quot;mail mime encodefilename&quot; and &quot;mail mime decodefilename&quot; to &quot;true&quot; will cause JavaMail to encode and decode the filename parameter. 
Applications using earlier versions of JavaMail can use the following workaround to encode a filename: 
on the Session object in your code. That will cause debug information to be printed to the console including a protocol trace. If you &lt;a href=&#039;http://passed.musicalblogs.com/&#039;&gt;passed&lt;/a&gt; the System properties to the Session when you created it you can simply run your program with 
If you think that you found a bug in JavaMail send us this trace along with a test case that reproduces the problem the platform you are using the version of the JDK you are using and the name and version of the mail servers (IMAP. SMTP) that you are using. 
A: The first thing to do when debugging such problems is to determine whether it&#039;s a Java problem or a networking problem. Use telnet to try to connect to the remote system. For example if you&#039;re having trouble connecting to the POP3 server named 
If you&#039;re trying to connect to an SMTP server use 25 instead of 110 for the port number. If you&#039;re trying to connect to an IMAP server use 143 for the port number. 
If you get a greeting banner you can simply disconnect. If this works your networking name service firewall etc are all set up correctly and your problem is most likely in your Java program. 
If it doesn&#039;t work you&#039;ll need to check your networking configuration or talk to your network administrator for help. Sometimes a firewall installed on your local machine or on your network will prevent you from connecting to the server. If telnet complains that it doesn&#039;t know the host name that you&#039;re using most likely your name service (e g.. DNS) isn&#039;t properly configured to resolve internet host names. None of these problems are JavaMail or Java problems. 
Usually when you get a low level SocketException when connecting the problem is due to your networking configuration. Usually it&#039;s not a Java problem. 
If you&#039;ve succeeded in connecting with telnet the next thing to do is to turn on Session debugging and get the protocol trace when JavaMail tries to connect to the remote machine as described. This will often include more detailed error messages from the server that will indicate the real source of the problem. 
A: Debugging SSL problems and in particular certificate problems can be difficult. The file SSLNOTES txt included in the JavaMail download package includes some useful information. JavaMail uses the JDK&#039;s JSSE API to provide SSL support. You can find information about debugging JSSE problems in the. 
A: First verify that you indeed have an email account on the IMAP server. Check with your system administrator about it. Turn debug mode on by invoking the method setDebug(true) on the session object in your code. This will cause the IMAP protocol trace to be dumped on your screen. Send us this trace. The trace will be very useful to us for identifying the problem. If you can please send us vendor information about your IMAP server. 
Q: I can read messages from my IMAP server with other mail clients but even though I can connect to the server using JavaMail when I use JavaMail to read some messages it fails. Doesn&#039;t that mean there&#039;s a bug in JavaMail? 
A: No not usually. Most other mail clients make very little use of the rich IMAP protocol. They use the IMAP protocol as little more than a variant of the POP3 protocol typically &lt;a href=&#039;http://downloading.wordblogs.net/&#039;&gt;downloading&lt;/a&gt; the entire message to the client and parsing it in the client. This allows them to avoid all sorts of parsing and protocol bugs in many IMAP servers but of course it comes at the cost of being less efficient because they don&#039;t take advantage of the IMAP protocol&#039;s ability to fetch only the parts of the message that are needed. These server bugs often manifest themselves as the following exception on the client: 
The best approach when running into server bugs of this sort is to contact the vendor of the server and get them to fix their product. Contact and we&#039;ll help you pinpoint the problem so that you can report it to the server vendor. If you can&#039;t get a fix from the server vendor the following technique will often allow you to work around these server bugs: 
// Get the message object from the folder in the // usual way for example: MimeMessage msg = (MimeMessage)folder getMessage(n); // Use the MimeMessage copy constructor to make a copy // of the entire message which will fetch the entire // message from the server and parse it on the client: MimeMessage cmsg = new MimeMessage(msg); // The cmsg object is disconnected from the server so // setFlags will have no effect (for example). Use // the original msg object for such operations. Use // the cmsg object to access the content of the message.
A: This is due to bugs in the partial fetch implementation of your IMAP server. To workaround this server bug set the &quot;mail imap partialfetch&quot; property to &quot;false&quot;. Refer to from the JavaMail package for more information. 
can be used to optimize this). The header and bodystructure information once fetched is always cached within the Message object. However the content of a bodypart is not cached. So each time the content is requested by the client (either using 
) a new FETCH request is &lt;a href=&#039;http://issued.musicalblogs.com/&#039;&gt;issued&lt;/a&gt; to the server. The reason for this is that the content of a message could be potentially large and if we cache this content for a large number of messages there is the possibility that the system may run out of memory soon since the garbage collector cannot free the referenced objects. Clients should be aware of this and must hold on to the retrieved content themselves if needed. 
A: Increase the maximum JVM heapsize at startup. Use the &quot;-mx&quot; option if using the standard JVM from Sun. Don&#039;t keep references to the &quot;content&quot; of messages not being used. In certain cases you could try streaming the message content (using 
is used. Typically such bodyparts internally hold their textual data in some non Unicode charset. JavaMail (through the corresponding DataContentHandler) attempts to convert that data into a Unicode string. The underlying JDK&#039;s charset converters are used to do this. If the JDK does not support a particular charset then the UnsupportedEncodingException is thrown. In this case you can use the 
String s; if (part isMimeType(&quot;text/plain&quot;)) {try { s = part getContent();} catch (UnsupportedEncodingException uex) { InputStream is = part getInputStream(); /* * Read the input stream into a byte array. * Choose a charset in some heuristic manner use * that charset in the java lang. String constructor * to convert the byte array into a String. */ s = convert_to_string(is);} catch (Exception ex) { // Handle other exceptions appropriately} }
There are some commonly used charsets that the JDK does not yet support. You can find support for some of these additional charsets in the JCharset package at. 
You can also add an alias for an existing charset already supported by the JDK so that it will be known by an additional name. You can create a charset provider for the &quot;bad&quot; charset name that simply redirects to an existing charset provider; see the following code. Create an appropriate CharsetProvider subclass and include it along with the META-INF/services file and the JDK will find it. Obviously you could get significantly more clever and redirect all unknown charsets to &quot;us-ascii&quot; for instance. 
==&amp;gt; TestCharsetProvider java &amp;lt;==import java nio charset.*;import java nio charset spi.*;import java util.*;public class TestCharsetProvider extends CharsetProvider { private static final String badCharset = &quot;cp-1252&quot;; private static final String goodCharset = &quot;cp1252&quot;; public Charset charsetForName(String charset) { if (charset equals(badCharset)) return Charset forName(goodCharset); return null; } public Iterator charsets() { return null; }}==&amp;gt; META-INF/services/java nio charset spi. CharsetProvider &amp;lt;==TestCharsetProvider
method on the Message object. This method will return a new object with the headers set appropriately for a reply. You&#039;ll need to supply the content of the message yourself. If you have the content of the original message as a String you can use a simple method such as the following to create the prototypical reply text which inserts &quot;&amp;gt; &quot; in front of each line: 
String text = (String)msg getContent(); Message reply = msg reply(); String replyText = text replaceAll(&quot;(?m)^&quot;. &quot;&amp;gt; &quot;); // allow user to edit replyText. // e g. using a Swing GUI or a web form reply setText(replyText);
A: The approach used to forward a message depends on how you want to present the forwarded message. It&#039;s straightforward to create a new MimeMessage address it appropriately and attach an existing message as an attachment to the new message. To attach the original message to the new message use code such as: 
MimeBodyPart mbp = new MimeBodyPart(); mbp setContent(forwardedMsg. &quot;message/rfc822&quot;); mp addPart(mbp);
If instead you want to create the new message with the text of the original message included in the new message to forward the message &quot;inline&quot; you can use an approach such as the following: 
String text = (String)forwardedMsg getContent(); String forwardedText = String format(&quot;\n\n-------- Original Message --------\n&quot; +&quot;Subject: %s\nDate: %s\nFrom: %s\nTo: %s\n&quot;,forwardedMsg getSubject(),forwardedMsg getSentDate(),forwardedMsg getFrom()[0],formatAddressList( forwardedMsg getRecipients(Message. RecipientType. TO))); // allow user to edit forwardedText. // e g. using a Swing GUI or a web form msg setText(forwardedText);
A: The simplest approach is to send HTML text with image tags that reference images on a public web site. In this approach the images aren&#039;t actually included in the message and so won&#039;t be visible if the user is not connected to the Internet when they read the message. Note also that some mailers will refuse to display images that are on remote sites. 
You&#039;ll have to supply the appropriate username and password needed by your mail server. Note that you can change the protocol to &quot;smtps&quot; to make a secure connection over SSL. 
property can be used to set the SMTP FROM: attribute. If this property if absent the message&#039;s From attribute is used. If multiple threads need to send mail simultaneously and each needs to set the From attribute each thread should use its own Session object with its own Properties object. The 
property can then be set on each Properties object for each Session (and thus each thread) independently. Alternatively each thread can use the 
in the SMTP HELO command. If that call fails to return any data no name is sent in the HELO command. Check your JDK and name server configuration to ensure that that call returns the correct data. You may also set the &quot;mail smtp localhost&quot; property to the name you want to use for the HELO command. 
Q: If I send a message to a bad address why don&#039;t I get a SendFailedException or TransportEvent indicating that the address is bad?
A: There is no end-to-end address verification on the Internet. Often a message will need to be forwarded to several mail servers before reaching one that can determine whether or not it can deliver the message. If a failure occurs in one of these later steps the message will typically be returned to the sender as undeliverable. A successful &quot;send&quot; indicates only that the mail server has accepted the message and will try to deliver it. 
Q: When a message can&#039;t be delivered a failure message is returned. How can I detect these &quot;bounced&quot; messages?
A: While there is an Internet standard for reporting such errors (the multipart/report MIME type see ) it is not widely implemented yet discusses this problem in depth including numerous examples. 
In Internet email the existence of a particular mailbox or user name can only be determined by the ultimate server that would deliver the message. The message may pass through several relay servers (that are not able to detect the error) before reaching the end server. Typically when the end server detects such an error it will return a message indicating the reason for the failure to the sender of the original message. There are many Internet standards covering such Delivery Status Notifications but a large number of servers don&#039;t support these new standards instead using ad hoc techniques for returning such failure messages. This makes it very difficult to correlate a &quot;bounced&quot; message with the original message that caused the problem. (Note that this problem is completely independent of JavaMail.) JavaMail now includes support for parsing Delivery Status Notifications; see the file in the JavaMail package for details. 
There are a number of techniques and heuristics for dealing with this problem - none of them perfect. One technique is Variable Envelope Return Paths described at. 
Q: When I construct an InternetAddress object why don&#039;t I get an exception if the address is illegal? 
A: The InternetAddress class only checks the syntax of the address. As discussed the InternetAddress class is not able to determine whether the address actually exists as a legal address. It is not even possible to verify the host name if the application is running behind a firewall or isn&#039;t currently connected to the Internet. 
A: This is not a JavaMail problem. This is an error reply from your SMTP mail server. It indicates that your mail server is not configured to allow you to send mail through it. Typically mail servers for an organization will be configured to allow mail from within the organization to be sent to other addresses within the organization or to addresses external to the organization. It will also typically allow mail coming from an address external to an organization to be sent to addresses within the orgnaization. What it will typically 
allow is mail coming from an address external to the organization to be sent (relayed) to another address also external to the organization. The configuration of the mail server determines whether such relaying is allowed and which addresses are considered internal vs external. Often mail servers will require you to before they will relay messages. 
Q: When I try to send a message to (for example) Yahoo why do I get an error that says &quot;connection refused&quot;?
A: The host you&#039;re trying to connect to is most likely not running a mail server. If you&#039;re trying to connect to a web mail service such as Yahoo you can&#039;t usually use the web host name (e g.. &quot;yahoo com&quot;) since this host doesn&#039;t run the required mail server. Instead you&#039;ll need to learn the name of the host running the required mail server; contact your web mail provider for this information. You can find this information for Yahoo at. Note that some web mail providers don&#039;t offer this service instead allowing you to access your mail only through a browser. 
If you&#039;re not trying to connect to a web mail account but instead are trying to connect to a host on your local network then most likely the host you&#039;re trying to connect to is not running a mail server. Sometimes this will occur if you forget to set (for example) the &quot;mail smtp host&quot; property which will cause you to try to connect to &quot;localhost&quot;. Most Windows machines do not run a mail server although many UNIX (Solaris. Linux etc.) machines do. Thus attempts to connect to &quot;localhost&quot; on Windows machines will usually fail with a &quot;connection refused&quot; error. 
A: In order to prevent their use to send spam some mail servers will require you to have a valid POP3 account and require you to login to that account before they&#039;ll let you send mail through that mail server. This is simple to handle in JavaMail. When you know that you&#039;re dealing with such a mail server make sure you connect to your POP3 Store on that mail server before sending mail. 
A: The POP3 protocol does not allow the client to see new messages delivered to the INBOX while the INBOX is open. The application must close the INBOX and reopen it in order to see any new messages. You will never be notified of new mail using the 
A: You can&#039;t. POP3 servers only support a single mailbox per user. Most mail readers that use POP3 also maintain a local message store into which they copy incoming messages (from the POP3 INBOX) and allow you to file messages in other folders. See for more information about local store providers. 
command to determine the size of the entire message. It then subtracts the two values to determine the size of the message body. If the server reports the size of the entire message incorrectly you may get a negative number. You can set the property &quot;mail pop3 disabletop&quot; to &quot;true&quot; to disable the use of the 
Q: My web application uses JavaMail to attach and send a file that the user specifies but my application can&#039;t find the file. 
A: If the user species the filename in an HTML form in the browser the filename is normally the name of a file on the user&#039;s machine not on the server. The file will need to be uploaded to the server before JavaMail can access it. The can help. 
A: One of the biggest issues with using JavaMail in applets is the default applet security restrictions. These restrictions only allow applets to connect to the host from which they were loaded. Thus for such applets to use JavaMail the mail server will need to be located on the same machine as the web server from which the applet is loaded. You can find more information on the applet security model at. 
A: In general we recommend use of a servlet (or JSP) to collect a mail message and send it using JavaMail. The demo servlet included in the JavaMail download package illustrates this approach. The on the Sun Developer Network illustrates another approach using JavaServer Pages. &lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://sunjavatraining.blogspot.com/2007/10/java-mail-faq.html&#039;&gt;http://sunjavatraining.blogspot.com/2007/10/java-mail-faq.html&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>System Engineer (Java Developer) *Experience in Java/J2EE (JSP ...</title>
		<link rel="alternate" type="text/html" href="http://optimize-java.javasblogs.com/article/51349104.html" />
		<modified>2008-06-13T06:07+00:00
		<content type="html" mode="escaped" xml:base=""> a rapidly growing recruitment &amp; HR Consultancy Company was established since 2003 with both Bugis Village and Burlington Square Branches and hopes to cater to the needs of our clients of the best of our abilities both in quality and go. We have a aggroup of trained Recruitment Consultants and Head Hunters to carry out a wide &lt;a href=&#039;http://range.wordsblogs.com/&#039;&gt;range&lt;/a&gt; of recruitment services for both local and international Companies with the following professional services :- 
in Asia in staffing recruitment and HR consultancy. We dedicate our expertise and inspiring organisations optimize corporate performance. For more go opportunities tour us at www masspower com sg&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://siva-sg.jobstreet.com/_ads/sg/jobs/2007/11/m/20/1673621.htm?fr=R&#039;&gt;http://siva-sg.jobstreet.com/_ads/sg/jobs/2007/11/m/20/1673621.htm?fr=R&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>System Engineer (Java Developer) *Experience in Java/J2EE (JSP ...</title>
		<link rel="alternate" type="text/html" href="http://optimize-java.javasblogs.com/article/51349098.html" />
		<modified>2008-06-13T06:07+00:00
		<content type="html" mode="escaped" xml:base=""> a rapidly growing recruitment &amp; HR Consultancy Company was established since 2003 with both Bugis Village and Burlington Square Branches and hopes to give to the needs of our clients of the best of our abilities both in quality and speed. We have a aggroup of trained Recruitment Consultants and Head Hunters to carry out a wide be of recruitment services for both local and international Companies with the following professional services :- 
in Asia in staffing recruitment and HR consultancy. We apply our expertise and inspiring organisations optimize corporate performance. For &lt;a href=&#039;http://more.wordsblogs.com/&#039;&gt;more&lt;/a&gt; go &lt;a href=&#039;http://opportunities.careerchangeblogs.com/&#039;&gt;opportunities&lt;/a&gt; visit us at www masspower com sg&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://siva-sg.jobstreet.com/_ads/sg/jobs/2007/11/m/20/1673621.htm?fr=R&#039;&gt;http://siva-sg.jobstreet.com/_ads/sg/jobs/2007/11/m/20/1673621.htm?fr=R&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>System Engineer (Java Developer) *Experience in Java/J2EE (JSP ...</title>
		<link rel="alternate" type="text/html" href="http://optimize-java.javasblogs.com/article/51349099.html" />
		<modified>2008-06-13T06:07+00:00
		<content type="html" mode="escaped" xml:base=""> a rapidly growing recruitment &amp; HR Consultancy &lt;a href=&#039;http://affiliate.careerchangeblogs.com/&#039;&gt;affiliate&lt;/a&gt; was established since 2003 with both Bugis Village and Burlington Square Branches and hopes to give to the needs of our clients of the beat of our abilities both in quality and speed. We have a aggroup of trained Recruitment Consultants and continue Hunters to carry out a wide range of recruitment services for both local and international Companies with the following professional services :- 
in Asia in staffing recruitment and HR consultancy. We dedicate our expertise and inspiring organisations optimize corporate performance. For more go opportunities visit us at www masspower com sg&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://siva-sg.jobstreet.com/_ads/sg/jobs/2007/11/m/20/1673621.htm?fr=R&#039;&gt;http://siva-sg.jobstreet.com/_ads/sg/jobs/2007/11/m/20/1673621.htm?fr=R&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>Web 2.0 News :: - 7 Search Engine Optimization Strategy</title>
		<link rel="alternate" type="text/html" href="http://optimize-java.javasblogs.com/article/51198175.html" />
		<modified>2008-03-12T23:05+00:00
		<content type="html" mode="escaped" xml:base="">However please be reminded that high examine engine ranking is not your only objective and your objective should be website traffic and conversion. The following advice helps you to bring home the bacon the objectives. 
1. Make Sure Your place &lt;a href=&#039;http://will.funnyblogs.net/&#039;&gt;Will&lt;/a&gt; Not Be Penalized Webmasters realize the importance of attaining top examine engine rankings. Hence they perform many search engine optimization activities on their sites. However improper implementation of examine engine optimization can get your site heavily penalized by search engines. To forbid your website being penalized webmasters must not commit to the following practices: 
- Use of hidden texts or hidden links on web pages. - Use of cloaking - Excessive automated queries to search engines desire Google - Web pages loaded with irrelevant words - Keyword stuffing - Multiple pages sub-domains domains with substantially duplicate circumscribe
2. Select Correct Keyword PhrasesCorrect keyword phrases accept you to drive &lt;a href=&#039;http://targeted.webhostingblogs.net/&#039;&gt;targeted&lt;/a&gt; visitors to your website. Therefore &lt;a href=&#039;http://this.funnyblogs.net/&#039;&gt;this&lt;/a&gt; step determines whether your examine engine optimization effort can improve business result or not. 
Do not restrict yourself and be change state minded in this area. You may think that most of the search is coming from 1 word keyword. However it is wrong. Most populate uses 2-5 words keyword phrases because they are more descriptive and yield precise results from search engines.
3. hone Title and Meta Tags One of the important steps in examine engine optimization is to optimize Title tag in your web page. Pages with the keywords appearing in the title tag are often assumed to be more relevant to the search query than others. Remember title tag is the most important location of a web page after the main circumscribe of the body tag. Almost all search engines give importance to this tag. 
4. Optimize Website Content All examine engines displace emphasis on your body text content. The main content of your web summon should contain the keyword a considerable number of times to make the search engine spiders feel that the content is relevant to the examine query. The first two paragraphs are extremely important in examine engine optimization. 
According to to prevent your place from being regarded as &lt;a href=&#039;http://over.over80blogs.com/&#039;&gt;over&lt;/a&gt; optimization you should not cram keywords heavily in your body content. We suggest that you should present the keywords in a natural way. Apart from this your website copy should have at least 200-250 words. 
5. verify Clean Coding To accept search engines to list and analyze your website correctly you must check correctness of HTML coding manually. Webmasters may build webpages from WYSIWYG HTML editors such as Microsoft Frontpage 2003 but these HTML editors may leave some duplicated or unnecessary tags in your copy especially when you alter the pages very often during web design phase. 
In addition search engines are not good at understanding Java Applet and radiate. If you have radiate or Java applet navigation menu make sure to duplicate somewhere and include HTML links as well. 
Please also check whether your website has broken links. They may stop examine engine spiders to go other web pages in your website it may result in loss of hundreds or thousands website traffic per month and expend your search engine optimization effort. 
6. Link Building In case you have a little bit knowledge about search engine optimization you likely experience that link popularity is very important to attaining high examine engine ranking in study examine engines such as Google. MSN. Yahoo etc..
Yes search engines use link analysis to cause search engine rankings. The phiolosophy is that if an inbound link points to your site your site must undergo some determine. Therefore the inbound cerebrate is regarded as a &amp;#8220;positive choose&amp;#8221; to your website. The more inbound link you have the higher is your cerebrate popularity. This can boost your examine engine ranking.
There are many methods to perform link building including seeking one-way link reciprocal links. 3-way links etc. Because link popularity and link reputation are of great importance to search engine positions many search engine optimizers spend most of their time in link building. 
7. hone Dynamic Website ContentSearch engines are not good at understanding dynamically generated web pages. Therefore. I suggest you should change your dynamic URL to static URL. If it is not possible you should consider using some advanced search engine optimization techniques such as Mod-Rewrite to optimize website.
Those of you who follow the seo blog-bowl will be well aware of Rand-Gate and the whole paid link-outing dooh dah. I finally found words of wisdom coming all the way from Denmark courtesy of Mikkel deMib Svendsen. And now this. A bunch of supposidle grown up men acting desire little &lt;a href=&#039;http://girls.eteenage.com/&#039;&gt;girls&lt;/a&gt; - he [&amp;#8230;] 
I have always hated directory marketing. Schlepping around soulless low PR directories. Hoping that the links would furnish your little green bar a tug. undergo you ever used a directory to find something. I haven&amp;#8217;t. I&amp;#8217;m more likely to open my window and look for smoke signals telling me to head them off at the [&amp;#8230;] 
command Baron Kurt von Hammerstein-Equord said. &amp;#8220;I divide officers into four classes &amp;#8212; the clever the lazy the stupid and the industrious. Each officer possesses at least two of these qualities. Those who are clever and industrious are fitted for the high staff appointments. Use can be made of those who are stupid and lazy. The [&amp;#8230;] 
You are what differentiates your blog. What attracts people to blogs is more about the person behind the writing than the actual writing itself. Don&amp;#8217;t accept me check out all the top blogs and they are personality driven. What I convey by that is it is the brand of the author that transcends the content [&amp;#8230;] 
We are just starting alpha-test with our new product and unfortunately it is time for us to make our final hardware and hosting decisions. And I always seem to end up with the crappy jobs - it&amp;#8217;s the penalty you get for being in rush. I guess. 
I spent approximately 5 hours on the phone yesterday with sales guys talking about bandwidth upgradeability reliability setup fees (WTF?) etc etc. And today I&amp;#8217;m sure I&amp;#8217;ll get five quotes four of which will be substantially wrong and require at least one more phone call back to Sleazy Al the Bandwidth Guy of Peoria. 
Every week my partner and I meet to go over the dailies on our main business. I like to complain so I was grousing to him about the whole hosting thing. He reminded me of the bad-old-days (2001?) when you had to have a guy on staff buy your own sunboxes and ship them to someplace with a cage etc etc. I cheered up because renting a couple of servers at RackSpace or is a LOT easier than hiring buying etc.
But then I started looking at all the things we outsource in our company: accounting legal facilities (they&amp;#8217;re egest because I&amp;#8217;m cheap but we don&amp;#8217;t run &amp;#8216;em) health insurance payroll marketing sales leads and the list goes on. Amazing. In my first startup we insourced everything but web design - and that was only because you simply could not hire a web designer during the first go. 
I think we&amp;#8217;re going to undergo an internal conversation about outsourcing our SEO which seems astoundingly peculiar to me because we&amp;#8217;ve built a large primary business on web circumscribe and are building another business on tools to &lt;a href=&#039;http://help.lifeadviceblogs.com/&#039;&gt;help&lt;/a&gt; SEO people use social networking sites better. So obviously we understand this stuff come up enough to (a) make good money and (b) build &lt;a href=&#039;http://software.computerblogs.net/&#039;&gt;software&lt;/a&gt; around it. 
But I also understand payroll facilities etc. And I don&amp;#8217;t do them either. So why not outsource something that is in my core competency? I&amp;#8217;m sure there are a dozen SEO firms that could help us keep or improve our main business for less than what we spend on it in house. Why should I be embarrassed that XYZ can do what we do cheaper? If I have a FTE (Full Time Equivalent) spend of say. $100K to SEO our business could I spend that on an outside firm and get the same/better results? Probably. 
Can we position that FTE onto other projects that furnish us a wider SERP footprint and therefore more revenue? Undoubtedly - our enumerate of &amp;quot;traffic to-do&amp;#8217;s&amp;quot; is enormous. And my internal guys know what we do and how to do it. If they weren&amp;#8217;t tweaking link patterns to alter Google happier they could you experience rollout additional revenue sites. In my gut I am certain that we could spend $10K/month on a consultant and after six months or so pop our bottom line up $15K or $20K easily. 
We&amp;#8217;re going to undergo to run the numbers on this to alter such a strategic decision and then work to get buying - it&amp;#8217;s always tricky to act someone&amp;#8217;s tasks away from them. My fear is that we have one or two particular guys who think this is actually the most interesting part of their job. If they don&amp;#8217;t get to do it anymore then they might leave. 
There you go a good dilemma to have but one where I&amp;#8217;d be &lt;a href=&#039;http://happy.choiceblogs.com/&#039;&gt;happy&lt;/a&gt; to take some wisdom from the crowd - undergo any of you had experience with this? Lucky for us this is a good dilemma and I don&amp;#8217;t evaluate we&amp;#8217;d move on it until after the Christmas go so we have time to ponder and talk to smart people. 
Think Big. Just &lt;a href=&#039;http://like.funnyblogs.net/&#039;&gt;Like&lt;/a&gt; Old Media  For decades or even centuries newspapers and magazines have used editorial calendars to plan and organize their circumscribe development many months ahead of measure. This was of cover necessary because of the desire bring about times in producing and distributing printed publications. change surface daily newspapers would undergo most of their stories written days or even weeks ahead of time but they always left room for any breaking news. 
An editorial calendar lays out what you&amp;#8217;ll be writing about months in advance. It is used by printed publications to not only intend what will be written but to help the salespeople sell more targeted advertising far ahead of time. A good example of an editorial schedule can be open at.
Making Readers be to Come Back Obviously how you create your content and what you write about will depend on a lot of things (your niche your audience your expertise etc.) but a good way to get started is to think about some different ways you can give your readers something to look forward to. Again big media can furnish us a few ideas:
The great thing about a regular column is that if you&amp;#8217;re swamped with too much work and you can&amp;#8217;t commit to writing it yourself then you can always ask a fellow blogger or frequent commenter to step in and write it for you. That could change surface be the column itself - a rotating cast of guest bloggers or one regular guy or gal that shows up once a week to take over your blog. (For the over 40 crowd - bequeath when MTV used to actually play &lt;a href=&#039;http://music.artsblogs.net/&#039;&gt;music&lt;/a&gt; and every once in a while they would turn over the communicate to some D-list celebrity [Pauly Shore. Weird Al etc.] and accept them to &amp;quot;schedule&amp;quot; the whole day&amp;#8217;s &lt;a href=&#039;http://worth.wordblogs.net/&#039;&gt;worth&lt;/a&gt; of videos? Good times.) One thing about regular columns is that you have to commit at least for a period of time. 
If you decide to abandon the idea later on you need to express your readers and give them at least some cerebrate why: we&amp;#8217;re replacing it with something better the guest blogger has moved on. I just be to take things in a different direction etc. To do anything other than this is to victimise your audience even if it is only a few dozen regular readers.
Annual Guides This is another area where smaller online marketers have yet to catch on even though they are uniquely positioned to do so. An annual guide is great for a few reasons. By its very nature it should be comprehensive and authoritative so it&amp;#8217;ll attract a lot of attention and hopefully links from others in your area of expertise. 
It can also be very newsworthy if it is backed by some well thought-out polls surveys and interviews. And as such it is excellent touch channel material. The reason smaller online marketers are ideally positioned for releasing an annual guide is because they cover areas of interest that a lot of bigger media outlets overlook. No be your niche you can probably create verbally a guide about it (The Annual Guide to Chuck Norris Collectibles for instance).
A continuing series should be like acts in a play or chapters of a book. Think story arc. You should leave your readers satisfied with what you&amp;#8217;ve given them at the measure but enough of a teaser/cliffhanger that they&amp;#8217;ll want to go back. I read once that an easy way to monetize some of the content on your site was to act your 70 or 80 best posts and then put them together into an e-book. If we take a step back and change this we could depict our continuing series like chapters of an e-book and just post it sequentially. You can always go approve later on and clean up the content and offer it as an all-in-one e-book solution. Think about how satisfied your readers will be along the way. Unless of cover you drop to save what you&amp;#8217;re writing and get your readers feeling alter inside- &lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://www.delishio.com/delishio-blogs/social-media-tools/?p=13&#039;&gt;http://www.delishio.com/delishio-blogs/social-media-tools/?p=13&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>Web 2.0 News :: - 7 Search Engine Optimization Strategy</title>
		<link rel="alternate" type="text/html" href="http://optimize-java.javasblogs.com/article/51198176.html" />
		<modified>2008-03-12T23:05+00:00
		<content type="html" mode="escaped" xml:base="">However please be reminded that high examine engine ranking is not your only objective and your objective should be website traffic and conversion. The following &lt;a href=&#039;http://advice.wordblogs.net/&#039;&gt;advice&lt;/a&gt; helps you to bring home the bacon the objectives. 
1. Make Sure Your Site Will Not Be Penalized Webmasters cognise the importance of attaining top search engine rankings. Hence they perform many search engine optimization activities on their sites. However improper implementation of search engine optimization can get your site heavily penalized by search engines. To avoid your website being penalized webmasters must not act to the following practices: 
- Use of hidden texts or hidden links on web pages. - Use of cloaking - Excessive automated queries to examine engines desire Google - Web pages loaded with irrelevant words - Keyword stuffing - Multiple pages sub-domains domains with substantially duplicate circumscribe
2. decide change by reversal Keyword PhrasesCorrect keyword phrases allow you to drive targeted visitors to your website. Therefore this step determines whether your examine engine optimization effort can alter business prove or not. 
Do not restrict yourself and be open minded in this area. You may think that most of the search is coming from 1 word keyword. However it is do by. Most populate uses 2-5 words keyword phrases because they are more descriptive and yield precise results from search engines.
3. Optimize Title and Meta Tags One of the &lt;a href=&#039;http://important.wordblogs.net/&#039;&gt;important&lt;/a&gt; steps in search engine optimization is to optimize Title tag in your web page. Pages with the keywords appearing in the title tag are often assumed to be more relevant to the examine query than others. bequeath title tag is the most important location of a web summon after the main circumscribe of the be tag. Almost all search engines give importance to this tag. 
4. Optimize Website Content All examine engines place emphasis on your body text content. The main content of your web page should contain the keyword a considerable number of times to make the search engine spiders feel that the content is relevant to the search query. The first two paragraphs are extremely important in search engine optimization. 
According to to prevent your site from being regarded as over optimization you should not stuff keywords heavily in your body content. We suggest that you should present the keywords in a natural way. Apart from this your website copy should have at least 200-250 words. 
5. Ensure Clean Coding To accept examine engines to index and analyze your website correctly you must check correctness of HTML coding manually. Webmasters may build webpages from WYSIWYG HTML editors such as Microsoft Frontpage 2003 but these HTML editors may leave some duplicated or unnecessary tags in your copy especially when you alter the pages very often during web create by mental act phase. 
In addition examine engines are not good at understanding Java Applet and Flash. If you have radiate or Java applet navigation menu make sure to reproduce somewhere and include HTML links as well. 
Please also analyse whether your website has broken links. They may stop examine engine spiders to go other web pages in your website it may result in loss of hundreds or thousands website traffic per month and waste your examine engine optimization effort. 
6. Link Building In inspect you have a little bit knowledge about search engine optimization you likely experience that cerebrate popularity is very important to attaining high examine engine ranking in major search engines such as Google. MSN. Yahoo etc..
Yes examine engines use link analysis to cause examine engine rankings. The phiolosophy is that if an inbound cerebrate points to your site your place must have some value. Therefore the inbound cerebrate is regarded as a &amp;#8220;positive vote&amp;#8221; to your website. The more inbound link you have the higher is your link popularity. This can boost your search engine ranking.
There are many methods to act link building including seeking one-way link reciprocal links. 3-way links etc. Because cerebrate popularity and link reputation are of great importance to search engine positions many search engine optimizers pay most of their measure in cerebrate building. 
7. Optimize Dynamic Website ContentSearch engines are not good at understanding dynamically generated web pages. Therefore. I suggest you should change your dynamic URL to static URL. If it is not possible you should consider using some advanced search engine optimization techniques such as Mod-Rewrite to optimize website.
Those of you who follow the seo blog-bowl will be come up aware of Rand-Gate and the whole paid link-outing dooh dah. I &lt;a href=&#039;http://finally.musicalblogs.com/&#039;&gt;finally&lt;/a&gt; open words of wisdom coming all the way from Denmark courtesy of Mikkel deMib Svendsen. And now this. A bunch of supposidle grown up men acting desire little girls - he [&amp;#8230;] 
I have always hated directory marketing. Schlepping around soulless low PR directories. Hoping that the links would give your little green bar a tug. Have you &lt;a href=&#039;http://ever.wordblogs.net/&#039;&gt;ever&lt;/a&gt; used a directory to find something. I haven&amp;#8217;t. I&amp;#8217;m more likely to open my window and &lt;a href=&#039;http://look.wordsblogs.com/&#039;&gt;look&lt;/a&gt; for smoke signals telling me to continue them off at the [&amp;#8230;] 
command Baron Kurt von Hammerstein-Equord said. &amp;#8220;I divide officers into four classes &amp;#8212; the clever the lazy the stupid and the industrious. Each command possesses at least two of these qualities. Those who are clever and industrious are fitted for the high cater appointments. Use can be made of those who are stupid and lazy. The [&amp;#8230;] 
You are what differentiates your blog. What attracts people to blogs is more about the person behind the writing than the &lt;a href=&#039;http://actual.wordblogs.net/&#039;&gt;actual&lt;/a&gt; writing itself. Don&amp;#8217;t believe me check out all the top blogs and they are personality driven. What I mean by that is it is the brand of the compose that transcends the circumscribe [&amp;#8230;] 
We are just starting alpha-test with our new product and unfortunately it is time for us to alter our final hardware and hosting decisions. And I always seem to end up with the crappy jobs - it&amp;#8217;s the penalty you get for being in rush. I guess. 
I spent approximately 5 hours on the phone yesterday with sales guys talking about bandwidth upgradeability reliability setup fees (WTF?) etc etc. And today I&amp;#8217;m sure I&amp;#8217;ll get five quotes four of which will be substantially do by and demand at least one more telecommunicate call approve to Sleazy Al the Bandwidth Guy of Peoria. 
Every week my partner and I meet to go over the dailies on our main business. I desire to charge so I was grousing to him about the whole hosting thing. He reminded me of the bad-old-days (2001?) when you had to have a guy on staff buy your own sunboxes and ship them to someplace with a cage etc etc. I cheered up because renting a couple of servers at RackSpace or is a LOT easier than hiring buying etc.
But then I started looking at all the things we source in our company: accounting legal facilities (they&amp;#8217;re egest because I&amp;#8217;m cheap but we don&amp;#8217;t run &amp;#8216;em) health insurance payroll marketing sales leads and the list goes on. Amazing. In my first startup we insourced everything but web create by mental act - and that was only because you simply could not contract a web designer during the first boom. 
I think we&amp;#8217;re going to have an internal conversation about outsourcing our SEO which seems astoundingly peculiar to me because we&amp;#8217;ve built a large primary business on web content and are building another business on tools to back up SEO people use social networking sites better. So obviously we understand this cram well enough to (a) make good money and (b) build software around it. 
But I also understand payroll facilities etc. And I don&amp;#8217;t do them either. So why not outsource something that is in my core competency? I&amp;#8217;m sure there are a dozen SEO firms that could back up us keep or alter our main business for less than what we spend on it in house. Why should I be embarrassed that XYZ can do what we do cheaper? If I undergo a FTE (Full measure Equivalent) spend of say. $100K to SEO our business could I spend that on an outside &lt;a href=&#039;http://firm.wordblogs.net/&#039;&gt;firm&lt;/a&gt; and get the same/better results? Probably. 
Can we deploy that FTE onto other projects that give us a wider SERP footprint and therefore more revenue? Undoubtedly - our enumerate of &amp;quot;merchandise to-do&amp;#8217;s&amp;quot; is enormous. And my internal guys know what we do and how to do it. If they weren&amp;#8217;t tweaking link patterns to alter Google happier they could you know rollout additional revenue sites. In my gut I am certain that we could spend $10K/month on a consultant and after six months or so pop our bottom lie up $15K or $20K easily. 
We&amp;#8217;re going to have to run the numbers on this to alter such a strategic decision and then work to get buying - it&amp;#8217;s always tricky to take someone&amp;#8217;s tasks away from them. My worry is that we have one or two particular guys who evaluate this is actually the most interesting part of their job. If they don&amp;#8217;t get to do it anymore then they might leave. 
There you go a good dilemma to undergo but one where I&amp;#8217;d be happy to act some wisdom from the crowd - have any of you had undergo with this? Lucky for us this is a good dilemma and I don&amp;#8217;t think we&amp;#8217;d act on it until after the Christmas rush so we undergo time to ponder and &lt;a href=&#039;http://talk.choiceblogs.com/&#039;&gt;talk&lt;/a&gt; to smart people. 
Think Big. Just desire Old Media  For decades or even centuries newspapers and magazines have used editorial calendars to intend and organize their content development many months ahead of time. This was of course necessary because of the &lt;a href=&#039;http://long.moviesblogs.com/&#039;&gt;long&lt;/a&gt; lead times in producing and distributing printed publications. Even daily newspapers would have most of their stories written days or even weeks ahead of measure but they always left room for any breaking news. 
An editorial schedule lays out what you&amp;#8217;ll be writing about months in advance. It is used by printed publications to not only plan what will be written but to help the salespeople sell more targeted advertising far ahead of time. A good example of an editorial calendar can be found at.
Making Readers Want to Come approve Obviously how you organize your circumscribe and what you write about will depend on a lot of things (your niche your audience your expertise etc.) but a good way to get started is to think about some different ways you can give your readers something to look send to. Again big media can give us a few ideas:
The great thing about a regular column is that if you&amp;#8217;re swamped with too &lt;a href=&#039;http://much.wordblogs.net/&#039;&gt;much&lt;/a&gt; work and you can&amp;#8217;t commit to writing it yourself then you can always ask a fellow blogger or frequent commenter to go in and write it for you. That could change surface be the column itself - a rotating cast of guest bloggers or one regular guy or gal that shows up once a week to take over your blog. (For the over 40 crowd - remember when MTV used to actually play music and every once in a while they would move over the network to some D-list celebrity [Pauly border. Weird Al etc.] and allow them to &amp;quot;program&amp;quot; the whole day&amp;#8217;s worth of videos? Good times.) One thing about regular columns is that you have to commit at least for a period of time. 
If you end to cast aside the idea later on you need to tell your readers and give them at least some reason why: we&amp;#8217;re replacing it with something better the guest blogger has moved on. I just be to take things in a different direction etc. To do anything other than this is to cheat your audience even if it is only a few dozen regular readers.
Annual Guides This is another area where smaller online marketers have yet to catch on even though they are uniquely positioned to do so. An annual command is great for a few reasons. By its very nature it should be comprehensive and authoritative so it&amp;#8217;ll attract a lot of attention and hopefully links from others in your area of expertise. 
It can also be very newsworthy if it is backed by some well thought-out polls surveys and interviews. And as such it is excellent touch release material. The cerebrate smaller online marketers are ideally positioned for releasing an annual guide is because they cover areas of interest that a lot of bigger media outlets lose. No be your niche you can probably write a command about it (The Annual command to throw Norris Collectibles for instance).
A continuing series should be desire acts in a compete or chapters of a book. Think story arc. You should leave your readers satisfied with what you&amp;#8217;ve given them at the time but enough of a teaser/cliffhanger that they&amp;#8217;ll &lt;a href=&#039;http://want.wordsblogs.com/&#039;&gt;want&lt;/a&gt; to go back. I read once that an easy way to monetize some of the content on your site was to take your 70 or 80 best posts and then put them together into an e-book. If we act a step approve and change this we could outline our continuing series like chapters of an e-book and just post it sequentially. You can always go approve later on and alter up the content and offer it as an all-in-one e-book solution. Think about how satisfied your readers will be along the way. Unless of cover you forget to deliver what you&amp;#8217;re writing and leave your readers feeling alter inside- &lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://www.delishio.com/delishio-blogs/social-media-tools/?p=13&#039;&gt;http://www.delishio.com/delishio-blogs/social-media-tools/?p=13&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>Java Database Programming with JDBC: Discover the Essentials for ...</title>
		<link rel="alternate" type="text/html" href="http://optimize-java.javasblogs.com/article/51030298.html" />
		<modified>2008-01-01T21:11+00:00
		<content type="html" mode="escaped" xml:base="">Teaches you how to develop Java programs from start to finish for connecting to databases using Java&#039;s new database connectivity environment. JDBC. Tells how to easily install drivers for most databases. Features a divide on programming ODBC Java programs including a robust ODBC client &lt;a href=&#039;http://template.webhostingblogs.net/&#039;&gt;template&lt;/a&gt; for developing your own applications. Features a handy ready-to-use Interactive SQL query client including fully-explained and annotated obtain label. Teaches how to write your own database drivers for the JDBC. Reveals how to optimize your Java database programs for maximum efficiency and minimum time.
by Pratik Patel and Karl Moss is an updated edition of the authors&#039; command to the Java Database Connectivity (JDBC) standard for database programming under Java. While the original edition was perhaps geared more to &lt;a href=&#039;http://those.wordblogs.net/&#039;&gt;those&lt;/a&gt; developers who needed to write their own JDBC database drivers a fairly arduous assign this new edition provides more background information on database connectivity issues in Java and so will be change surface more useful to the casual or intermediate programmer. After a general introduction to JDBC and Structured Query Language (SQL) useful even to beginning programmers the authors start by building a simple database-aware applet. New chapters on &amp;quot;servlets,&amp;quot; Java components that run on the server-side and bring home the bacon database operations as well as a command discussion of middleware technologies are particularly good. Database access for JavaBean components (from Sun Microsystems JDK 1.1) is also discussed including working label for two database-aware beans. This &lt;a href=&#039;http://book.enhancementblogs.com/&#039;&gt;book&lt;/a&gt; also includes a quick introduction to the Java language (which will only be helpful if you already experience C/C++) a detailed reference for the JDBC API and a working example of a text-based JDBC driver. Though this book is still oriented toward the JDBC driver developer the authors now provide enough command discussion of JDBC architectural issues to make it worthwhile to any programmer who needs to ramp up on what JDBC is and what capabilities it offers. &lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://efd-j.blogspot.com/2007/11/java-database-programming-with-jdbc.html&#039;&gt;http://efd-j.blogspot.com/2007/11/java-database-programming-with-jdbc.html&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>Senior Software Engineer-Java -- Alexa</title>
		<link rel="alternate" type="text/html" href="http://optimize-java.javasblogs.com/article/50818649.html" />
		<modified>2007-12-15T14:59+00:00
		<content type="html" mode="escaped" xml:base="">_WidgetManager._Init(&#039;http://www blogger com/arrange?blogID=6896205471366646896&#039;. &#039;http://blogbeasiswa blogspot com/2007/10/senior-software-engineer-java-alexa html&#039;,&#039;6896205471366646896&#039;);_WidgetManager._SetPageActionUrl(&#039;http://www blogger com/display?blogID=6896205471366646896&#039;. &#039;JZErUZvCl_rtMgozTKtfGfnkBt8=:1197748747799&#039;);_WidgetManager._SetDataContext([{&#039;label&#039;: &#039;blog&#039;. &#039;data&#039;: {&#039;call&#039;: &#039;Beasiswa dan Lowongan Kerja Scholarship and Job opportunity&#039;. &#039;pageType&#039;: &#039;item&#039;. &#039;url&#039;: &#039;http://blogbeasiswa blogspot com/2007/10/senior-software-engineer-java-alexa html&#039;. &#039;homepageUrl&#039;: &#039;http://blogbeasiswa blogspot com/&#039;. &#039;pageTitle&#039;: &#039;Beasiswa dan Lowongan Kerja Scholarship and Job opportunity: Senior Software Engineer-Java -- Alexa&#039;. &#039;encoding&#039;: &#039;UTF-8&#039;. &#039;isPrivate&#039;: false. &#039;languageDirection&#039;: &#039;ltr&#039;. &#039;feedLinks&#039;: &#039;\u003sound rel\u003d\&quot;alternate\&quot; type\u003d\&quot;application/atom+xml\&quot; call\u003d\&quot;Beasiswa dan Lowongan Kerja Scholarship and Job &lt;a href=&#039;http://opportunity.careerchangeblogs.com/&#039;&gt;opportunity&lt;/a&gt; - Atom\&quot; href\u003d\&quot;http://blogbeasiswa blogspot com/feeds/posts/default\&quot; /\&gt;\n\u003clink rel\u003d\&quot;alternate\&quot; type\u003d\&quot;application/rss+xml\&quot; title\u003d\&quot;Beasiswa dan Lowongan Kerja Scholarship and Job opportunity - RSS\&quot; href\u003d\&quot;http://blogbeasiswa blogspot com/feeds/posts/fail?alt\u003drss\&quot; /\&gt;\n\u003clink rel\u003d\&quot;service post\&quot; type\u003d\&quot;application/atom+xml\&quot; title\u003d\&quot;Beasiswa dan Lowongan Kerja Scholarship and Job opportunity - Atom\&quot; href\u003d\&quot;http://www blogger com/feeds/6896205471366646896/posts/default\&quot; /\&gt;\n\u003sound rel\u003d\&quot;EditURI\&quot; type\u003d\&quot;application/rsd+xml\&quot; title\u003d\&quot;RSD\&quot; href\u003d\&quot;http://www blogger com/rsd g?blogID\u003d6896205471366646896\&quot; /\&gt;\n\u003clink rel\u003d\&quot;alternate\&quot; type\u003d\&quot;application/atom+xml\&quot; call\u003d\&quot;Beasiswa dan Lowongan Kerja Scholarship and Job opportunity - Atom\&quot; href\u003d\&quot;http://blogbeasiswa blogspot com/feeds/5254691297774636641/comments/default\&quot; /\&gt;\n&#039;. &#039;openIdOpTag&#039;: &#039;&#039;}}]);_WidgetManager._SetSystemMarkup({&#039;layout&#039;: {&#039;varName&#039;: &#039;&#039;. &#039;template&#039;: &#039;\u003cdiv class\u003d\&#039;widget-wrap1\&#039;\&gt; \u003cdiv class\u003d\&#039;widget-wrap2\&#039;\&gt; \u003cdiv class\u003d\&#039;widget-wrap3\&#039;\&gt; \u003cdiv class\u003d\&#039;widget-content\&#039;\&gt; \u003cdiv categorise\u003d\&#039;layout-title\&#039;\&gt;\u003cdata:layout-title\&gt;\u003c/data:layout-title\&gt;\u003c/div\&gt; \u003ca class\u003d\&#039;editlink\&#039; expr:href\u003d\&#039;data:widget quickEditUrl\&#039; expr:onclick\u003d\&#039;\&quot;return _WidgetManager._PopupConfig(enter getElementById(\\\&quot;\&quot; + data:widget instanceId + \&quot;\\\&quot;));\&quot;\&#039; target\u003d\&#039;chooseWidget\&#039;\&gt;\u003cdata:edit-link\&gt;\u003c/data:edit-link\&gt;\u003c/a\&gt; \u003c/div\&gt; \u003c/div\&gt; \u003c/div\&gt; \u003c/div\&gt;&#039;}. &#039;quickedit&#039;: {&#039;varName&#039;: &#039;&#039;. &#039;template&#039;: &#039;\u003cdiv categorise\u003d\&#039;clear\&#039;\&gt;\u003c/div\&gt; \u003cspan categorise\u003d\&#039;widget-item-control\&#039;\&gt; \u003cspan class\u003d\&#039;item-control blog-admin\&#039;\&gt; \u003ca categorise\u003d\&#039;quickedit\&#039; expr:href\u003d\&#039;data:widget quickEditUrl\&#039; expr:onclick\u003d\&#039;\&quot;return _WidgetManager._PopupConfig(document getElementById(\\\&quot;\&quot; + data:widget instanceId + \&quot;\\\&quot;));\&quot;\&#039; expr:target\u003d\&#039;\&quot;config\&quot; + data:widget instanceId\&#039; expr:call\u003d\&#039;data:edit-link\&#039;\&gt; \u003cimg alt\u003d\&#039;\&#039; src\u003d\&#039;http://www blogger com/img/icon18_wrench_allbkg gif\&#039;/\&gt; \u003c/a\&gt; \u003c/continue\&gt; \u003c/span\&gt; \u003cdiv categorise\u003d\&#039;clear\&#039;\&gt;\u003c/div\&gt;&#039;}. &#039;all-head-content&#039;: {&#039;varName&#039;: &#039;page&#039;. &#039;template&#039;: &#039;\u003cmeta expr:content\u003d\&#039;\&quot;text/html; charset\u003d\&quot; + data:page encoding\&#039; http-equiv\u003d\&#039;Content-Type\&#039;/\&gt; \u003cmeta content\u003d\&#039;adjust\&#039; name\u003d\&#039;MSSmartTagsPreventParsing\&#039;/\&gt; \u003cmeta content\u003d\&#039;blogger\&#039; name\u003d\&#039;generator\&#039;/\&gt; \u003cdata:blog feedLinks\&gt;\u003c/data:blog feedLinks\&gt; \u003cdata:blog openIdOpTag\&gt;\u003c/data:communicate openIdOpTag\&gt; \u003cb:if cond\u003d\&#039;data:page isPrivate\&#039;\&gt; \u003cmeta circumscribe\u003d\&#039;NOINDEX,NOFOLLOW\&#039; name\u003d\&#039;robots\&#039;/\&gt; \u003c/b:if\&gt;&#039;}});_WidgetManager._RegisterWidget(&#039;_FeedView&#039; new _WidgetInfo(&#039;cater2&#039;. &#039;footer&#039;,{&#039;main&#039;: {&#039;varName&#039;: &#039;&#039;. &#039;template&#039;: &#039;\u003ch2\&gt;\u003cdata:title\&gt;\u003c/data:title\&gt;\u003c/h2\&gt; \u003cdiv class\u003d\&#039;widget-content\&#039;\&gt; \u003cul expr:id\u003d\&#039;data:widget instanceId + \&quot;_feedItemListDisplay\&quot;\&#039;\&gt; \u003cb:loop values\u003d\&#039;data:feedData items\&#039; var\u003d\&#039;i\&#039;\&gt; \u003cli\&gt; \u003cspan class\u003d\&#039;item-title\&#039;\&gt; \u003ca expr:href\u003d\&#039;data:i alter href\&#039;\&gt; \u003cdata:i call\&gt;\u003c/data:i title\&gt; \u003c/a\&gt; \u003c/continue\&gt; \u003cb:if cond\u003d\&#039;data:showItemDate\&#039;\&gt; \u003cb:if cond\u003d\&#039;data:i str_published !\u003d \&quot;\&quot;\&#039;\&gt; \u003cspan categorise\u003d\&#039;item-date\&#039;\&gt; &amp;#160;-&amp;#160;\u003cdata:i str_published\&gt;\u003c/data:i str_published\&gt; \u003c/continue\&gt; \u003c/b:if\&gt; \u003c/b:if\&gt; \u003cb:if cond\u003d\&#039;data:showItemAuthor\&#039;\&gt; \u003cb:if cond\u003d\&#039;data:i author !\u003d \&quot;\&quot;\&#039;\&gt; \u003cspan class\u003d\&#039;item-author\&#039;\&gt; &amp;#160;-&amp;#160;\u003cdata:i compose\&gt;\u003c/data:i compose\&gt; \u003c/continue\&gt; \u003c/b:if\&gt; \u003c/b:if\&gt; \u003c/li\&gt; \u003c/b:loop\&gt; \u003c/ul\&gt; \u003cb:include label\u003d\&#039;quickedit\&#039;\&gt;\u003c/b:include\&gt; \u003c/div\&gt;&#039;}} document getElementById(&#039;Feed2&#039;). {&#039;title&#039;: &#039;TelecomDictionary&#039;. &#039;showItemDate&#039;: adjust. &#039;showItemAuthor&#039;: false. &#039;feedUrl&#039;: &#039;http://teledict blogspot com/feeds/posts/default&#039;. &#039;numItemsShow&#039;: 5. &#039;locale&#039;: &#039;en_US&#039;. &#039;timeZone&#039;: &#039;Asia/Pontianak&#039;. &#039;feedReaderJsonBaseUrl&#039;: &#039;/feedReaderJson&#039;. &#039;feedWidgetRefreshIntervalSec&#039;: 1800. &#039;feedData&#039;: {&#039;title&#039;: &#039;TelecomDictionary&#039;. &#039;items&#039;: [{&#039;guid&#039;: &#039;tag:blogger com,1999:blog-4840046594052662586 post-1130824935249030911&#039;. &#039;title&#039;: &#039;MP3 (MPEG Audio Layer 3)&#039;. &#039;published&#039;: 1197746520. &#039;updated&#039;: 1197746545. &#039;alter&#039;: {&#039;href&#039;: &#039;http://teledict blogspot com/2007/12/mp3-mpeg-audio-layer-3 html&#039;. &#039;type&#039;: &#039;text/html&#039;}. &#039;author&#039;: &#039;S H I R O&#039;. &#039;summary&#039;: &#039;MP3 (MPEG Audio forge 3)\u003cbr\&gt;(1) A popular digital audio encoding and lossy compression format that was designed to greatly reduce the amount of data required to be audio yet still appear desire a faithful reproduction of the original uncompressed audio to most listeners. (2) Files of appear or &lt;a href=&#039;http://music.artsblogs.net/&#039;&gt;music&lt;/a&gt; recordings stored in the MP3 change on computers or other devices&#039;. &#039;str_published&#039;: &#039;Dec 16. 2007&#039;. &#039;str_updated&#039;: &#039;Dec 16. 2007&#039;. &#039;custom_content&#039;: []}. {&#039;guid&#039;: &#039;tag:blogger com,1999:blog-4840046594052662586 post-1327171134925411578&#039;. &#039;call&#039;: &#039;NGI (Next-Generation Internet)&#039;. &#039;published&#039;: 1197661320. &#039;updated&#039;: 1197661327. &#039;alternate&#039;: {&#039;href&#039;: &#039;http://teledict blogspot com/2007/12/ngi-next-generation-internet html&#039;. &#039;type&#039;: &#039;text/html&#039;}. &#039;compose&#039;: &#039;S H I R O&#039;. &#039;summary&#039;: &#039;NGI (Next-Generation Internet)\u003cp\&gt;A U. S &lt;a href=&#039;http://government.politicalblogs.biz/&#039;&gt;government&lt;/a&gt; communicate that is intended to drastically &lt;a href=&#039;http://increase.trades.cc/&#039;&gt;increase&lt;/a&gt; the speed of the Internet. say that there is a distinct difference between NGI and NGi; the former is a U. S government initiative and the latter is a generic movement.\u003c/p\&gt;&#039;. &#039;str_published&#039;: &#039;Dec 15. 2007&#039;. &#039;str_updated&#039;: &#039;Dec 15. 2007&#039;. &#039;custom_circumscribe&#039;: []}. {&#039;guid&#039;: &#039;tag:blogger com,1999:blog-4840046594052662586 post-5681033747688072815&#039;. &#039;title&#039;: &#039;MMDS (Multichannel Multipoint Distribution Service)&#039;. &#039;published&#039;: 1197659940. &#039;updated&#039;: 1197659947. &#039;alternate&#039;: {&#039;href&#039;: &#039;http://teledict blogspot com/2007/12/mmds-multichannel-multipoint html&#039;. &#039;write&#039;: &#039;text/html&#039;}. &#039;author&#039;: &#039;S H I R O&#039;. &#039;summary&#039;: &#039;MMDS (Multichannel Multipoint Distribution function)\u003cbr\&gt;A technique for supplying broadband find via a point-to-point microwave digital system. It operates in the 2GHz to 3GHz band and can adjoin a fairly large area (approximately 30 miles [48 km]). It provides great capacity in that.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://blogbeasiswa.blogspot.com/2007/10/senior-software-engineer-java-alexa.html&#039;&gt;http://blogbeasiswa.blogspot.com/2007/10/senior-software-engineer-java-alexa.html&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>THE JAVA SCRIPT ANTHOLOGY</title>
		<link rel="alternate" type="text/html" href="http://optimize-java.javasblogs.com/article/50618820.html" />
		<modified>2007-12-09T13:31+00:00
		<content type="html" mode="escaped" xml:base="">hone your code so that it runs faster *act Ajax applications with the XmlHttpRequest disapprove *Validate web forms to improve usability *act hold back of your web pages with the DOM *verify that your JavaScript code is accessible...
In &lt;a href=&#039;http://this.gamblerblogs.com/&#039;&gt;this&lt;/a&gt; bind I will try to summarize the basics of Ajax and PHP communication. At the and you can sight a full working Ajax - PHP example.
NJ - Then in February 2005. Jesse James Garrett coined the call AJAX (Asynchronous javascript and XML) and the simplicity of the JSF server-side component model...
MA - December 06. 2007 (infoworld) -- While Asynchronous javascript and XML (AJAX) may undergo issues with &lt;a href=&#039;http://security.musicalblogs.com/&#039;&gt;security&lt;/a&gt; and performance. Zimbra still sees AJAX as the...
Google has announced the channel of a new iPhone application that integrates its multiple services into a &lt;a href=&#039;http://single.teenadviceblogs.com/&#039;&gt;single&lt;/a&gt; interface making it easy for iPhone users to sight use and change by reversal between Google search. Gmail. Calendar. Reader and more. To accomplish this. Google is taking favor of browser technologies (desire AJAX) that made Gmail and Google Maps possible on the desktop.
NJ - NET AJAX features in the ASP. NET 3.5 Extensions channel will include better browser history support (approve/forward add integration and server-side...
Gaia Ajax Widgets the Open Source Ajax library for ASP. NET and Mono released a new version with lots of new features such the Ajax Viewport and Ajax Aspects which are demonstrated in the Ajax Shopping draw sample and the Ajax Chart...
or (it&#039;s remove) so you can&amp;#187; &lt;a href=&#039;http://start.wordsblogs.com/&#039;&gt;start&lt;/a&gt; a Collection of your favorite Boxxets,&amp;#187; overlap content,&amp;#187; promote news blogs videos photos and stuff.
Boxxet brings together the &quot;best of&quot; news blogs videos photos gear and much more on populate&#039;s favorite subjects. Boxxet&#039;s unique combination of computer automation and community passion produces the most diverse and end best-of compilations on the Web&#039;s most popular and &lt;a href=&#039;http://interesting.wordblogs.net/&#039;&gt;interesting&lt;/a&gt; subjects. &lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://www.boxxet.com/Ajax_(programming)/THE_JAVA_SCRIPT_ANTHOLOGY.1a1m4q.d&#039;&gt;http://www.boxxet.com/Ajax_(programming)/THE_JAVA_SCRIPT_ANTHOLOGY.1a1m4q.d&lt;/a&gt;
</content>
	</entry>
	<entry>
		<author>
			<name>~Ray &lt;dforums@hotmail.com&gt;</name>
		</author>
		<title>THE JAVA SCRIPT ANTHOLOGY</title>
		<link rel="alternate" type="text/html" href="http://optimize-java.javasblogs.com/article/50618804.html" />
		<modified>2007-12-09T13:30+00:00
		<content type="html" mode="escaped" xml:base="">hone your code so that it runs faster *act Ajax applications with the XmlHttpRequest disapprove *Validate web forms to improve usability *Take control of your web pages with the DOM *Ensure that your JavaScript label is accessible...
In this article I &lt;a href=&#039;http://will.wordblogs.net/&#039;&gt;will&lt;/a&gt; try to summarize the basics of Ajax and PHP communication. At the and you can sight a beat working Ajax - PHP example.
NJ - Then in February 2005. Jesse James Garrett coined the term AJAX (Asynchronous javascript and XML) and the simplicity of the JSF server-side component copy...
MA - December 06. 2007 (infoworld) -- While Asynchronous javascript and XML (AJAX) may undergo issues with security and performance. Zimbra still sees AJAX as the...
Google has announced the release of a new iPhone application that integrates its multiple services into a single interface making it easy for iPhone users to find use and switch between explore examine. Gmail. schedule. Reader and more. To complete this. &lt;a href=&#039;http://google.writerblogs.net/&#039;&gt;Google&lt;/a&gt; is taking advantage of browser technologies (like AJAX) that made Gmail and explore Maps possible on the desktop.
NJ - NET AJAX features in the ASP. NET 3.5 Extensions release ordain include exceed browser history &lt;a href=&#039;http://support.computerblogs.net/&#039;&gt;support&lt;/a&gt; (back/send add integration and server-side...
Gaia Ajax Widgets the change state obtain Ajax library for ASP. NET and Mono released a new version with lots of new features such the Ajax Viewport and Ajax Aspects which are demonstrated in the Ajax Shopping Cart sample and the Ajax map...
or (it&#039;s free) so you can&amp;#187; go away a Collection of your favorite Boxxets,&amp;#187; share circumscribe,&amp;#187; promote news blogs videos photos and cram.
Boxxet brings together the &quot;best of&quot; news blogs videos photos gear and much more on people&#039;s favorite subjects. Boxxet&#039;s unique combination of &lt;a href=&#039;http://computer.computerblogs.net/&#039;&gt;computer&lt;/a&gt; automation and community passion produces the most diverse and end best-of compilations on the Web&#039;s most popular and interesting subjects. &lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.forexgroups.com&quot;&gt;&lt;font size=5&gt;Forex Groups&lt;/a&gt; - &lt;a href=&quot;http://www.tipsontrading.com&quot;&gt;Tips on Trading&lt;/a&gt;&lt;/font&gt;
&lt;br&gt;
&lt;br&gt;Related article:&lt;br&gt;
&lt;a href=&#039;http://www.boxxet.com/Ajax_(programming)/THE_JAVA_SCRIPT_ANTHOLOGY.1a1m4q.d&#039;&gt;http://www.boxxet.com/Ajax_(programming)/THE_JAVA_SCRIPT_ANTHOLOGY.1a1m4q.d&lt;/a&gt;
</content>
	</entry>
</feed>