<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Got a Question? Ask a Web Dev! - All Forums]]></title>
		<link>http://www.webdevs4u.com/forum/</link>
		<description><![CDATA[Got a Question? Ask a Web Dev! - http://www.webdevs4u.com/forum]]></description>
		<pubDate>Mon, 13 Feb 2012 04:37:00 -0500</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Hi]]></title>
			<link>http://www.webdevs4u.com/forum/thread-129.html</link>
			<pubDate>Fri, 28 Aug 2009 12:33:32 -0400</pubDate>
			<dc:creator>hannahtrienzte</dc:creator>
			<guid isPermaLink="false">http://www.webdevs4u.com/forum/thread-129.html</guid>
			<description><![CDATA[Hello<br />
<br />
I found <a href="http://www.webdevs4u.com" target="_blank">http://www.webdevs4u.com</a> in Bing and I like this forum. My name is Hannah, I live in Haifa, Israel. I was born in New York City and move to Israel husband after marriage. I work in computer firm. I like 24h TV series.<br />
<br />
Hannah]]></description>
			<content:encoded><![CDATA[Hello<br />
<br />
I found <a href="http://www.webdevs4u.com" target="_blank">http://www.webdevs4u.com</a> in Bing and I like this forum. My name is Hannah, I live in Haifa, Israel. I was born in New York City and move to Israel husband after marriage. I work in computer firm. I like 24h TV series.<br />
<br />
Hannah]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Java API]]></title>
			<link>http://www.webdevs4u.com/forum/thread-102.html</link>
			<pubDate>Sun, 24 May 2009 18:04:32 -0400</pubDate>
			<dc:creator>administrator</dc:creator>
			<guid isPermaLink="false">http://www.webdevs4u.com/forum/thread-102.html</guid>
			<description><![CDATA[The following are API links for the Java Standard Edition.  The Java Standard Edition contains all the methods needed for basic desktop and applet coding.<br />
      <a href="http://java.sun.com/javase/6/docs/api/" target="_blank">Java 6 API</a><br />
      <a href="http://java.sun.com/j2se/1.5.0/docs/api/" target="_blank">Java 5 API</a><br />
      <a href="http://java.sun.com/j2se/1.4.2/docs/api/" target="_blank">J2SE 1.4.2 API</a><br />
<br />
The following are API links for the Java Enterprise Edition.  The Java Enterprise Edition must be used in conjunction with the correct standard edition and contains all the methods needed for Web site development.<br />
      <a href="http://java.sun.com/javaee/5/docs/api/" target="_blank">Java EE 5 API</a><br />
      <a href="http://java.sun.com/j2ee/1.4/docs/api/" target="_blank">J2EE 1.4 API</a>]]></description>
			<content:encoded><![CDATA[The following are API links for the Java Standard Edition.  The Java Standard Edition contains all the methods needed for basic desktop and applet coding.<br />
      <a href="http://java.sun.com/javase/6/docs/api/" target="_blank">Java 6 API</a><br />
      <a href="http://java.sun.com/j2se/1.5.0/docs/api/" target="_blank">Java 5 API</a><br />
      <a href="http://java.sun.com/j2se/1.4.2/docs/api/" target="_blank">J2SE 1.4.2 API</a><br />
<br />
The following are API links for the Java Enterprise Edition.  The Java Enterprise Edition must be used in conjunction with the correct standard edition and contains all the methods needed for Web site development.<br />
      <a href="http://java.sun.com/javaee/5/docs/api/" target="_blank">Java EE 5 API</a><br />
      <a href="http://java.sun.com/j2ee/1.4/docs/api/" target="_blank">J2EE 1.4 API</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Hey, whats going on?]]></title>
			<link>http://www.webdevs4u.com/forum/thread-91.html</link>
			<pubDate>Fri, 15 May 2009 14:07:22 -0400</pubDate>
			<dc:creator>KeHoeff</dc:creator>
			<guid isPermaLink="false">http://www.webdevs4u.com/forum/thread-91.html</guid>
			<description><![CDATA[Is there a specific section on here that I should use to advertise my website? Just wanted to make sure I asked before posting about it ...<br />
<br />
Thanks!]]></description>
			<content:encoded><![CDATA[Is there a specific section on here that I should use to advertise my website? Just wanted to make sure I asked before posting about it ...<br />
<br />
Thanks!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Is there any easy way to improve Page Rank?]]></title>
			<link>http://www.webdevs4u.com/forum/thread-90.html</link>
			<pubDate>Fri, 15 May 2009 05:10:17 -0400</pubDate>
			<dc:creator>ebosysindia</dc:creator>
			<guid isPermaLink="false">http://www.webdevs4u.com/forum/thread-90.html</guid>
			<description><![CDATA[I want to improve my site's page rank, regarding for that can any one has any short idea or any suggestion.]]></description>
			<content:encoded><![CDATA[I want to improve my site's page rank, regarding for that can any one has any short idea or any suggestion.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Export to excel]]></title>
			<link>http://www.webdevs4u.com/forum/thread-89.html</link>
			<pubDate>Fri, 15 May 2009 04:47:01 -0400</pubDate>
			<dc:creator>ebosysindia</dc:creator>
			<guid isPermaLink="false">http://www.webdevs4u.com/forum/thread-89.html</guid>
			<description><![CDATA[I have data in ms-access database.I want to export it to Excel on click of a button which is in front end developed in core java.<br />
<br />
I am working on frames NOT applet.<br />
<br />
I developed a macro in access to export data to excel.<br />
But i dont know how to run this macro on click of a button in core java application.<br />
Is it possible to run ms-access macro on click of a button in core java application?<br />
<br />
If not possible kindly suggest some other way.<br />
<br />
Kindly do me a favour in this regard.<br />
<br />
Thanks in advance.]]></description>
			<content:encoded><![CDATA[I have data in ms-access database.I want to export it to Excel on click of a button which is in front end developed in core java.<br />
<br />
I am working on frames NOT applet.<br />
<br />
I developed a macro in access to export data to excel.<br />
But i dont know how to run this macro on click of a button in core java application.<br />
Is it possible to run ms-access macro on click of a button in core java application?<br />
<br />
If not possible kindly suggest some other way.<br />
<br />
Kindly do me a favour in this regard.<br />
<br />
Thanks in advance.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Hey]]></title>
			<link>http://www.webdevs4u.com/forum/thread-84.html</link>
			<pubDate>Wed, 13 May 2009 18:47:55 -0400</pubDate>
			<dc:creator>pickjiplist</dc:creator>
			<guid isPermaLink="false">http://www.webdevs4u.com/forum/thread-84.html</guid>
			<description><![CDATA[Just wanted to introduce myself, been a lurker on here for a while. Are there any subjects that we can't talk about on here?]]></description>
			<content:encoded><![CDATA[Just wanted to introduce myself, been a lurker on here for a while. Are there any subjects that we can't talk about on here?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Search Engine Optimization Common Sense 101]]></title>
			<link>http://www.webdevs4u.com/forum/thread-3.html</link>
			<pubDate>Sat, 10 Jan 2009 22:09:11 -0500</pubDate>
			<dc:creator>administrator</dc:creator>
			<guid isPermaLink="false">http://www.webdevs4u.com/forum/thread-3.html</guid>
			<description><![CDATA[Optimizing your Web site for search is largely a matter of applying simple, common sense practices to every page of your Web site and to your link building strategy.<br />
The very first step in Web site SEO is identifying your relevent keywords.  Keywords are the words or phrases that most closely describe each page of your site.  For example let's pretend that you have a Web site offering large-breed dogs for sale.  You have a homepage, a page featuring Doberman Pinchers, a page featuring Great Danes and a page featuring Saint Bernards.  <span style="font-style: italic;">Dogs for Sale</span> then would be a good example of a keyword phrase for your homepage.  However, <span style="font-style: italic;">Dogs for Sale</span> is very generic.  A better keyword phrase for your site might be <span style="font-style: italic;">Large-Breed Dogs for Sale</span> or <span style="font-style: italic;">Large Dogs for Sale</span>.  <span style="font-style: italic;">Great Danes for Sale</span>, <span style="font-style: italic;">Doberman Pinchers for Sale</span> and <span style="font-style: italic;">Saint Bernards for Sale</span> would be examples of keywords for each of your other pages respectively.  It's possible to research the popularity of keywords and phrases before settling on your specific terms.  Google has a very nice tool to do this included in their adwords program.<br />
Once your keywords have been identified, you'll need to include them in the title and meta tags of the pages on your Web site.  Each page of your Web site should have a 6-10 word title that is keyword rich and written in a way that is meaningful for people as well as search engines.  The text that you use in your title will display as the link text for your site when it's returned in a search engine's listings.  For the most part, today's search engines ignore meta tags.  However, the description meta tag is still important and is widely used by engines.  All pages on your site should have a unique description.  The description should be between one and two sentences in length and should use your keywords to describe the content of your page.  The description that you provide will generally appear under the link for you site in a search engine's results.  Engines will, however, override your description and use different text on your page if they believe that different text is more relative to a specific search than your description.<br />
Once every page of your Web site is optimized so that engines and people can clearly understand your content and theme, you're ready to start working on building back links.  Back links are links to various pages of your site from other people's Web sites.  There are many programs and services out there that will help generate links, but the best way to get links is to give users something useful to which they will want to link.  Blogs, forums and free services are just a few things that you can add to your site to help generate links.  When asking users to link to your site, provide them with the anchor text that you would like them to use.  Your anchor text should be very similar to your page title except it shouldn't contain as many words.  Ideally, anchor text should be 3-5 words in length and should utilize the keywords for your page.<br />
If you create a site using old-fashioned common sense that has good, useful content that's easy for a person to use and understand, then your site should also be easy for search engines to understand, and you'll be well on your way to having a site that's optimized for search.]]></description>
			<content:encoded><![CDATA[Optimizing your Web site for search is largely a matter of applying simple, common sense practices to every page of your Web site and to your link building strategy.<br />
The very first step in Web site SEO is identifying your relevent keywords.  Keywords are the words or phrases that most closely describe each page of your site.  For example let's pretend that you have a Web site offering large-breed dogs for sale.  You have a homepage, a page featuring Doberman Pinchers, a page featuring Great Danes and a page featuring Saint Bernards.  <span style="font-style: italic;">Dogs for Sale</span> then would be a good example of a keyword phrase for your homepage.  However, <span style="font-style: italic;">Dogs for Sale</span> is very generic.  A better keyword phrase for your site might be <span style="font-style: italic;">Large-Breed Dogs for Sale</span> or <span style="font-style: italic;">Large Dogs for Sale</span>.  <span style="font-style: italic;">Great Danes for Sale</span>, <span style="font-style: italic;">Doberman Pinchers for Sale</span> and <span style="font-style: italic;">Saint Bernards for Sale</span> would be examples of keywords for each of your other pages respectively.  It's possible to research the popularity of keywords and phrases before settling on your specific terms.  Google has a very nice tool to do this included in their adwords program.<br />
Once your keywords have been identified, you'll need to include them in the title and meta tags of the pages on your Web site.  Each page of your Web site should have a 6-10 word title that is keyword rich and written in a way that is meaningful for people as well as search engines.  The text that you use in your title will display as the link text for your site when it's returned in a search engine's listings.  For the most part, today's search engines ignore meta tags.  However, the description meta tag is still important and is widely used by engines.  All pages on your site should have a unique description.  The description should be between one and two sentences in length and should use your keywords to describe the content of your page.  The description that you provide will generally appear under the link for you site in a search engine's results.  Engines will, however, override your description and use different text on your page if they believe that different text is more relative to a specific search than your description.<br />
Once every page of your Web site is optimized so that engines and people can clearly understand your content and theme, you're ready to start working on building back links.  Back links are links to various pages of your site from other people's Web sites.  There are many programs and services out there that will help generate links, but the best way to get links is to give users something useful to which they will want to link.  Blogs, forums and free services are just a few things that you can add to your site to help generate links.  When asking users to link to your site, provide them with the anchor text that you would like them to use.  Your anchor text should be very similar to your page title except it shouldn't contain as many words.  Ideally, anchor text should be 3-5 words in length and should utilize the keywords for your page.<br />
If you create a site using old-fashioned common sense that has good, useful content that's easy for a person to use and understand, then your site should also be easy for search engines to understand, and you'll be well on your way to having a site that's optimized for search.]]></content:encoded>
		</item>
	</channel>
</rss>
