<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>James Evesque</title>
	
	<link>http://jamesevesque.com</link>
	<description />
	<lastBuildDate>Tue, 16 Mar 2010 10:12:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/JamesEvesque" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="jamesevesque" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">JamesEvesque</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>My Paper Tiger, Music For God</title>
		<link>http://jamesevesque.com/my-paper-tiger-music-for-god/</link>
		<comments>http://jamesevesque.com/my-paper-tiger-music-for-god/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 03:50:38 +0000</pubDate>
		<dc:creator>James Evesque</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[Alabama]]></category>
		<category><![CDATA[Band]]></category>
		<category><![CDATA[Christian]]></category>
		<category><![CDATA[Hayden]]></category>
		<category><![CDATA[My Paper Tiger]]></category>
		<category><![CDATA[Rock]]></category>

		<guid isPermaLink="false">http://jamesevesque.com/?p=156</guid>
		<description><![CDATA[My paper Tiger is a Christian Rock band. I currently design and maintain the website for them. I am very happy with the results of my work on the designs of the website. Much of the CSS and PHP I used on My paper Tiger&#039;s Website Makes my websites theme possible. All of the work [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>My paper Tiger is a Christian Rock band. I currently design and maintain the website for them. I am very happy with the results of my work on the designs of the website. Much of the CSS and PHP I used on <a href="http://www.mypapertiger.net" target="_blank">My paper Tiger&#039;s Website</a> Makes my websites theme possible. All of the work I do for the website is free of charge as my way of donating to the bands cause.</p>
<p>My Paper Tiger currently plays many songs and some originals are my personal favorites. They are a local band in Hayden Alabama. If you wish to know more visit the website at MyPaperTiger.net or click the link above or the sidebar.</p>
<p>MPT, here is to your success,</p>
<p>Your webmaster,</p>
<p>-James Evesque.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesevesque.com/my-paper-tiger-music-for-god/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Removing .HTML Or .HTM From Website URLs</title>
		<link>http://jamesevesque.com/removing-html-or-htm-from-website-urls/</link>
		<comments>http://jamesevesque.com/removing-html-or-htm-from-website-urls/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 00:24:40 +0000</pubDate>
		<dc:creator>James Evesque</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[HTM]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Website Address]]></category>

		<guid isPermaLink="false">http://jamesevesque.com/?p=122</guid>
		<description><![CDATA[Here is a quick tip on making your websites look nicer in the address bar. It is something I have never been told, I just kind of found out on my own  many years ago and have been doing it for a long time now. It is kind of funny, I never really thought about [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Here is a quick tip on making your websites look nicer in the address bar. It is something I have never been told, I just kind of found out on my own  many years ago and have been doing it for a long time now. It is kind of funny, I never really thought about it much. one day I have .HTM on my website URL&#039;s , the next I don&#039;t. The reason I never noticed it was for the fact I did not try to make it happen. My first website was pure old fashioned HTML, like everyone else had.  example of my URL was:</p>
<blockquote><p>mysite.com</p></blockquote>
<p>Everyone else who had a website may have had something like this, but what about the other pages?</p>
<blockquote><p>mysite.com/contact.htm</p></blockquote>
<p>Yeah, that is pretty&#8230;</p>
<p>One day I ended up having lots of content in my root folder of my server. An example would be:</p>
<blockquote><p>index.php</p>
<p>contact.php</p>
<p>page.php</p>
<p>picture.jpg</p>
<p>banner.png</p>
<p>robots.txt</p>
<p>(And a lot more)</p></blockquote>
<p>So I decided to make folders for my pages, and put the items that go with the entire website in a special folder, and items that go to a single page is the pages folder. Making this:</p>
<blockquote><p>Index.php</p>
<p>contact/</p>
<p>page/</p>
<p>robots.txt</p>
<p>bin/</p></blockquote>
<p>After I did this, I found out that this URL will no longer work:</p>
<blockquote><p>mysite.com/contact</p></blockquote>
<p>I would have to use this one:</p>
<blockquote><p>mysite.com/contact/contact.php</p></blockquote>
<p>I sat for a moment then thought, why not rename the file to index.php?</p>
<p>After typing in this address, I saw something wonderful:</p>
<blockquote><p>mysite.com/contact</p></blockquote>
<p>Became:</p>
<blockquote><p>mysite.com/contact/</p></blockquote>
<p>NOT:</p>
<blockquote><p>mysite.com/contact/index.php</p></blockquote>
<p>Here is a general reason why, besides good programing.</p>
<p>index.php is a file the server looks for when no file is specified, for this reason, it does not show up on the address bar. The same for most index exentions, asp, htm, html, aspx, etc. If the file is not looked for, it will display it in the address bar.</p>
<p>In conclusion, in order to remove ugly file extensions from your websites:</p>
<ol>
<li> You must first make a folder for each page of your website with the pages name.</li>
<li>Rename your web pages to index.htm.</li>
<li>place the index file in the folder.</li>
<li>correct all code errors from the rename, have fun by the way.</li>
</ol>
<p>This will make your website more professional in the address bar. Another trick if you do not wish to do this is to just rename all your pages to have ASP or PHP, giving the look of a programmed website. You may have to fix internal links if you used the exact URL.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesevesque.com/removing-html-or-htm-from-website-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to, Prevent, Catch, Stop Identity Theft</title>
		<link>http://jamesevesque.com/how-to-prevent-catch-stop-identity-theft/</link>
		<comments>http://jamesevesque.com/how-to-prevent-catch-stop-identity-theft/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 15:56:59 +0000</pubDate>
		<dc:creator>James Evesque</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Information]]></category>
		<category><![CDATA[Identity Theft]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://jamesevesque.com/?p=107</guid>
		<description><![CDATA[Identity Theft Identity theft, in short, is the illegal act of pretending to be someone else by using personally identifying information such as your name, Social Security number or even your credit card number to gain access to bank accounts, as well as commit many other crimes. The crimes can very by a large degree. [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><strong>Identity Theft</strong></p>
<p>Identity theft, in short, is the illegal act of pretending to be someone else by using personally identifying information such as your name, Social Security number or even your credit card number to gain access to bank accounts, as well as commit many other crimes.</p>
<p>The crimes can very by a large degree. Thieves may rent buildings, start accounts for phone lines, and credit cards and make tons of purchases. You may not learn about the theft until you have looked over your credit report, credit card statement or even worse, contacted by a debt collector.</p>
<p>Sometimes, thankfully, victims can fix the problems fast. But still, many spend hundreds of dollars and many days and nights fixing damages by identity theft, including their good name and credit record. Those who are victims may lose out on job openings, loans, housings and cars. In rare cases, be arrested for crimes they did not commit.</p>
<p><strong>How  Identity Theft Works</strong></p>
<p>Identity Theft begins with taking personal identification information. A few would be your Social Security Number, Credit Card Numbers, Account Information.</p>
<p>There are a few ways thieves use to gain this information:</p>
<ul>
<li> Dumpster Diving. One of the older methods, still practiced today. Mainly for the fact, it still works. They look for bills, and anything with clues to who you are. Get a paper shredder that cross cuts, or use a fireplace. Give them nothing to find.</li>
</ul>
<ul>
<li>Phone Scams. They are the analog versions of Phishing. They will call you and pretend to be who they are not. Never give out information this way. A real company or bank knows this is not a secure method of information transfer. This method is old but still used, because it works, do not let it work for you.</li>
</ul>
<ul>
<li>Phishing. Like phone scams, they pretend to be someone they are not. They will send spam to your email, requesting your information. They may even have links to a &#034;fake&#034; version of real trusted websites. They can even go as far as putting viruses and spyware on your computer to catch your information being used online and send it to them without you knowing. Never open email you don&#039;t know exactly where it is from.</li>
</ul>
<ul>
<li>Changing your address. They move your billing statements to another location by using a change address form. Take note if you miss a bill statement, and check your billing address.</li>
</ul>
<ul>
<li>Stealing. Yes it is kind of without saying. They steal wallets and purses, mail, bank and credit card statements, pre-approved credit offers, new checks or tax information. They may steal personnel records or bribe the ones who have access. Always  kill credit cards, debt cards, and any other method of getting to your funds and file a report. Never carry information you do not need, such as your Social Security Number,  passport, or  birth certificate. Memorize you Social Security Number and keep it safe and out of site.</li>
</ul>
<ul>
<li>Pretexting. They use false information to get your information from financial institutions, phone company&#039;s and other places.</li>
</ul>
<p><strong>What can be done once they have your information</strong></p>
<p><em>Credit Cards</em></p>
<ul>
<li>They can open new accounts, such as credit cards in your name. When they use the cards and do not pay the bills, the delinquent accounts appear on your credit report.</li>
</ul>
<ul>
<li>They may change the billing address to your current credit cards, so you no longer get bills. Then they will charge the account. Without the bills, you may not notice a problem very quickly.</li>
</ul>
<p><em>Utilities.</em></p>
<ul>
<li>Open a phone and wireless account in your own name.</li>
</ul>
<ul>
<li>They may even charge to youe existing account.</li>
</ul>
<ul>
<li>Use your name to get utility services such as electricity, heating or even cable.</li>
</ul>
<p><em>Bank.</em></p>
<ul>
<li>Create fake checks using your name or account numbers.</li>
</ul>
<ul>
<li>Open a bank account in your name and write bad checks.</li>
</ul>
<ul>
<li>Clone your ATM card and make electronic withdrawls from your accounts.</li>
</ul>
<ul>
<li>Take out a loan in your name.</li>
</ul>
<p><em>Government.</em></p>
<ul>
<li>Get a driver license or official ID with your name and their picture.</li>
</ul>
<ul>
<li>Use your name and social security to get government benefits.</li>
</ul>
<ul>
<li>They can even file fake tax returns.</li>
</ul>
<p><em>Other crimes.</em></p>
<ul>
<li>Get a job in your name using your social security number.</li>
</ul>
<ul>
<li>Rent a house or apartment in your name.</li>
</ul>
<ul>
<li>They may give your personal information to the police during an arrest. When they do not show up, a warrant for arrest is issued in your name.</li>
</ul>
<p><strong>Ways to find out if your a victim</strong></p>
<p>Monitor all bank accounts each month, and your credit report on a regular basis. Doing this can limit damages caused by criminal actions, saving you time, money, and frustration<em>.</em></p>
<p><em>Sadly, most find out about the stolen identity after the fact</em></p>
<ul>
<li>You may find out by a bill collector, when they contact you for debts you never gained yourself.</li>
</ul>
<ul>
<li>You may find out when you apply for loans and you bad credit is stopping you.</li>
</ul>
<ul>
<li>You may find out when you get mail on an apartment you never rented, A house, or even Job.</li>
</ul>
<p><strong>What should you do if you find yourself a victim</strong></p>
<ul>
<li>File a police report, check your credit reports, call creditors, and fight transactions you did not start. Time is critical to keeping your good name.</li>
</ul>
<ul>
<li>The best place to start if you have been a victim is to check out this website. It is a .GOV website, so it is created by the U.S. Government.</li>
</ul>
<p>Here is the link:</p>
<p><a href="http://www.ftc.gov/bcp/edu/microsites/idtheft/index.html" target="_blank">Stop Identity Theft</a></p>
<p>I hope this has been help to you. I will continue to update this as I find more information.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesevesque.com/how-to-prevent-catch-stop-identity-theft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Networking versus Email</title>
		<link>http://jamesevesque.com/networking-versus-email/</link>
		<comments>http://jamesevesque.com/networking-versus-email/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 12:23:30 +0000</pubDate>
		<dc:creator>James Evesque</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[FireFox]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://jamesevesque.com/?p=31</guid>
		<description><![CDATA[Email is one of the best ways to send information over the internet. There is no buddy this, friend that, add this contact, accept this, accept that. It is true, Social Networks, such as Facebook, Twitter, Myspace make it easy to stay connected with friends, family, and people around the world. These tools are powerful [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Email is one of the best ways to send information over the internet. There is no buddy this, friend that, add this contact, accept this, accept that. It is true, Social Networks, such as Facebook, Twitter, Myspace make it easy to stay connected with friends, family, and people around the world. These tools are powerful but one forgets something very important using these tools. Not everyone uses the same network, or all networks. As of the days of Friendsters are long gone, (Some have not gotten the memo yet), other networks will also come and go to. MySpace is quickly becoming only for Music and Music Fans, it should be called MusicSpace, Facebook is great for most connections to basically anyone, but sometimes you do not want someone on your connections list, for almost any reason.</p>
<ul>
<li>Too many people equals too much spam, in the form of news, posts, updates.</li>
</ul>
<ul>
<li> You may not trust someone with your information or just don&#039;t want to share it, even when you make sure not to share too much, I personally have nothing to hide, nor do I really care what anyone finds on me. My name is a website after all.</li>
</ul>
<p>LinkedIn is a great way to connect with most in the name of business, saving your facebook from your boss&#039;s eyes. Think about it, you take a sick day, he gets on Facebook and you have a long post about your fishing trip and that trophy shot.</p>
<p>Oops?</p>
<p>But what is the one thing all social media networks have in common? They require an email address. There is a reason for that, everyone who was not born yesterday has one. The only issue is, well quite frankly, email is boring, and unless you know where it came from, is sometimes unsafe. Not to mention you have to manually check it every day unless you have something checking it for you. It is not just on your end either, you have most people never using an email, using facebook for everything, and checking email maybe once a year at the most. I can&#039;t help them unless they read this, but I can help you. There are a lot of programs you could run in the background, slowing you computer down, and turning one on only now and then, well it never lasts.</p>
<p>But never fear, there is a solution. FireFox. I have looked for a plugin that would actually work for most email types. Gmail, Hotmail, Yahoo, POP3, ect. I have finally found it. This plugin will allow you to set up and many emails as you want to check, how often to check them, when your on the internet. Also, you can click the email icon on the bottom right of the browser, and hit &#034;check now&#034; or a specific email address. The icon has a number over it and becomes gold when you have an unread email. click it, and a new tab opens for each email address that has mail.</p>
<p>This add on is called, the WebMail Notifier, and it is the cleanest, most professional plugin for firefox I have ever seen. The menus are well organized, fast, and easy to understand. If you only ever get one add on for FireFox, it should be this one. It is the most used part of my Browser that did not come with it.</p>
<p>&#034;WebMail Notifier checks your webmail accounts and notifies the number of unread emails&#8230;<br />
Supports : gmail, yahoo, hotmail, aol, daum, naver, nate, paran, POP3/IMAP and more.&#034;</p>
<p>You can get to the <a href="https://addons.mozilla.org/en-US/firefox/addon/4490" target="_blank">WebMail Notifier here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesevesque.com/networking-versus-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keep Classic Google Home Page</title>
		<link>http://jamesevesque.com/keep-classic-google-home-page/</link>
		<comments>http://jamesevesque.com/keep-classic-google-home-page/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 05:46:58 +0000</pubDate>
		<dc:creator>James Evesque</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Classic Google Homepage]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Homepage]]></category>
		<category><![CDATA[iGoogle]]></category>

		<guid isPermaLink="false">http://jamesevesque.com/?p=20</guid>
		<description><![CDATA[When using iGoogle, the website will send you that version of the homepage, even when your homepage is Google.com. The reason is Google checks the lasts version you had and then thinks it is the version you use. Many people love iGoogle but want to have a fast homepage like the classic Google homepage. In [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>When using iGoogle, the website will send you that version of the homepage, even when your homepage is Google.com. The reason is Google checks the lasts version you had and then thinks it is the version you use. Many people love iGoogle but want to have a fast homepage like the classic Google homepage.</p>
<p>In order to keep your classic homepage and use iGoogle, normally you would have to return the the classic home page before leaving Google. Now this is somewhat annoying if nothing else. But if you use this link below as your home page, it will tell Google to give you the classic version every time, bypassing the last version check. This is possible since this link is the link to the classic version of the home page found on the iGoogle version of the website.</p>
<p>Here it is:</p>
<p><a href="http://www.google.com/url?sa=p&amp;pref=ig&amp;pval=1&amp;q=/webhp%3Frls%3Dig" target="_blank">http://www.google.com/url?sa=p&amp;pref=ig&amp;pval=1&amp;q=/webhp%3Frls%3Dig</a></p>
<p>Copy and paste it into your hompage url box in your browser settings. Firefox should have it in tools, Internet explorer should have it in properties, right click the IE icon on your desktop, click properties, it should be in a tab.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesevesque.com/keep-classic-google-home-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Bookmark Toolbar Trick: Remove The Bookmark Text</title>
		<link>http://jamesevesque.com/firefox-bookmark-toolbar-trick-no-text/</link>
		<comments>http://jamesevesque.com/firefox-bookmark-toolbar-trick-no-text/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 05:34:55 +0000</pubDate>
		<dc:creator>James Evesque</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Bookmark tool bar]]></category>
		<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[FireFox]]></category>

		<guid isPermaLink="false">http://jamesevesque.com/?p=18</guid>
		<description><![CDATA[One really cool feature of FireFox, (out of the few million to choose from) is the bookmark tool bar under the address bar. One issue though is that the space you have to work with is not always a lot. Right clicking on the icon, you can change the text, normally you will remove the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>One really cool feature of FireFox, (out of the few million to choose from) is the bookmark tool bar under the address bar. One issue though is that the space you have to work with is not always a lot. Right clicking on the icon, you can change the text, normally you will remove the extra text and leave the name of the name of the website.</p>
<p>In example: &#034;Facebook.com | Home&#034;</p>
<p>You would remove the extra, &#034;.com | Home&#034;</p>
<p>In result: &#034;Facebook&#034;</p>
<p>Now this is a great habit, but somthing even better would be removing all text. Why? Well think about it, Facebook has a very unique blue icon. Most websites do. If you know the site by the icon the text is not needed. Most people do not know that the text can be removed 100%.</p>
<p>To remove the text, right click on your bookmark on the toolbar, go to properties, at the top click on the title text. Then, remove it all and hit enter. Nothing left but the icon, and no ugly gap will show up between where the text used to be and the icon.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesevesque.com/firefox-bookmark-toolbar-trick-no-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

