
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>MilesTree - A place to Publish and Read Research online</title>
	<atom:link href="http://www.milestree.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.milestree.com</link>
	<description>You are an independent researcher</description>
	<lastBuildDate>Sat, 19 May 2012 07:51:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySQL FullText search &#8211; fixing stop words &amp; character limit</title>
		<link>http://www.milestree.com/php/mysql-boolean-search-fixing-stop-words-character-limit</link>
		<comments>http://www.milestree.com/php/mysql-boolean-search-fixing-stop-words-character-limit#comments</comments>
		<pubDate>Sat, 19 May 2012 07:22:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.milestree.com/?p=1250</guid>
		<description><![CDATA[Searching is the inherent part of any database driven web application or CMS, when you are asked to create a custom CMS by a customer. sooner of later you have to build a search engine for his site. Fortunately MySQL has an awesome feature called fulltext search to do this for you.
Unfortunately preconfigured mysql installation comes with list [...]]]></description>
			<content:encoded><![CDATA[<p>Searching is the inherent part of any database driven web application or CMS, when you are asked to create a custom CMS by a customer. sooner of later you have to build a search engine for his site. Fortunately MySQL has an awesome feature called fulltext search to do this for you.</p>
<p>Unfortunately preconfigured mysql installation comes with list of <a href="http://dev.mysql.com/doc/refman/5.6/en/fulltext-stopwords.html">stop words</a> and some words need be absent from this list and plus there is irritating character limit that mysql ignore&#8217;s any word which is less than 4 character. This makes this use of mysql search very limited.</p>
<p>if you are looking for how to use mysql full text searching visit</p>
<p><a href="http://www.artfulcode.net/articles/full-text-searching-mysql/">Full-text searching with MySQL</a></p>
<p>okay coming back to our problem;</p>
<p>Login to mysql using phpmyadmin or any other interface and browsing for database called &#8220;<strong>information_schema</strong>&#8221; it will have a table called &#8220;<strong>GLOBAL_VARIABLES</strong>&#8221; into this table somewhere you will find two rows</p>
<p>FT_MIN_WORD_LEN  = 4</p>
<p>FT_STOPWORD_FILE = built-in</p>
<p>This two values should  be changed to 3 and a path to your own stop word file. Because this is not a real table but just a view mapping from mysql configurations you cannot directly edit this table. You will need to edit the mysql&#8217;s configuration file called &#8220;my.cnf&#8221;.</p>
<p>The location of this file on ubuntu can be found at /etc/mysql/my.cnf edit this file by adding two lines just below the start of  [mysqld] section.</p>
<div id="_mcePaste">[mysqld]</div>
<div id="_mcePaste">#</div>
<div id="_mcePaste"># * Basic Settings</div>
<div id="_mcePaste">#</div>
<div id="_mcePaste">ft_stopword_file=/etc/mysql/ft_stop.txt</div>
<div id="_mcePaste">ft_min_word_len=3</div>
<p>NOTE : you need to create a file &#8220;/etc/mysql/ft_stop.txt&#8221; with all your stopwords separated by commas.  You can download standard stopword file from  and edit that.</p>
<p><a href="http://meta.wikimedia.org/wiki/MySQL_4.0.20_stop_word_list">MySQL 4.0.20 stop word list</a></p>
<p>Now restart the mysql server you will notice that values in <strong>GLOBAL_VARIABLES</strong> has been updated Next you need to rebuild  full text indexes by clicking &#8220;T&#8221; icon right to the field in each table, you can do this from phpmyadmin. Any data inserted after this period  will be automatically indexed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.milestree.com/php/mysql-boolean-search-fixing-stop-words-character-limit/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Glance at Document DRM Solutions</title>
		<link>http://www.milestree.com/drm/glance-at-document-drm-solutions</link>
		<comments>http://www.milestree.com/drm/glance-at-document-drm-solutions#comments</comments>
		<pubDate>Wed, 22 Feb 2012 11:17:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DRM]]></category>

		<guid isPermaLink="false">http://www.milestree.com/?p=1218</guid>
		<description><![CDATA[Below list contains some companies products who are selling document DRM solution (used for creating protected copyrighted documents), while DRM scope is in varied media formats like documents, video, audio or flash but this article is discussing only DDRM.
From research I found that in DDRM (document digital right management) big chunk of customers come from [...]]]></description>
			<content:encoded><![CDATA[<p>Below list contains some companies products who are selling document DRM solution (used for creating protected copyrighted documents), while DRM scope is in varied media formats like documents, video, audio or flash but this article is discussing only DDRM.</p>
<p>From research I found that in DDRM (document digital right management) big chunk of customers come from manufacturing or core engineering group, this sounds little awkward though, otherwise as expected educational institution, training provider, multimedia publishers, research journals are the clients</p>
<p>This generation of DRM protection systems are much more strong but no system is 100% full proof specially if cracker is determined to break into a file nobody can stop him, in this situations whether to use DRM or not is a question, of-course normal peoples cannot crack something unless cracker has released automated version of him crack algorithms.</p>
<p>In most cases DRM implementations relies on Server and client side of application to create and allow consumption of the content, this makes it non-appealing to readers, now because adobe has its popular Adobe PDF reader readers should be comfortable downloading their Digital edition reader. Most solutions are supporting PDF formats as enterprise data are mostly crafted in PDF format.</p>
<p>Some of these companies have created free plugins for popular CMS like Joomla and wordpress and many aspire to create one, this should make their platform popular and could also generate new stream of business.</p>
<p><strong>Adobe CS</strong></p>
<p>Cost : approx 5000$ directly bought from adobe.</p>
<p>Formats : PDF, Epub</p>
<p>Developed in : Java</p>
<p><strong>LockLizard</strong></p>
<p>http://www.locklizard.com/purchase_digital_rights_management.htm</p>
<p>Cost : approx 6500$ for permanent license</p>
<p>Formats : PDF</p>
<p><strong>DRM-X</strong></p>
<p>http://www.drm-x.com/</p>
<p>Formats : Epub, PDF</p>
<p>Development : Works in Web services mode with PHP</p>
]]></content:encoded>
			<wfw:commentRss>http://www.milestree.com/drm/glance-at-document-drm-solutions/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geeklist of Programming and Software Buzzwords</title>
		<link>http://www.milestree.com/software/geeklist-of-programming-and-software-buzzwords</link>
		<comments>http://www.milestree.com/software/geeklist-of-programming-and-software-buzzwords#comments</comments>
		<pubDate>Mon, 20 Feb 2012 10:48:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.milestree.com/?p=1197</guid>
		<description><![CDATA[Well these are not really buzzwords  or new to you, they are technical slang or popular words used and understood amongst computer software professionals. These words can be used for finding your companies domain name or choosing a product name. Anyone reading this post help to make this list bigger
web, com, soft, code, click, app, [...]]]></description>
			<content:encoded><![CDATA[<p>Well these are not really buzzwords  or new to you, they are technical slang or popular words used and understood amongst computer software professionals. These words can be used for finding your companies domain name or choosing a product name. Anyone reading this post help to make this list bigger</p>
<p>web, com, soft, code, click, app, dot, digital, tech, mod</p>
<p>i,  e,</p>
<p>commerce, cart, zine</p>
<p>test, tools, package</p>
<p>bug, widget</p>
<p>func, foo,</p>
<p>info, map,</p>
<p>solutions,  virtual</p>
<p><em><strong>Some suffix</strong></em></p>
<p>-fied, -matics</p>
<p>=== Some non-technical words that can be combined to above ===</p>
<p>pro, point, link, media, book, board, works, design, line, time, words, new, like, practical, pal, go</p>
]]></content:encoded>
			<wfw:commentRss>http://www.milestree.com/software/geeklist-of-programming-and-software-buzzwords/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>File path to Unique Integer ID &#8211; Directory manager</title>
		<link>http://www.milestree.com/php/file-path-to-unique-integer-id-directory-manager</link>
		<comments>http://www.milestree.com/php/file-path-to-unique-integer-id-directory-manager#comments</comments>
		<pubDate>Mon, 13 Feb 2012 11:53:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.milestree.com/?p=1189</guid>
		<description><![CDATA[This problem is often faced by developers who want to create widgets like directory managers programmatically by scanning files from the root directory, when you do directory level operations like cd, rename or delete directory, then it is necessary to have an identifier variable or id for that file/directory.
As everyone would know that for any [...]]]></description>
			<content:encoded><![CDATA[<p>This problem is often faced by developers who want to create widgets like directory managers programmatically by scanning files from the root directory, when you do directory level operations like cd, rename or delete directory, then it is necessary to have an identifier variable or id for that file/directory.</p>
<p>As everyone would know that for any file or directory its complete path is unique value and can be used as an id. But because it can long and contains special characters plus its visible nature allows client side manipulation posing great security risk it is not at all useful to use path string directly as id.</p>
<p>One can use base64_encode and decode functions but they create long ids. So this article will try to elaborate how we can assign a unique integer value to each file/dir entry. Another important restriction is this should be OS independent, so no os level file routine can be used.</p>
<p>This algorithm is programming language based suppose you use Java it will vary or in php it will be different but both the languages are capable of doing this. Current sample is for php</p>
<p><a href="http://www.milestree.com/wp-content/uploads/2012/02/DSC_0001.jpg"><img class="alignnone size-full wp-image-1190" title="DSC_0001" src="http://www.milestree.com/wp-content/uploads/2012/02/DSC_0001.jpg" alt="file unique integer id algorithm" width="500" height="375" /></a></p>
<p>Any directory schema like this is hierarchical representation by operating system, we should be able to reach at any file/dir by going downward into folders and going leftward to files.</p>
<p>We need to find out restriction variables (aka variables for restricting degree of freedom) for each entry, for example if we know how deeper a file entry is then we know Y value. This way we already know approximately where the file is.</p>
<p>If we somehow order the files in a certain directory by a logic then we can assign numbers to them by their order this will be fixing our X variable, A typical guess how to order them is by their names.</p>
<p>Any file entry :</p>
<p>e = f (X,Y)</p>
<p><strong>Getting Y part</strong></p>
<p>Y = fy (curerntDir -RootDir) // take the different of these two and calucalte number of DS(&#8220;/&#8221;)</p>
<p><strong>Getting X part</strong></p>
<p>var files = scandir(currentDir);</p>
<p>files = sort(files) // sort them by name</p>
<p>files is an array with key value pair. &#8220;keys&#8221; are X value</p>
<p>Now that we have obtained X and Y we need to calculate a unique number from this to pair, which will be id</p>
<p>id = f id(X, Y)</p>
<p>a simplest example is</p>
<p>id = X+Y; // this will not work in all the cases when number of files in a directory is &gt; 9, you need to find out your own logic</p>
<h2>Decryption</h2>
<p>Suppose we have id = 12 which we want to trace back.</p>
<p>so X=1, Y = 2 // very simple ..LOL!, try to find out</p>
<p>blah &#8230; blah ..blah</p>
]]></content:encoded>
			<wfw:commentRss>http://www.milestree.com/php/file-path-to-unique-integer-id-directory-manager/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trade off between Contact form &amp; Email hyperlink</title>
		<link>http://www.milestree.com/internet/trade-off-between-contact-form-email-hyperlink</link>
		<comments>http://www.milestree.com/internet/trade-off-between-contact-form-email-hyperlink#comments</comments>
		<pubDate>Thu, 09 Feb 2012 08:48:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.milestree.com/?p=1168</guid>
		<description><![CDATA[You are a proud owner of a blog or business site or a portfolio showing expertise and work, peoples should be able to contact you, what would you do? keep and hyperlink in plaintext format there ready to be engulfed by spam bots or create a contact form with little bit of php coding..! Or [...]]]></description>
			<content:encoded><![CDATA[<p>You are a proud owner of a blog or business site or a portfolio showing expertise and work, peoples should be able to contact you, what would you do? keep and hyperlink in plaintext format there ready to be engulfed by spam bots or create a contact form with little bit of php coding..! Or do entirely new thing like inserting your email into an image.</p>
<p>What to do? if you hosting server dont have good spam filtering software Chinese will bombard you daily with 100s of  junk and mails with malicious codes, of course they can be deleted but some condition it can be disastrous when some naive is using email account from your server who can by mistake or unknowably open those emails containing exe files.<span id="more-1168"></span></p>
<p>A plaintext mail certain attract lots of junk email, but the contact form has one drawback that if inquirer has mistakenly entered his reply email address misspelled you have no way of reaching that person again, an option can be asking him to provide alternate email or contact number.</p>
<p>The other option of adding a image containing email text is not of much help because today&#8217;&#8217;s software based OCR  (Optical character recognition)tools have become so smart that they can crack any format with high obfuscation no help..! plus it will be certainly little inconvenient for peoples to actually look and write them.</p>
<p>What is your preference?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.milestree.com/internet/trade-off-between-contact-form-email-hyperlink/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakeEmail Could not send email &#8211; Cakephp Error!</title>
		<link>http://www.milestree.com/php/cakeemail-could-not-send-email-cakephp-error</link>
		<comments>http://www.milestree.com/php/cakeemail-could-not-send-email-cakephp-error#comments</comments>
		<pubDate>Thu, 09 Feb 2012 07:02:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.milestree.com/?p=1163</guid>
		<description><![CDATA[This is happening in Cakephp 2.x.x, when you try to use CakeEmail library instead of Email Component.  Actually newer method is much more powerful and supports multiple ways of sending emails, it is also thorough in giving proper information why email sending was failed.
Cake2 was heavily refactered to accept many of its new design pattern [...]]]></description>
			<content:encoded><![CDATA[<p>This is happening in Cakephp 2.x.x, when you try to use CakeEmail library instead of Email Component.  Actually newer method is much more powerful and supports multiple ways of sending emails, it is also thorough in giving proper information why email sending was failed.</p>
<p>Cake2 was heavily refactered to accept many of its new design pattern from great java so this time cake veterons have started using try/catch block to get the results instead of boolean return value.</p>
<p>To fix this problem surround the send method for example</p>
<pre>

try{
$this-&gt;email-&gt;send($this-&gt;data['Contact']['body']);
// success message
}catch(Exception $e){
// failure message details echo $e-&gt;getMessage();
}
</pre>
<p>This would prevent lot of garbage stacktrace bring displayed to users.</p>
<p>Now why cakeEmail not sending mails? If you are using &#8220;Network/Email&#8221; as constructor parameter for example:</p>
<pre>
App::uses('CakeEmail', 'Network/Email');
$this->email = new CakeEmail();
</pre>
<p>So &#8220;Email&#8221; is used for sending mails via php mail() function and internally if mail() function is returning error means your mail server (For example PostFix) it not working correctly or even may be installed. This problem will happen quite often when developing at local machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.milestree.com/php/cakeemail-could-not-send-email-cakephp-error/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Science as organized knowledge cannot be trusted</title>
		<link>http://www.milestree.com/notion/science-as-organized-knowledge-cannot-be-trusted</link>
		<comments>http://www.milestree.com/notion/science-as-organized-knowledge-cannot-be-trusted#comments</comments>
		<pubDate>Tue, 07 Feb 2012 12:02:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[notion]]></category>

		<guid isPermaLink="false">http://www.milestree.com/?p=1132</guid>
		<description><![CDATA[Science has proved profitable for every human in this planet. Peoples only trust and start believing on anything that proves itself, At later stage it develops of blind faith on that system or discipline begins. We have seen the same thing with science.
In earlier time most scientific discoveries were accidental but they really proved to [...]]]></description>
			<content:encoded><![CDATA[<p>Science has proved profitable for every human in this planet. Peoples only trust and start believing on anything that proves itself, At later stage it develops of blind faith on that system or discipline begins. We have seen the same thing with science.</p>
<p>In earlier time most scientific discoveries were accidental but they really proved to be a boon to human race. At later stage some scientists started giving theories which couldn&#8217;t be testified in all cases, so this method of doing research was abandoned. Today what goes on scientific laboratories is by &#8220;trial and hit&#8221; method to get something useful another major procedure is analysis of statistical data collected by surveys.</p>
<p>What is science? &#8220;what you have seen working or experienced in someway is a fact it is used as a stepping stone for later discovery&#8221;. I am the student from science stream and found many multiple loop holes in theories scientist have coined from past.<span id="more-1132"></span></p>
<p><strong>Energy </strong>- Initially we only believed matters which can be hold on hands and felt by its weight or felt in someway, now they have a supernatural thing called Energy without any knowlege or clear definitions of what it is?</p>
<p>Some have tried fooling peoples by saying that it is the state of matter with higher vibration level in their atoms? but that is not an answer an child can say where that extra amount of vibration comes from? that is energy! Actually those fellow were solely interested in Noble price. They wickedly somehow wrapped up remaining questions like a politicians. They have blinded  everyone.</p>
<p><strong>Tiny particles </strong>- It was already known since ancient times that matter is composed of tiny particles for example body is made of cells, cell are broken into molecules, molecules into atoms and atoms into nuclear particles like electron, photon and neutrons. A question further exist, what makes electron ?  they peoples cowardly chickened out by saying cloud of energy, what does that mean?</p>
<p><strong>Living Being</strong> &#8211; What makes a body living? there is no answer to this question if you ask them. They say brain has stopped working or heart not pumping blood anymore but that is not the answer. If you examine the body of a dead man who died healthy to a living man they cannot find and difference which could have caused death. What has caused brain or heart to stop functioning? No answers!</p>
<p><strong>Theory on Waves </strong>- This is most diagrammatic series of events that occurred inside scientific community. First they said sound is a wave made of mutually striking layers of air particles, when the same logic was not enough on why light can travel without air they came up with new incomprehensible medium called <em>ether </em>which when failed new buzzword was coined &#8220;<em>Electromagnetic waves</em>&#8220;, btw what is electromagnetic waves? No answer!</p>
<p>For every last questions when asked these peoples only have an insane politician like answer which sounds stupid.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.milestree.com/notion/science-as-organized-knowledge-cannot-be-trusted/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Myths spread on Hinduism</title>
		<link>http://www.milestree.com/spirituality/myths-spread-on-hinduism</link>
		<comments>http://www.milestree.com/spirituality/myths-spread-on-hinduism#comments</comments>
		<pubDate>Tue, 07 Feb 2012 11:37:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[spirituality]]></category>

		<guid isPermaLink="false">http://www.milestree.com/?p=1119</guid>
		<description><![CDATA[What is today known as Hinduism is a foreign terminology given by raiders from middle east to vedic peoples because to reach them they had to cross Hindukush mountains ranges. This word is never used in ancient literature and never it was an organized religion like other, it was a compilation of text and literature passed on from mouth to mouth, [...]]]></description>
			<content:encoded><![CDATA[<p>What is today known as Hinduism is a foreign terminology given by raiders from middle east to vedic peoples because to reach them they had to cross Hindukush mountains ranges. This word is never used in ancient literature and never it was an organized religion like other, it was a compilation of text and literature passed on from mouth to mouth, these revelation were first experienced by ancient Yogis.</p>
<p>Just as any religion or any system later distorts from its original forms so as this. Sole purpose of any religious system was self realization and peace which today is distorted and create rifts of hatred between different beliefs.</p>
<p>Faith in god was once used to control peoples for self gain by religious cult and kings. Religious establishments like Temples,  Church, Mosque have turned into commercial buildings.<span id="more-1119"></span></p>
<p>Nothing in the material world can be unaffected by <em>kaal</em> (Time) so is this. The whole writings from past is today mistranslated in a wrong way. To a great extent the reason is inherent limitation of languages and noise that adds along with time. All those Sanskrit words are today use in a very different sense.</p>
<p>Also if we say some of those literature were written with pure form of  realization it was accompanied and later mingled with imaginative or belief oriented work  which is inevitable in time span of 5000 year s, now how you will find gold in mud also there is no way to test them. The very basic qualification is to learn vedic Sanskrit before you can hope anything.</p>
<p>Before you make any judgement on what is today called Hinduism you will need some research on your own over the original source of information from this religion, by just looking at todays indians who are now directionless and blind follower of west one will make certainly wrong opinion about their roots.</p>
<p><strong>Some facts and Myths</strong></p>
<p><strong>Hinduism has 133 Gods</strong> &#8211; This is wrong there is only one god and rests are his helping hands they are given respect for example Brahms is called creator they are worshiped but only Vishnu is God.</p>
<p><strong>Number of Species</strong> &#8211; In Padma purana (1500 years back) it is precisely stated that total number of species on planet earth is 8.4 millions whereas scientists have first came close  to same digits (1.8 m) and then later speculation is very close to it  (8.7 m)&#8230; though its impossible for them to calculate exact number.</p>
<p><strong>Sprite Conservation Principal</strong> &#8211; If every living beings are driven by <em>Atma </em>(sole), how come the human population increasing and from where new soles are coming? this is a very funny materialistic and mundane analysis of this and the answer to this question is when there are 8.7 million species on the earth and on every species countless living beings how come the shortage of &#8220;Atma&#8221; will arise?</p>
<p><strong>Position of man</strong> &#8211; Many ancient literature have regarded humans as top living form in hierarchical chain. This sounds very logical to anyone,  human can control all animals, they can safeguard themselves in dangerous conditions, humans can enjoy delicious cuisine and variety in sex, powerful/clever brain to build technology. So if anyone accept above statement the only ground is that humans can do so and so things for their entertainment. Which is not why vedic scriptures termed man as supreme of all creators, but due to some other reason explain it this article is out of scope.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.milestree.com/spirituality/myths-spread-on-hinduism/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What do chinese get by sending spam emails</title>
		<link>http://www.milestree.com/internet/what-do-chinese-get-by-sending-spam-emails</link>
		<comments>http://www.milestree.com/internet/what-do-chinese-get-by-sending-spam-emails#comments</comments>
		<pubDate>Tue, 07 Feb 2012 04:04:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://www.milestree.com/?p=1110</guid>
		<description><![CDATA[If india is pivot point for circulating pirated content, using illegitimate cooy of software free and downloading lots of media. Chinese boys are trying to learn the art of hacking, through phishing and spam mails.
If you have your personal email address like john.doe@example.com which is not hosted by popular email services like Gmail, hotmail or yahoo most probable that you [...]]]></description>
			<content:encoded><![CDATA[<p>If india is pivot point for circulating pirated content, using illegitimate cooy of software free and downloading lots of media. Chinese boys are trying to learn the art of hacking, through phishing and spam mails.</p>
<p>If you have your personal email address like john.doe@example.com which is not hosted by popular email services like Gmail, hotmail or yahoo most probable that you are a victim of email spam. Actually Gmail spam filters are so smart that Chinese spammers are unable to reach normal public.</p>
<p>They usually include doc or exe files as a email attachment if that is tried to run your computer will be infected by spyware..! I hope they will also be trying to send XSS attacks where malicious scripts are included in the text body of email. So opening those email itself is dangerous. If you are using risky email clients that dont not parse email body before displaying them it can be hazardous.</p>
<p>It is logical  to think that they use spam bots to do this and not manual, otherwise it doing this boring and disappointing job so ruthlessely is not a human can do. Occassionaly they will hit something in the mud.</p>
<p>Suppose you are the administrator of companies server containing websites, and critical information resource about company, if you are use webmin and multiple users are accessing email through it there will be some users who can click spammed message or open doc file. So its better to information all email users and make sure that you are using spam filter script such as &#8220;spamassassin&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.milestree.com/internet/what-do-chinese-get-by-sending-spam-emails/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Things that Windows 7 missed out from XP</title>
		<link>http://www.milestree.com/computing/things-that-windows-7-missed-out-from-xp</link>
		<comments>http://www.milestree.com/computing/things-that-windows-7-missed-out-from-xp#comments</comments>
		<pubDate>Tue, 07 Feb 2012 03:01:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[computing]]></category>

		<guid isPermaLink="false">http://www.milestree.com/?p=1101</guid>
		<description><![CDATA[Most of are using Windows OS, may this post is heard by Bill gates or anyone from MicroSoft and we get a rectification in later version of Windows, here is the list of things that were better in Windows XP  but neglected or spoiled in Windows Vista/7
Taskbar Network Icon
Remember there used to be two computer icons [...]]]></description>
			<content:encoded><![CDATA[<p>Most of are using Windows OS, may this post is heard by Bill gates or anyone from MicroSoft and we get a rectification in later version of Windows, here is the list of things that were better in Windows XP  but neglected or spoiled in Windows Vista/7</p>
<p><strong>Taskbar Network Icon</strong><br />
Remember there used to be two computer icons blinking in blue/black whenever a network connection is available and when any program like browser or downloading apps like utorrent are talking to remote computer they are start blinking, it was precis way of notify local user that this is your computer and that is remote computer which is responding or unreachable, in Windows 7.0 they have a black box there it gives no clue what is happening, if some spyware or windows automatic download is hampering your system you are helpless.<span id="more-1101"></span></p>
<p><a href="http://www.milestree.com/wp-content/uploads/2012/02/taskbar.jpg"><img class="alignnone size-full wp-image-1102" title="taskbar" src="http://www.milestree.com/wp-content/uploads/2012/02/taskbar.jpg" alt="taskbar network icon" width="428" height="37" /></a></p>
<p><strong>Disk Defragmentation Tool</strong><br />
Whenever a computer goes slow due to scattered files a quick workaround was to arrange all files using de-fragmentation tool packaged with Windows, it visually allowed you to see condition of  that partition and moving files during progress, now in Windows 7 if you use the same tool nothing is apparent  as everything is happening in background without any visual information, at the end it will say &#8220;process completed&#8221;!. I even didnt notice any substantial change in computer speed after using this.</p>
<p><a href="http://www.milestree.com/wp-content/uploads/2012/02/defragmentation-tool.jpg"><img class="alignnone size-full wp-image-1104" title="defragmentation-tool" src="http://www.milestree.com/wp-content/uploads/2012/02/defragmentation-tool.jpg" alt="defragmentation tool" width="645" height="363" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.milestree.com/computing/things-that-windows-7-missed-out-from-xp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

