<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-4223726323265798328</atom:id><lastBuildDate>Tue, 30 Jun 2020 23:18:40 +0000</lastBuildDate><category>Computer</category><category>Windows XP</category><category>Computer Security</category><category>Windows XP Tech Guides</category><category>Web Site Design</category><category>Internet</category><category>General</category><category>Software</category><category>Freeware</category><category>Web Hosting</category><category>File Sharing</category><category>FireFox Hacking</category><category>Domain Names</category><category>Google</category><category>Computer Healthy</category><category>Computer Spyware</category><category>Blogger Hacks</category><category>Computer Viruses</category><category>Computer Hardware</category><category>Blogger</category><category>Blogger Widgets</category><category>General Security</category><category>Newest Tech</category><category>Forex</category><category>Torrent</category><category>Windows Registry Tweaks</category><category>Foreign exchange</category><category>Intel</category><category>RapidShare</category><category>Spam</category><category>Computer Networks</category><category>Internet Anonymity</category><category>Life Insurance Informations</category><category>Video Tech</category><category>Yahoo</category><category>Yahoo Messenger</category><category>wordpress</category><category>Forex Trading</category><category>Email</category><category>Laptop</category><category>Lock Files</category><category>SEO</category><category>Tag-Cloud</category><category>Terms and Definitions</category><category>WAMP</category><category>php</category><category>AMD</category><category>File Types</category><category>Gmail</category><category>Java</category><category>Java Hack</category><category>Monetize</category><category>Server</category><category>Twitter</category><category>Youtube</category><category>install wordpress</category><category>Apache</category><category>Bandwidth</category><category>Blogger Help</category><category>Computer Speed Up</category><category>Converter</category><category>Dell</category><category>Driver Software</category><category>E-books</category><category>FireFox Add-ons</category><category>Fix Crash</category><category>Formats</category><category>Gmail Hacking</category><category>Google Docs</category><category>HTTP</category><category>Hard drive</category><category>ISP</category><category>Image</category><category>Online Tools</category><category>PRIVACY AND POLICY</category><category>Portable</category><category>RAM</category><category>Shareware</category><category>Skype</category><category>Utorrent</category><category>Windows</category><category>css</category><category>internet security</category><category>localhost</category><category>mysql</category><category>passwod root</category><category>root pass</category><category>stylesheet</category><category>wordpress plugins</category><title>Computer Tutorials Tips Tricks and Tweaks  www.tutoorials.com</title><description></description><link>https://www.tutoorials.com/</link><managingEditor>noreply@blogger.com (TN - houkwing)</managingEditor><generator>Blogger</generator><openSearch:totalResults>369</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4223726323265798328.post-1673686250784752908</guid><pubDate>Wed, 13 Jan 2016 15:49:00 +0000</pubDate><atom:updated>2016-01-13T07:54:40.883-08:00</atom:updated><title>Wordpress logged a user programmatically</title><description>This is pretty simple and need to make sure to set the auth cookie or it will lost the user when visit through pages&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre nbsp=&quot;&quot; style=&quot;background-image: URL(http://2.bp.blogspot.com/_z5ltvMQPaa8/SjJXr_U2YBI/AAAAAAAAAAM/46OqEP32CJ8/s320/codebg.gif); background: #f0f0f0; border: 1px dashed #CCCCCC; color: black; font-family: arial; font-size: 12px; height: auto; line-height: 20px; overflow: auto; padding: 0px; text-align: left; width: 99%;&quot;&gt;&lt;code style=&quot;color: black; word-wrap: normal;&quot;&gt; // Automatic login //&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp; $username = &quot;Admin&quot;;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp; $user = get_user_by(&#39;login&#39;, $username );&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&lt;/code&gt;&lt;/pre&gt;&lt;pre nbsp=&quot;&quot; style=&quot;background-image: URL(http://2.bp.blogspot.com/_z5ltvMQPaa8/SjJXr_U2YBI/AAAAAAAAAAM/46OqEP32CJ8/s320/codebg.gif); background: #f0f0f0; border: 1px dashed #CCCCCC; color: black; font-family: arial; font-size: 12px; height: auto; line-height: 20px; overflow: auto; padding: 0px; text-align: left; width: 99%;&quot;&gt;&lt;code style=&quot;color: black; word-wrap: normal;&quot;&gt;// Redirect URL //&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp; if ( !is_wp_error( $user ) )&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp; {&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp; wp_clear_auth_cookie();&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp; wp_set_current_user ( $user-&amp;amp;gt;ID );&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp; wp_set_auth_cookie ( $user-&amp;amp;gt;ID );&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp; $redirect_to = user_admin_url();&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp; wp_safe_redirect( $redirect_to );&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp; exit();&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp; }&amp;nbsp;&amp;nbsp; &lt;/code&gt;&lt;/pre&gt;</description><link>https://www.tutoorials.com/2016/01/wordpress-logged-user-programmatically.html</link><author>noreply@blogger.com (TN - houkwing)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4223726323265798328.post-7412346754278798679</guid><pubDate>Sun, 06 Oct 2013 05:40:00 +0000</pubDate><atom:updated>2013-10-05T22:44:25.218-07:00</atom:updated><title>WAMP apache won&#39;t start on windows</title><description>The service &quot;apache&quot; used to handle http request to your localhost. The apache service won&#39;t be started mostly due to used the port 80 by services of windows.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: 0px; margin-right: auto; text-align: left;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://3.bp.blogspot.com/-c6jo7N3W2RY/UlDzdeC3bzI/AAAAAAAABAI/v4MZoMdN-4E/s1600/wamp_apache_not_started.jpg&quot; /&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;color: #660000;&quot;&gt;Wamp apache not started and&amp;nbsp; indicate by orange color&lt;/span&gt;&lt;/td&gt;&lt;td&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;This could be due to IIS server running using port 80 or the Windows web deployment agent running&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;&lt;b&gt;Stop IIS server:&lt;/b&gt;&lt;/h3&gt;&lt;br /&gt;&lt;ol&gt;&lt;a href=&quot;http://3.bp.blogspot.com/-eavmnyX1P80/UlD1GBacP7I/AAAAAAAABAU/0fUM8rYGLsY/s1600/iis_service_search.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://3.bp.blogspot.com/-eavmnyX1P80/UlD1GBacP7I/AAAAAAAABAU/0fUM8rYGLsY/s1600/iis_service_search.jpg&quot; /&gt;&lt;/a&gt;&lt;/ol&gt;&lt;b&gt;Open IIS server manger by searching &quot;IIS&quot; on windows search&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Click &quot;stop&quot; as on the image to stop running the IIS Service&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;float: left; margin-right: 1em; text-align: left;&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/-0TQuQBDEM3E/UlD1yjoDQpI/AAAAAAAABAc/G1J5c4YSWm0/s1600/iis_service_stop.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; margin-bottom: 1em; margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;131&quot; src=&quot;http://3.bp.blogspot.com/-0TQuQBDEM3E/UlD1yjoDQpI/AAAAAAAABAc/G1J5c4YSWm0/s400/iis_service_stop.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;Click to zoom&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;h3&gt;&lt;b&gt;Stop Web Deployment Agent Service:&lt;/b&gt;&lt;/h3&gt;&lt;ol&gt;&lt;li&gt;Search for administrative tools as we did for IIS above&lt;/li&gt;&lt;li&gt;Open services&lt;/li&gt;&lt;li&gt;Find Web deployment service&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://3.bp.blogspot.com/-L6y3zKoxCaY/UlD2_-1hYfI/AAAAAAAABAo/3npr-G-6cEA/s1600/web_deployment_agent_service.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://3.bp.blogspot.com/-L6y3zKoxCaY/UlD2_-1hYfI/AAAAAAAABAo/3npr-G-6cEA/s1600/web_deployment_agent_service.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;Right click on it and open properties&lt;/li&gt;&lt;li&gt;Select manual start and click stop button&lt;b&gt;&lt;/b&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://2.bp.blogspot.com/-VJfKM-dSBl4/UlD3JQYJ8SI/AAAAAAAABAw/dMRkOb-xyCA/s1600/web_deployment_agent_service_manual_stop.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://2.bp.blogspot.com/-VJfKM-dSBl4/UlD3JQYJ8SI/AAAAAAAABAw/dMRkOb-xyCA/s1600/web_deployment_agent_service_manual_stop.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;Now restart all services of WAMP and Apache should be sart fine now&lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://1.bp.blogspot.com/-uc7f2C6WAJc/UlD3rfsbWAI/AAAAAAAABA4/dXcoxtHOIoI/s1600/apace_wamp_working.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://1.bp.blogspot.com/-uc7f2C6WAJc/UlD3rfsbWAI/AAAAAAAABA4/dXcoxtHOIoI/s1600/apace_wamp_working.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;</description><link>https://www.tutoorials.com/2013/10/wamp-apache-wont-start-on-windows.html</link><author>noreply@blogger.com (TN - houkwing)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-c6jo7N3W2RY/UlDzdeC3bzI/AAAAAAAABAI/v4MZoMdN-4E/s72-c/wamp_apache_not_started.jpg" height="72" width="72"/><thr:total>4</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4223726323265798328.post-4575280430464044435</guid><pubDate>Mon, 28 Feb 2011 05:44:00 +0000</pubDate><atom:updated>2011-02-28T07:09:11.773-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Apache</category><category domain="http://www.blogger.com/atom/ns#">WAMP</category><title>Apache is running super slow Xampp / Wamp / Stand-Alone</title><description>Recently, I found that my apache running super slow, as I do my most of the developments on the local host this was an unacceptable, and I know there is no good reason for this. And finally I figured out this is coming from my hosts file.&lt;br /&gt;&lt;br /&gt;In there a line of code for 127.0.0.1 to some strange ip address fortunately I found it is not malicious and it was my previous ip address some how entered automatically there.&lt;br /&gt;&lt;br /&gt;I remove that line and add following to it.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;## Localhost&lt;br /&gt;127.0.0.1 127.0.0.1&lt;br /&gt;&lt;br /&gt;127.0.0.1 localhost&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;And now it is working super fast. For your knowing this is a little guide to windows, it says if I&#39;m tries to go to localhost just redirect me to 127.0.0.1, not to any other address.</description><link>https://www.tutoorials.com/2011/02/apache-is-running-super-slow-xampp-wamp.html</link><author>noreply@blogger.com (TN - houkwing)</author><thr:total>47</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4223726323265798328.post-8704271920145884789</guid><pubDate>Sat, 19 Feb 2011 07:19:00 +0000</pubDate><atom:updated>2011-02-18T23:23:17.367-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">php</category><category domain="http://www.blogger.com/atom/ns#">wordpress</category><title>Fix An Unexpected HTTP Error occurred during the API request Wordpress Error</title><description>This error can happen either your default timeout limit is not enough or.&lt;br /&gt;If you&#39;re developing on localhost, may be your firewall blocks the apache http.exe server.&lt;br /&gt;&lt;br /&gt;If your site is hosted on a web server, and you see the error message &#39;An Unexpected HTTP Error occurred during the API request&#39; after requesting a page on WordPress Admin Dashboard and you are getting this error frequently on your dashboard, then it means you have to increase the wordPress timeout limit for every request. To do that&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Open your FTP Client software&lt;/li&gt;&lt;li&gt;locate the file &quot;class-http.php&quot; inside &quot;wp-includes&quot; folder.&lt;/li&gt;&lt;li&gt;And find the code &quot;&#39;timeout&#39; =&gt; apply_filters( &#39;http_request_timeout&#39;, 5)&quot; and change the timeout limit to 30. (5 --&gt; 10)&lt;/li&gt;&lt;/ol&gt;If you&#39;re developing on localhost then, and if you see this error mean your server software being blocked by the firewall or you dont have an active internet connection. To fix this,&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Make sure your connection is active (probably you checked already)&lt;/li&gt;&lt;li&gt;And make sure server software in not blocked. In my case, it is httpd.exe (Apache HTTP Server) This is only required if you&#39;re accessing to the internet for something like plugin installation and, etc....&lt;/li&gt;&lt;/ol&gt;</description><link>https://www.tutoorials.com/2011/02/fix-unexpected-http-error-occurred.html</link><author>noreply@blogger.com (TN - houkwing)</author><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4223726323265798328.post-1128276735240069749</guid><pubDate>Fri, 18 Feb 2011 18:13:00 +0000</pubDate><atom:updated>2011-02-18T10:32:42.670-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">php</category><title>Get Current File Name using PHP</title><description>There are two ways I found to get the current page name using php.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&amp;lt;?php&lt;br /&gt;$path = $_SERVER[&quot;SCRIPT_NAME&quot;];&lt;br /&gt;$file = basename($path);        // $file is set to &quot;myfile.php&quot;&lt;br /&gt;$file = basename($path, &quot;.php&quot;); // $file is set to &quot;myfile&quot;&lt;br /&gt;?&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&amp;lt;?&lt;br /&gt;$currentFile = $_SERVER[&quot;SCRIPT_NAME&quot;];&lt;br /&gt; $parts = Explode(&#39;/&#39;, $currentFile);&lt;br /&gt; $parts = array_reverse($parts);&lt;br /&gt; echo(&quot;Script is &quot; . $parts[0]);&lt;br /&gt;?&amp;gt;&lt;/blockquote&gt;</description><link>https://www.tutoorials.com/2011/02/get-current-file-name-using-php.html</link><author>noreply@blogger.com (TN - houkwing)</author><thr:total>8</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4223726323265798328.post-7778136143521094872</guid><pubDate>Fri, 18 Feb 2011 09:43:00 +0000</pubDate><atom:updated>2011-02-18T01:56:45.345-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">css</category><category domain="http://www.blogger.com/atom/ns#">stylesheet</category><title>Stylesheet (CSS) Media Types</title><description>One of the most important features of style sheets is that they specify how a document is to be presented on different media: on the screen, on paper, with a speech synthesizer, with a braille device, etc.&lt;br /&gt;&lt;br /&gt;Certain CSS properties are only designed for certain media. Stylesheets for different media types may share a property, but require different values for that property. For example, the &#39;font-size&#39; property is useful both for screen and print media. The two media types are different enough to require different values for the common property; a document will typically need a larger font on a computer screen than on paper. Therefore, it is necessary to express that a style sheet, or a section of a style sheet, applies to certain media types.&lt;br /&gt;&lt;ol&gt;&lt;li&gt;all -- Suitable for all devices. &lt;/li&gt;&lt;li&gt;braille -- Intended for braille tactile feedback devices. &lt;/li&gt;&lt;li&gt;embossed -- Intended for paged braille printers. &lt;/li&gt;&lt;li&gt;handheld -- Intended for handheld devices (typically small screen, limited bandwidth). &lt;/li&gt;&lt;li&gt;print -- Intended for paged material and for documents viewed on screen in print preview mode. &lt;/li&gt;&lt;li&gt;projection -- Intended for projected presentations, for example projectors. &lt;/li&gt;&lt;li&gt;screen -- Intended primarily for color computer screens. &lt;/li&gt;&lt;li&gt;speech -- Intended for speech synthesizers. Note: CSS2 had a similar media type called &#39;aural&#39; for this purpose. &lt;/li&gt;&lt;li&gt;tty --  Intended for media using a fixed-pitch character grid (such as teletypes, terminals, or portable devices with limited display capabilities). Should not use pixel units with the &quot;tty&quot; media type. &lt;/li&gt;&lt;li&gt;tv -- Intended for television-type devices (low resolution, color, limited-scrollability screens, sound available). &lt;/li&gt;&lt;/ol&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Notes: &lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Media type names are case-insensitive&lt;/li&gt;&lt;li&gt;Media types are mutually exclusive in the sense that a user agent can only support one media type when rendering a document.&lt;/li&gt;&lt;li&gt;User agents may use different media types on different canvases. E.g. a document may (simultaneously) be shown in &#39;screen&#39; mode on one canvas and &#39;print&#39; mode on another canvas. &lt;/li&gt;&lt;/ul&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Specifying media-dependent Stylssheets&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Specify the target medium from a style sheet with the @media or @import at-rules.&lt;/li&gt;&lt;/ul&gt;&lt;blockquote&gt;Example(s):&lt;br /&gt;@import url(&quot;fancyfonts.css&quot;) screen;&lt;br /&gt;@media print {&lt;br /&gt;/* style sheet for print goes here */&lt;br /&gt;}&lt;/blockquote&gt;&lt;ul&gt;&lt;li&gt;Specify the target medium within the document language.&lt;/li&gt;&lt;/ul&gt;&lt;blockquote&gt;&amp;lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;print, handheld&quot; href=&quot;style.css&quot;&amp;gt;&lt;/blockquote&gt;</description><link>https://www.tutoorials.com/2011/02/stylesheet-css-media-types.html</link><author>noreply@blogger.com (TN - houkwing)</author><thr:total>5</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4223726323265798328.post-7406770840395353751</guid><pubDate>Thu, 17 Feb 2011 17:22:00 +0000</pubDate><atom:updated>2011-02-17T09:36:12.363-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">wordpress</category><category domain="http://www.blogger.com/atom/ns#">wordpress plugins</category><title>Must have Wordpress Plugins all the time</title><description>&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Google XML Sitemaps&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;This plugin will generate a special XML sitemap which will help search engines like Google, Bing, Yahoo and Ask.com to better index your blog. With such a sitemap, it&#39;s much easier for the crawlers to see the complete structure of your site and retrieve it more efficiently. The plugin supports all kinds of WordPress generated pages as well as custom URLs. Additionally it notifies all major search engines every time you create a post about the new content.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;WP-DBManager&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;Allows you to optimize database, repair database, backup database, restore database, delete backup database , drop/empty tables and run selected queries. Supports automatic scheduling of backing up and optimizing of database.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;W3 Total Cache&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;The fastest and most complete WordPress performance plugin. Dramatically improve the speed and user experience of your site. Add browser, page, object and database caching as well as minify and content delivery network (CDN) to WordPress.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;cbnet Different Posts Per Page&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;Show different numbers of posts on home, archive, and search pages. This plugin will allow you to modify the number of posts shown on home, archive (category, date, author, etc.), search pages and feeds. You can even set the order of posts by ascending or descending order.&lt;br /&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Post Editor Buttons&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;This plugins allows you to add your own buttons to the post edtor&#39;s toolbar. (buttons that you see above your content text area when editing posts (b,i,link,img,ul,li)).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;All in One SEO Pack&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;Automatically optimizes your WordPress blog for Search Engines (Search Engine Optimization).&lt;br /&gt;&lt;br /&gt;Search plugins: &lt;a href=&quot;http://wordpress.org/extend/plugins/&quot; target=&quot;_blank&quot;&gt; Wordpress Plug-ins directory &lt;/a&gt;</description><link>https://www.tutoorials.com/2011/02/must-have-wordpress-plugins-2011.html</link><author>noreply@blogger.com (TN - houkwing)</author><thr:total>6</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4223726323265798328.post-5652828602657098013</guid><pubDate>Thu, 17 Feb 2011 12:33:00 +0000</pubDate><atom:updated>2011-02-17T04:43:38.944-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">wordpress</category><title>How to use WordPress Action Hooks</title><description>&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Why Action Hooks?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;Let&#39;s think there is no concept called Action Hooks. When we wanted to change or extend some function of WordPress then probably we wanted to change core files of wordpress installation. And when it comes time to upgrade wordpress, you&#39;ll have to recoding all the modifications you have done to prior version files, or you&#39;ll have to stick with  the old version.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;What are Action Hooks.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;When it comes to above type of scenario wordpress action hooks are become more handy. For an example let&#39;s take very common wordpress action like &quot;wp_head&quot; or &quot;wp_footer&quot;. Using action hooks, we can execute a function when certain wordpress action(action we define in hook) execute.&lt;br /&gt;&lt;br /&gt;For an example, I need to perform my function &quot;addNewCss&quot; when wordpress action wp_head encounter. To do that simply I can use wordpress hooks&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&amp;lt;?php&lt;br /&gt;function addNewCss() {&lt;br /&gt;   //function content goes here.&lt;br /&gt; }&lt;br /&gt;add_action(&#39;wp_head&#39;, &#39;addNewCss&#39;, 5);&lt;br /&gt;?&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;This will execute my function addNewCss when it encountered wp_head action and the priority is 5. Which makes run this function earlier. Default is 10. (setting it to 5 would make it run earlier and setting it to 12 would make it run later.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Creating Own Action Hooks&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;Sometimes you may want to create own action hooks then others can extend your code functionality without touching your codes and make those in separate files. To do that use,&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&amp;lt;?php do_action(&#39;mynew_action_hook&#39;); ?&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;Now, anyone can come hook their own function to your &quot;mynew_action_hook&quot;.</description><link>https://www.tutoorials.com/2011/02/how-to-use-wordpress-action-hooks.html</link><author>noreply@blogger.com (TN - houkwing)</author><thr:total>13</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4223726323265798328.post-4480144794119134976</guid><pubDate>Thu, 17 Feb 2011 09:13:00 +0000</pubDate><atom:updated>2011-02-17T01:25:25.485-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">install wordpress</category><category domain="http://www.blogger.com/atom/ns#">wordpress</category><title>Install Wordpress in a different Directory other than root directory</title><description>Why:&lt;br /&gt;1. Security Reasons (No one can find your wordpress files unless they are pretty smart)&lt;br /&gt;2. Keeps your root directory clean.&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Create a folder inside your root directory &quot;public_html&quot; and need to be long and un-guessable &quot;HelloDirecotryName&quot;&lt;/li&gt;&lt;li&gt;Export wordpress package into it&lt;/li&gt;&lt;li&gt;And Move the files index.php and the .htaccess to the root directory&lt;/li&gt;&lt;li&gt;Next open index.php file and change &lt;/li&gt;&lt;/ol&gt;require(&#39;./wp-blog-header.php&#39;);&lt;br /&gt;…to this&lt;br /&gt;require(&#39;./helloDirecotryName/wp-blog-header.php&#39;);&lt;br /&gt;&lt;br /&gt;     5. Now every time you login to your system you&#39;ll have to use exact path http://mywordpressite.com/HelloDirecotryName/wp-admin/&lt;br /&gt;     6. Once you login to your dashboard go to Settings &gt;&gt; General Settings and ensure&lt;br /&gt;&lt;ul&gt;&lt;li&gt;  WordPress address (URL) points to  http://mywordpressite.com/HelloDirecotryName/ &lt;/li&gt;&lt;li&gt;    Site address (URL)  http://mywordpressite.com/&lt;/li&gt;&lt;/ul&gt;</description><link>https://www.tutoorials.com/2011/02/install-wordpress-in-different.html</link><author>noreply@blogger.com (TN - houkwing)</author><thr:total>4</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4223726323265798328.post-7335478735013993430</guid><pubDate>Thu, 17 Feb 2011 08:49:00 +0000</pubDate><atom:updated>2011-02-17T01:02:54.808-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">install wordpress</category><category domain="http://www.blogger.com/atom/ns#">localhost</category><category domain="http://www.blogger.com/atom/ns#">WAMP</category><category domain="http://www.blogger.com/atom/ns#">wordpress</category><title>Install wordpress on localhost(Own Computer) with WAMP</title><description>Complete guide to install wordpress locally (localhost) with wamp&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Download and unzip the WordPress package&lt;/li&gt;&lt;li&gt;Install WAMP and open phpmyadmin&lt;/li&gt;&lt;li&gt;Create a DATABASE for wordpress (CREATE DATABASE wordpress_db)&lt;/li&gt;&lt;li&gt;Open WWW folder (inside wamp installation directory)&lt;/li&gt;&lt;li&gt;Unzip wordpress package there&lt;/li&gt;&lt;li&gt;Rename the wp-config-sample.php file to wp-config.php&lt;/li&gt;&lt;li&gt;Open wp-config.php in a text editor&lt;/li&gt;&lt;li&gt;Locate the following&lt;/li&gt;&lt;/ol&gt;/** The name of the database for WordPress */&lt;br /&gt;define(&#39;DB_NAME&#39;, &#39;database_name_here&#39;);&lt;br /&gt;&lt;br /&gt;/** MySQL database username */&lt;br /&gt;define(&#39;DB_USER&#39;, &#39;username_here&#39;);&lt;br /&gt;&lt;br /&gt;/** MySQL database password */&lt;br /&gt;define(&#39;DB_PASSWORD&#39;, &#39;password_here&#39;);&lt;br /&gt;&lt;br /&gt;9. Fill with appropriate settings&lt;br /&gt;&lt;ul&gt;&lt;li&gt;database_name_here == database you created&lt;/li&gt;&lt;li&gt;username_here == root (most of the time)&lt;/li&gt;&lt;li&gt;password_here == password for root, most of the time leave black (if you not set a password for root)&lt;/li&gt;&lt;/ul&gt;     10. Next Locate the  &quot;Authentication Unique Keys and Salts&quot; and click link there to generate Unique Keys and Salts&lt;br /&gt;&lt;br /&gt;Replace following with with generated one&lt;br /&gt;define(&#39;AUTH_KEY&#39;,         &#39;put your unique phrase here&#39;);&lt;br /&gt;define(&#39;SECURE_AUTH_KEY&#39;,  &#39;put your unique phrase here&#39;);&lt;br /&gt;define(&#39;LOGGED_IN_KEY&#39;,    &#39;put your unique phrase here&#39;);&lt;br /&gt;define(&#39;NONCE_KEY&#39;,        &#39;put your unique phrase here&#39;);&lt;br /&gt;define(&#39;AUTH_SALT&#39;,        &#39;put your unique phrase here&#39;);&lt;br /&gt;define(&#39;SECURE_AUTH_SALT&#39;, &#39;put your unique phrase here&#39;);&lt;br /&gt;define(&#39;LOGGED_IN_SALT&#39;,   &#39;put your unique phrase here&#39;);&lt;br /&gt;define(&#39;NONCE_SALT&#39;,       &#39;put your unique phrase here&#39;);&lt;br /&gt;&lt;br /&gt;11. If you like to have multiple wordpress installations with one DB (Optional)&lt;br /&gt;Find $table_prefix  = &#39;wp_&#39;; and create a unique prefix (I always love to do so, normally I use wordpress version $table_prefix  = &#39;wp_305&#39;; )&lt;br /&gt;&lt;br /&gt;12. Now run wp-admin/install.php using a web browser (in my case http://localhost/wordpress/wp-admin/install.php )&lt;br /&gt;&lt;br /&gt;13. Opened window create&lt;br /&gt;&lt;ul&gt;&lt;li&gt;site title&lt;/li&gt;&lt;li&gt;User Name&lt;/li&gt;&lt;li&gt;Password&lt;/li&gt;&lt;li&gt;and Your E-mail (password recovery)&lt;/li&gt;&lt;li&gt;Uncheck &quot;Allow my site to appear in search engines like Google and Technorati&quot; (as you on localhost)&lt;/li&gt;&lt;/ul&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://2.bp.blogspot.com/-KpIE7Sx9Zvg/TVzji6mwa0I/AAAAAAAAA_Y/HxR-sOLIHS0/s1600/Install_wordpress_localhost.png&quot; target=&quot;_blank&quot;&gt;&lt;img style=&quot;cursor: pointer; width: 400px; height: 367px;&quot; src=&quot;http://2.bp.blogspot.com/-KpIE7Sx9Zvg/TVzji6mwa0I/AAAAAAAAA_Y/HxR-sOLIHS0/s400/Install_wordpress_localhost.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5574580627764702018&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;14. Click Install&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://3.bp.blogspot.com/-lLIWYgkSqLQ/TVzid43t3UI/AAAAAAAAA_I/kVv9zNh_D2Y/s1600/Install_wordpress_localhost_success.png&quot; target=&quot;_blank&quot;&gt;&lt;img style=&quot;cursor: pointer; width: 400px; height: 187px;&quot; src=&quot;http://3.bp.blogspot.com/-lLIWYgkSqLQ/TVzid43t3UI/AAAAAAAAA_I/kVv9zNh_D2Y/s400/Install_wordpress_localhost_success.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5574579441887993154&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;15. Now if it is successful(as it should), you&#39;ll be able to login to your wordpress dashboard via login link&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://3.bp.blogspot.com/-_HDxS72dmxA/TVzieIWgGmI/AAAAAAAAA_Q/znlxnBuWKt0/s1600/localhost_login_wordpress.png&quot; target=&quot;_blank&quot;&gt;&lt;img style=&quot;cursor: pointer; width: 400px; height: 376px;&quot; src=&quot;http://3.bp.blogspot.com/-_HDxS72dmxA/TVzieIWgGmI/AAAAAAAAA_Q/znlxnBuWKt0/s400/localhost_login_wordpress.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5574579446043646562&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/div&gt;</description><link>https://www.tutoorials.com/2011/02/install-wordpress-on-localhostown.html</link><author>noreply@blogger.com (TN - houkwing)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-KpIE7Sx9Zvg/TVzji6mwa0I/AAAAAAAAA_Y/HxR-sOLIHS0/s72-c/Install_wordpress_localhost.png" height="72" width="72"/><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4223726323265798328.post-7820102375815169080</guid><pubDate>Thu, 17 Feb 2011 07:44:00 +0000</pubDate><atom:updated>2011-02-17T00:18:29.989-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">mysql</category><category domain="http://www.blogger.com/atom/ns#">passwod root</category><category domain="http://www.blogger.com/atom/ns#">php</category><category domain="http://www.blogger.com/atom/ns#">root pass</category><category domain="http://www.blogger.com/atom/ns#">WAMP</category><title>Setting a Password for user &#39;root&#39; WAMP</title><description>Once you may installed wamp it gives this error (As it does ever time)&lt;br /&gt;&lt;br /&gt;&quot;Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole by setting a password for user &#39;.root&#39;.&quot;&lt;br /&gt;&lt;br /&gt;To fix this you have to set &quot;password&quot; for user &quot;root&quot; (default it hasn&#39;t any password)&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Open phpmyAdmin( where this error occur)&lt;/li&gt;&lt;br /&gt;&lt;li&gt;click Privileges tab&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://1.bp.blogspot.com/-ShHeGJPRyqQ/TVzXe_C_icI/AAAAAAAAA-w/-C0RJ7nYDys/s1600/wamp_root_password1.png&quot; target=&quot;_blank&quot;&gt;&lt;img style=&quot;cursor: pointer; width: 400px; height: 151px;&quot; src=&quot;http://1.bp.blogspot.com/-ShHeGJPRyqQ/TVzXe_C_icI/AAAAAAAAA-w/-C0RJ7nYDys/s400/wamp_root_password1.png&quot; alt=&quot;ROOT password set WAMP&quot; id=&quot;BLOGGER_PHOTO_ID_5574567366097865154&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Select user &#39;root&#39; and Edit privileges&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://3.bp.blogspot.com/-qsxjKweYBWQ/TVzXfJiEmhI/AAAAAAAAA-4/ixCOxiAk64A/s1600/wamp_root_password_setting.png&quot; target=&quot;_blank&quot;&gt;&lt;img style=&quot;cursor: pointer; width: 400px; height: 141px;&quot; src=&quot;http://3.bp.blogspot.com/-qsxjKweYBWQ/TVzXfJiEmhI/AAAAAAAAA-4/ixCOxiAk64A/s400/wamp_root_password_setting.png&quot; alt=&quot;WAMP password set for user root&quot; id=&quot;BLOGGER_PHOTO_ID_5574567368912574994&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;In next opened window locate &quot;Change password&quot;&lt;/li&gt;&lt;br /&gt;&lt;li&gt;Select radio &quot;password&quot; and type your password and make sure retype it too and click &quot;GO&quot;&lt;/li&gt;&lt;br /&gt;&lt;/ol&gt;&lt;br /&gt;Now we have to configure &quot;config.inc.php&quot; for phpmyadmin otherwise we won&#39;t be able to access our mysql databases via phpmyadmin as it default comes with no password but now our mysql server expecting a password from every application that want to connected to it.&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Locate the config.inc.php file in my case it is in the directory &quot;c:\wamp\apps\phpmyadmin3.2.0.1&quot;&lt;/li&gt;&lt;li&gt;Find &quot;$cfg[&#39;Servers&#39;][$i][&#39;password&#39;]&quot; and type your password there &quot;$cfg[&#39;Servers&#39;][$i][&#39;password&#39;] = &#39;yourPassHere&#39;;&quot;&lt;/li&gt;&lt;li&gt;Save&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;br /&gt;and we done</description><link>https://www.tutoorials.com/2011/02/setting-password-for-user-root-wamp.html</link><author>noreply@blogger.com (TN - houkwing)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-ShHeGJPRyqQ/TVzXe_C_icI/AAAAAAAAA-w/-C0RJ7nYDys/s72-c/wamp_root_password1.png" height="72" width="72"/><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4223726323265798328.post-8990218314063686224</guid><pubDate>Fri, 27 Nov 2009 13:53:00 +0000</pubDate><atom:updated>2009-11-27T05:55:13.700-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Foreign exchange</category><category domain="http://www.blogger.com/atom/ns#">Forex</category><title>6 Reasons To Trade Forex Now</title><description>Well for those of you who don’t know what FOREX is , it stands for Foreign Currency Exchange Market . Basically it’s buying and selling currencies and making a profit on the rise or fall of one currency against another .  It’s a 24 hour five day a week market , and generates $3.8 trillion a day in trades. &lt;br /&gt;&lt;br /&gt;Ok lets get down to the six reasons why you should be trading FOREX now instead of leaving your money in a bank earning cents on the dollar .&lt;br /&gt;&lt;br /&gt;1: Demo Account Paper Trade&lt;br /&gt;&lt;br /&gt;A demo account or paper trading as it&#39;s also known allows you and your robot  to practise without risking any money . This way you gain experience and a feel for trading , its also a great way to see how your robot performs. Yes you get a preview of the profits you can make ,what other business offers this ?&lt;br /&gt;&lt;br /&gt;2: Profit Potential&lt;br /&gt;&lt;br /&gt;After you have done the paper trade and learnt more about the market , you will see why people are making so much money on the Forex market. You can start with a small investment and in some cases watch it double every month. With a solid plan before you start trading your earning power will be limitless.&lt;br /&gt;&lt;br /&gt;3: FOREX Your Flexible Friend&lt;br /&gt;&lt;br /&gt;Working and just putting you money into a bank account  will see small increases in your investment. However Forex trading can explode your earning potential. Trade at a time and place that suits you and no stock or physical  goods to worry about. You can buy and sell within minutes making an instant profit in an up or downward trend.&lt;br /&gt;&lt;br /&gt;Click Here Discover The Best Forex Trading Robots&lt;br /&gt;&lt;br /&gt;4: Fluctuating Prices&lt;br /&gt;&lt;br /&gt;Forex is known as a liquid market as it&#39;s a cash only market. Well imagine the market as giant waves rising  and falling and you can make money on the falling or rising wave . Of course there is a risk of you making losses as well as gains  so   keep this in mind when surfing on the Forex waves.  &lt;br /&gt;&lt;br /&gt;5: Now The Little guy Can Get A Piece Of The Pie&lt;br /&gt;&lt;br /&gt;With the vast improvements  in Forex Trading Robots and the cost of entering the market being very reasonable , you don&#39;t have to be Bill Gates to start trading. For a small investment you can have your own robot trading for you twenty four hours a day.So where ever you are in the world with access to the internet you can watch your profits grow.&lt;br /&gt;&lt;br /&gt;6: Leverage&lt;br /&gt;&lt;br /&gt;Leverage is borrowing to invest more in a trade than you have in your account . For example to trade $100,000 of currency, with a margin of 1%, an investor will only have to deposit  $1,000 into their margin account. The leverage provided on a trade like this is 100:1. So 1% profit in a three hour trade would produce a profit of $1000.&lt;br /&gt;&lt;br /&gt;Well as you can see forex is an amazing opportunity to make money , and you can get in at the ground floor. What you need to know now is what is the easiest  and most profitable way to enter the market . Well there are some great Forex trading robots like Fap Turbo , Forex Megadroid , Forex Ambush .&lt;br /&gt;&lt;br /&gt;After a few easy steps these robots will do all the trading for you twenty four hours a day .</description><link>https://www.tutoorials.com/2009/11/6-reasons-to-trade-forex-now.html</link><author>noreply@blogger.com (TN - houkwing)</author><thr:total>4</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4223726323265798328.post-6168478824686027114</guid><pubDate>Fri, 27 Nov 2009 13:48:00 +0000</pubDate><atom:updated>2009-11-27T05:52:23.040-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Foreign exchange</category><category domain="http://www.blogger.com/atom/ns#">Forex</category><title>The Five Basic Rules for FOREX Trading</title><description>Yes it is worrying starting your journey into FOREX trading .The rules and methods of trading can seem like a lot to deal with . Of course you will learn many things along the way , like which currency pairs perform the best and trends in the market.&lt;br /&gt;&lt;br /&gt;There is however key rules and methods you should be aware of in order to keep loses to an absolute minimum and maximize profits. You will avoid many pitfalls as well as recognize opportunities that will boost your profits in the FOREX market.&lt;br /&gt;&lt;br /&gt;These are the four rules/methods we will cover :&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Don&#39;t Over Leverage Your Investment &lt;/li&gt;&lt;li&gt;Quit When Your Ahead Know When That Is&lt;/li&gt;&lt;li&gt;Do your Research Before Making Trades &lt;/li&gt;&lt;li&gt;Stop Loss Orders Protect Yourself From Large Losses &lt;/li&gt;&lt;li&gt;Consider Getting Trading Robot That Will Save You Time and Money &lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Don&#39;t Over Leverage Your Investment &lt;/li&gt;&lt;/ul&gt;It&#39;s so easy to get caught up in the buzz of FOREX trading , However Leverage is a two edge sword. Leveraging is basically trading more money than you have in your portfolio . For example If you  have $2000 in you account some brokers will allow you to buy $50,000 of a currency .&lt;br /&gt;&lt;br /&gt;Its better to get the know the market over time than take unnecessary  risks. Don&#39;t get carried away as you need a steady well thought out approach to make a long term consistent  income with FOREX trading  .&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;There Is A Time to Quit - Know When It Is&lt;/li&gt;&lt;/ul&gt;When your riding high on a profitable trade ,many people don&#39;t want to sell in the hope there profits will just keep on rising . Well values can fall as well as rise so don&#39;t get greedy and lose your gains.&lt;br /&gt;&lt;br /&gt;However you don&#39;t want to cash in to quick and miss those few extra gains. Some trades you make won&#39;t be successful. But over time and careful studding the market trends , you will get a feel for when to start and stop trading. Even Experienced traders have a few losses along the way , but over all they have far more wins that losses and you will too.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Doing Your Research Before Making Trades&lt;/li&gt;&lt;/ul&gt;Research is a word many people don&#39;t like , because it involves extra work with no apparent benefits . Well in the FOREX Trading market , having an idea of history and current trends can be the difference between winning and losing . Don&#39;t treat the FOREX market like a casino because you will lose far more than you win. Do your research.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Stop Loss Orders For Protection&lt;/li&gt;&lt;/ul&gt;Stop loss is part of a system that stops you from losing too much of your investment  or profit , basically if the value of the currency falls to the value you set in the stop loss , Stop loss will sell and stop you from losing any more profit .&lt;br /&gt;&lt;br /&gt;Stop loss should be st up before you start to trade ,and  you need to decide the value that the stop loss activates.  The successful traders use this safety method all of the time .&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Consider Getting Trading Robot That Will Save You Time and Money &lt;/li&gt;&lt;/ul&gt;Well after reading the four rules above you must be wondering if there is an easier way .&lt;br /&gt;&lt;br /&gt;Well yes there is , FOREX automated robot software , not only trades on average better than humans it can also trade night and day with no interaction from you. Real live account studies have shown one particular Robot Doubling Profits every month</description><link>https://www.tutoorials.com/2009/11/five-basic-rules-for-forex-trading.html</link><author>noreply@blogger.com (TN - houkwing)</author><thr:total>8</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4223726323265798328.post-1658497549616907289</guid><pubDate>Fri, 27 Nov 2009 13:46:00 +0000</pubDate><atom:updated>2009-11-27T05:47:34.982-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Foreign exchange</category><category domain="http://www.blogger.com/atom/ns#">Forex</category><title>Why so Many Traders Fail at Forex</title><description>The old battlefields of the middle ages are not gone, they have merely changed form. Hundreds of years ago normal men would set out to build their empires by conquering lands through the force of arms. Today, normal men like you and i set out to build our financial empires by conquering markets through the force of self.&lt;br /&gt;&lt;br /&gt;The blood soaked battlefields of yesterday have made way for the cash soaked commercial battlefields of today, with the large private armies of Family warlords making way for large pools of  family capital. Just as armies were needed to shape empires of the past, so too is capital needed today in order to put modern commercial plans of conquest into action.&lt;br /&gt;&lt;br /&gt;In there, lies the reason as to why many forex traders fail. They go into battle risking too many soldiers (capital) and without the knowledge of tactics needed to win the fight.&lt;br /&gt;&lt;br /&gt;Lets look at that again. 1. They risk too much capital, 2. They do not understand Forex markets.&lt;br /&gt;&lt;br /&gt;Many traders both successful and miserable have made these mistakes, the main reason for me writing this article is so you can learn this lesson here and do not have to make this mistake and lose money, or at the very least be cautious enough to minimise your losses.&lt;br /&gt;&lt;br /&gt;No general will risk a majority of his men in a battle that he has no plan for and where he has no idea about his enemy. So my question to you is, why would you risk your capital in market conditions you know nothing about? Luckily two remedies exist for the forex general who finds himself in this situation.&lt;br /&gt;&lt;br /&gt;1. Make it a rule to only risk 1% of your capital in any one trade. This is to minimise your losses.&lt;br /&gt;&lt;br /&gt;2. Educate yourself so you can recognise your chance to strike but also recognise when it is neccessary to withdraw. Learn to read the conditions of the forex battlefield. Great generals of the past would spend years learning battlefield tactics, luckily we can achieve this in a couple of months.&lt;br /&gt;&lt;br /&gt;So in summary only risk 1% of your capital in any trade, and educate yourself about how forex markets work.</description><link>https://www.tutoorials.com/2009/11/why-so-many-traders-fail-at-forex.html</link><author>noreply@blogger.com (TN - houkwing)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4223726323265798328.post-3845624530104717518</guid><pubDate>Fri, 27 Nov 2009 13:18:00 +0000</pubDate><atom:updated>2009-11-27T05:20:35.426-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Foreign exchange</category><category domain="http://www.blogger.com/atom/ns#">Forex</category><category domain="http://www.blogger.com/atom/ns#">Forex Trading</category><title>Why You Really Need An Automated Forex Trading Strategy</title><description>FX automated trading (Forex or Foreign eXchange), is a type of trading that allows you to set your computer to trade by a set of parameters, and then to a certain extent forget about it. In the meantime, the computer analyzes the stock market based on its programmed logic and makes buy and sell decisions accordingly without any further input from you.&lt;br /&gt;&lt;br /&gt;Now I wouldn’t recommend necessarily leaving any software like this running for an extended amount of time without watching it (as you never know what kind of computer bugs can get you), but for many professional traders or scalpers, these programs can prove to reap tidy little profits.&lt;br /&gt;&lt;br /&gt;Also, since the FX market is open 24/5 (24 hours a day, Monday-Friday), FX automated trading programs like this can allow the trader to actually sleep on his short-term trades - not always the easiest thing to do if you’re “winging” it!&lt;br /&gt;&lt;br /&gt;How do these automated forex trading computer programs work? Anyone who has studied market behavior for any extent of time knows that markets work in patterns, and since history tends to repeat itself, these patterns repeatedly come into play time and time again in the markets. The FX automated trading software’s job is to spot these repetitive high-probability areas from which it can predict the next move.&lt;br /&gt;&lt;br /&gt;These predictions are never 100% accurate (there’s no way they could ever be), but programmed into this software is also a system for risk management - which any professional will tell you is the #1 reason for their trading success. By utilizing pattern recognition, and incorporating risk-management, these FX automated trading programs are able to provide consistent profits, day in and day out.&lt;br /&gt;&lt;br /&gt;Why are FX automated trading systems so prolific and profitable compared to normal stock market trading systems? The reason is that most trading in the FX market is done because it has to be, not for pure profit. The banks and government entities that provide 90% of the trading volume in the FX markets do it for a multitude of reasons (arbitrage, hedging, loans to other countries), but are not motivated towards profiting off these positions.&lt;br /&gt;&lt;br /&gt;Because there must be a winner and a loser on each side of a trade, and the big entities are not concerned about being the winners, this leaves huge potential for the small trader to profit by the proverbial “coins by the wayside.”&lt;br /&gt;&lt;br /&gt;On top of that, FX trading systems are affording great amounts of leverage (oftentimes more than 100:1!), while stock margin accounts are limited to 2:1. All of these reasons show why FX automated trading can be an extremely lucrative way of trading for a small investor.</description><link>https://www.tutoorials.com/2009/11/why-you-really-need-automated-forex.html</link><author>noreply@blogger.com (TN - houkwing)</author><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4223726323265798328.post-8511748817001960643</guid><pubDate>Fri, 27 Nov 2009 13:16:00 +0000</pubDate><atom:updated>2009-11-27T05:18:05.882-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Foreign exchange</category><category domain="http://www.blogger.com/atom/ns#">Forex</category><category domain="http://www.blogger.com/atom/ns#">Forex Trading</category><title>Forex Currency Exchange Market Basics</title><description>It is important to know that day trading the Foreign Exchange Markets (Forex) or (FX) adheres to the same concept of other styles of currency trading but differs slightly in the terms of execution, functionality and risk tolerance levels.&lt;br /&gt;&lt;br /&gt;In order to avoid the risk of an event happening somewhere in the world that could have an adverse affect on the currency they buy, the trader will sell the currency at a loss if it is needed. A geopolitical event, governmental reports released regarding a countries economy or an increase in the price of a commodity, such as oil or gold are those factors that could cause a decrease to a currencies value.&lt;br /&gt;&lt;br /&gt;By day trading the currency investor has substantially decreased their risk of an occurrence out of their control happening and not being able to react to it immediately.&lt;br /&gt;&lt;br /&gt;There are two types of a currency day traders system; it could be either manual or software based. Today’s statistics show vast majority on all FX traders utilizes a computer based trading system and this is growing yearly, not only for day traders but all traders. The day trader’s style is mostly based on either signals or trends or a combination of both. They assemble the information in the form of fundamentals, utilization of various charting systems, technical analysis and gathering of new information.&lt;br /&gt;&lt;br /&gt;Every professional currency day trader has developed his/her own specific personality towards trading and even might have found another market form they prefer to trade in. A highly volatile market offers the day a huge upside for profits where as their downside risk is controlled and considerable less than the upside gain potential.&lt;br /&gt;&lt;br /&gt;They control the downside risk through the use of a Stop Loss (SL,) which the trader will set when initiating the trade or anytime the trade is still open. The SL is usually set very low and this means that even the smallest downside in the currency could force a sale. There is one big advantage that you must be aware of, that it is a highly liquid market where the sale of the currency occurs instantly in most circumstances.&lt;br /&gt;&lt;br /&gt;A market where a trend in a particular currency has been established thus ensuring profits is the other type of market day traders like to concentrate on.&lt;br /&gt;&lt;br /&gt;“Trend” - means an established movement that is able to be predicted and the day traders usually are the first ones to recognize the trends starting and the first to realize a trend changing.&lt;br /&gt;&lt;br /&gt;If you are interested in it you can use numerous commercial Forex training courses and currency trading software systems (that are not expensive!) that have been developed especially for the day trader in order to improve your knowledge and to make you ready for day trading the Foreign Exchange Markets.</description><link>https://www.tutoorials.com/2009/11/forex-currency-exchange-market-basics.html</link><author>noreply@blogger.com (TN - houkwing)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4223726323265798328.post-8388015828769973108</guid><pubDate>Fri, 27 Nov 2009 13:15:00 +0000</pubDate><atom:updated>2009-11-27T05:16:04.001-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Foreign exchange</category><category domain="http://www.blogger.com/atom/ns#">Forex</category><category domain="http://www.blogger.com/atom/ns#">Forex Trading</category><title>Choosing A Forex Broker</title><description>Finding the proper forex broker can be a very difficult and confusing task. As trading on the fx market has become significantly popular, tens of new forex discount brokers are starting their broker businesses each month. No wonder that picking the right one could end up as a full-time job. Therefore it is vital for you to determine your requirements to ease up the choosing process and save some time, which you could spend on making healthy profits. learn forex trading&lt;br /&gt;&lt;br /&gt;First of all you must write down your demands, like the quantity of your initial deposit and the most preferred currency pairs you would like to trade with. Secondly it is important to decide which trading program suites you best. Some traders favour the MetaTrader platform for its ability to use automated expert advisors for trading or Sierra charts for its fast response but there are web-based platforms available as well, which do not need installation.&lt;br /&gt;&lt;br /&gt;The next big question is whether to choose a retail forex broker or an ECN broker. The first one is like a market maker for your trade. They shade prices, change the spread and unfortunately often trade against you! They also have the possibility to manipulate your trading platform which is rather unpleasant and as a result it can end up with huge losses. Market makers advantages are that you can open a trading account with very little money and offer the possibility to trade with little amounts, as well as tremendous leverage. ECN brokers are like interbanks, they do not manipulate the prices and offer a direct linkage between you and other traders. Though ECN brokers have their downside, too: you need a larger deposit to start trading and there are also commissions for trades.forex training&lt;br /&gt;&lt;br /&gt;If you are new to currency trading, it is wiser to choose a broker who does not want a large deposit because then you are not risking with everything you’ve got, and secondly it is a bit suspicious if broker wants a deposit reaching to thousands of dollars. So, if a broker accepts your desired deposit and offers a satisfactorily line-up of currency pairs, it’s worthy to take the broker under closer look. If the forex broker is associated with regulating authorities (the National Futures Association, Commodity Futures Trading Commission for the US or the Financial Service Authority for the UK), it is more trustworthy than a broker which is not regulated at all. Years have shown that many unregistered brokers are only interested in stealing traders’ money contrary to offer an honest service.&lt;br /&gt;&lt;br /&gt;After completing steps mentioned above you should have only a handful of brokers to choose from. If they are all so-called market makers, compare their pips, on the whole look for reputation reviews which always show whether the broker can handle your trades in the forex market or not.&lt;br /&gt;&lt;br /&gt;Finally you should have the dream broker picked out, open a live account and cash in your profit!</description><link>https://www.tutoorials.com/2009/11/choosing-forex-broker.html</link><author>noreply@blogger.com (TN - houkwing)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4223726323265798328.post-7334660946653334002</guid><pubDate>Fri, 27 Nov 2009 13:12:00 +0000</pubDate><atom:updated>2009-11-27T05:13:42.067-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Foreign exchange</category><category domain="http://www.blogger.com/atom/ns#">Forex</category><title>Forex Alerts Systems</title><description>Trading in the fx market is never easy. At first it might seem like a walk in the park but when your hard-earned money is burning due to some miscalculations and mistakes, trading currencies gains an ominous look and with terrible unfortune you could lose your faith in forex trading and, what’s even more worse, in yourself. So, what to do then? In my opinion the fastest way out of the crisis is to adapt or even create your own working trading system, which will be a future basis of your financial success. learn forex&lt;br /&gt;&lt;br /&gt;How could a trading system be a benefit, one might ask. The answer is actually quite simple, a trading system will tell you when to buy and sell the currencies you want to trade, more elaborate systems even signal the stop-loss and take-profit points to maximise the profits.&lt;br /&gt;&lt;br /&gt;The main advantage of the signalling system is that it rules out emotions and helps to achieve given goals. Mainly there are two signalling systems, computer (automated) and so-called manual systems. The first one uses different software based indicators which detect the trend and other variables and upon that a forex signal of entry and exit price is born.&lt;br /&gt;&lt;br /&gt;The second system is more complicated because you use your own knowledge and understanding of how the fx market is going to react and to which direction the prices are bound to move. The last option should be definitely under great consideration for the reason that automated indication systems are somewhat inaccurate.&lt;br /&gt;&lt;br /&gt;The cause of it is its unadjustability to inconstant trends, in other words the market is not a linear line, as the computer sees it, but more as a zigzag. Therefore diverse parameters should be used, but computer-run signal systems use only those indicators that are programmed into them. Furthermore, “reading” the forex market helps to capture its mentality, that is another aspect computers can’t estimate. In tricky market conditions it is absolutely vital to foresee how the large market makers of the forex market (central banks, for example) are likely to trade. And knowing that determines whether you win or crash. forex education&lt;br /&gt;&lt;br /&gt;There are quite a few forex signal systems on the web as well. Some are free while others charge their trading signals. In my opinion paying for it is not worth at all and we all know that there are not such things as free lunches. It is much more secure to develop your own buy-sell signalling system, in which case you rely on yourself not on strangers. Although the developing process will be rather demanding, because the goal is to have a system that must trigger over 50% winning signals, but the process itself will give an invaluable experience about the foreign exchange and its trading mechanisms. And the more knowledge you have, the more likely you will be successful in forex trading.</description><link>https://www.tutoorials.com/2009/11/forex-alerts-systems.html</link><author>noreply@blogger.com (TN - houkwing)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4223726323265798328.post-1965409639954933745</guid><pubDate>Fri, 27 Nov 2009 13:04:00 +0000</pubDate><atom:updated>2009-11-27T05:05:31.016-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Forex</category><category domain="http://www.blogger.com/atom/ns#">Forex Trading</category><title>Forex Trading</title><description>The investor&#39;s goal in Forex trading is to profit from foreign currency movements. Forex trading or currency trading is always done in currency pairs. For example, the exchange rate of EUR/USD on Aug 26th, 2003 was 1.0857.&lt;br /&gt;&lt;br /&gt;This number is also referred to as a &quot;Forex rate&quot; or just &quot;rate&quot; for short. If the investor had bought 1000 euros on that date, he would have paid 1085.70 U.S. dollars. One year later, the Forex rate was 1.2083, which means that the value of the euro (the numerator of the EUR/USD ratio) increased in relation to the U.S. dollar. The investor could now sell the 1000 euros in order to receive 1208.30 dollars.&lt;br /&gt;&lt;br /&gt;Therefore, the investor would have USD 122.60 more than what he had started one year earlier. However, to know if the investor made a good investment, one needs to compare this investment option to alternative investments.&lt;br /&gt;&lt;br /&gt;At the very minimum, the return on investment (ROI) should be compared to the return on a &quot;risk-free&quot; investment. One example of a risk-free investment is long-term U.S. government bonds since there is practically no chance for a default, i.e. the U.S. government going bankrupt or being unable or unwilling to pay its debt obligation.&lt;br /&gt;&lt;br /&gt;The market Time: - the market is open 24 hours a day, Sunday to Friday every week, this gives the trader the freedom to work at any time without having to be restricted with opening/closing time as it is a fact in other monetary markets.&lt;br /&gt;&lt;br /&gt;The completed transactions:as soon as the trader makes the transaction the deal is completely done with the displayed price at the time, this means that the deal is done at once and not broken into parts which can vary in price as happens in other monetary markets.&lt;br /&gt;&lt;br /&gt;The margin system: - using this system enables the trader to make deals the exceeds his/her capital with a percentage of 1 : 500.&lt;br /&gt;&lt;br /&gt;The trader should choose a good broker that can provide him/her with all the necessary technical tools to achieve successful trading. The broker should not overcharge the trader or enlarge the difference between the demand/ sale prices.</description><link>https://www.tutoorials.com/2009/11/forex-trading.html</link><author>noreply@blogger.com (TN - houkwing)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4223726323265798328.post-2986095309958222997</guid><pubDate>Fri, 27 Nov 2009 12:59:00 +0000</pubDate><atom:updated>2009-11-27T05:02:55.176-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Foreign exchange</category><category domain="http://www.blogger.com/atom/ns#">Forex</category><title>What is Forex?</title><description>“Forex” is short for foreign exchange. Quite often you can meet Forex to be also abbreviated as FX.&lt;br /&gt;&lt;br /&gt;Forex trading is quite simple: you buy one currency while simultaneously selling another - that is, you’re exchanging the sold currency for the one you’re buying. Your goal is to buy currency and resell it for a better price - this is where you or your trader or your Forex trading robot are making profits.&lt;br /&gt;&lt;br /&gt;Forex trading is done by managed Forex accounts through Forex brokers. Forex accounts are essentially foreign exchange currency accounts. You employ specialized groups that can manage Forex accounts for you.&lt;br /&gt;&lt;br /&gt;But in case you have the time and education to monitor currency markets - then you can trade yourself. This is how all Forex traders are doing.&lt;br /&gt;&lt;br /&gt;Can One Make Money on Forex without Trading Education?&lt;br /&gt;&lt;br /&gt;Well, it is better to have some education. But professional Forex traders invented a nice thing - called Forex robot.&lt;br /&gt;&lt;br /&gt;These traders have created special software which is trading (according to the secret trading strategies of these traders) AUTOMATICALLY. You just sit and watch.&lt;br /&gt;&lt;br /&gt;That does not mean you are making guaranteed income, because no guaranteed income is possible on Forex. But watch these trading records of one of the best robots - and you will have no questions about a robot to be possible to generate profits. Or another trading robot from the same guy (he is one of the stars of the currency market today).&lt;br /&gt;Even General Laws of Nature&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Can Help You in forex Currency Trading?&lt;br /&gt;&lt;br /&gt;The statement seems to be astonishing, but recently specific information came out and this information proves that general laws of nature have serious correlation with the way Forex market behaves.&lt;br /&gt;&lt;br /&gt;It seems to be magic, but it is not for one simple reason - currency market is basically a reflection of the global economic situation. A specific reflection, but reflection; otherwise why traders are saying that “the market takes it all” - because all actions in bigger or smaller manner find the response on Forex.&lt;br /&gt;&lt;br /&gt;So, one guy simply applied specific laws of nature to the Forex market - and he got a very nice system that helps in pointing out the turning points - this is exactly what the current up-and-down trader needs.&lt;br /&gt;&lt;br /&gt;More details about the general laws of nature and their usage for currency trading here.&lt;br /&gt;So, Trading without Professional Knowledge is Possible&lt;br /&gt;&lt;br /&gt;For every newbie trader - it’s very difficult to predict where a trend or the market will go ahead of time. People have made it their life’s work to try to figure out how to effectively predict market activities. They are using the results of fundamental analysis (overall analysis of the market, economic situation in the world, financial and political updates that influence the currency of a given country) and technical analysis (special indicators that help to correlate the future behavior of the market in specific situations).&lt;br /&gt;&lt;br /&gt;You should also understand that Forex market is a complex entity which constantly reacts to the factors on the market and “absorbs” them, resulting in changes of the value for specific currencies.&lt;br /&gt;&lt;br /&gt;This “organism” is highly volatile and one should understand that learning a strategy or system does not make one to understand what will happen on the market. That is why in general the aproach about finding “a strategy that works” is erroneous from the very beginning.&lt;br /&gt;&lt;br /&gt;There are no magic keys and silver bullets on the market. only professional traders with years of experience and clear vision of what is going on have real chances to make money on Forex.</description><link>https://www.tutoorials.com/2009/11/what-is-forex.html</link><author>noreply@blogger.com (TN - houkwing)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4223726323265798328.post-8295336699400607251</guid><pubDate>Wed, 30 Sep 2009 05:35:00 +0000</pubDate><atom:updated>2009-09-29T22:51:47.115-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Laptop</category><title>Change your Laptop Processor Easily</title><description>It&#39;s is not difficult to changing a laptop processor once the laptop is disassembled. The most challenging thing about working on laptops is the small size of the components. It&#39;s also very easy to reassemble parts in the wrong order.&lt;br /&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;img style=&quot;margin: 10px;&quot; src=&quot;http://4.bp.blogspot.com/__vv8Dj0dTME/SsLu2Ysm2yI/AAAAAAAAA-Y/Ws1-Obdckf0/s400/Laptop-Processor.jpg&quot; alt=&quot;Laptop Processor&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;&lt;/div&gt;Most laptop manufacturers have detailed diagrams and manuals that explain how each component fits in the housing. The laptop owner&#39;s manual also has information about the kind of processor you need for your particular model.&lt;br /&gt;&lt;br /&gt;1) Before start you need to refer your laptop owner&#39;s manual and assembly guide as you disassemble the laptop. Touch something metal periodically to remove static charge, and work on a large table with a bright light source.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2) Turn off the laptop and unplug it. Remove the main battery, CD/DVD drive and the hard drive. The hard drive is usually located in a slot on one side of the laptop. Remove the screw that holds the cover in place, and then pull the hard drive sled out.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3) Turn the laptop over and remove the screws on the bottom that hold the keyboard in place. Some of the screws may be covered with stickers or rubber plugs. Flip the laptop over, open it, and then lift the keyboard up and out. Unplug the flexible ribbon cable that connects the keyboard to the motherboard.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;4) Unplug the heat sink fan. Remove the screws that hold the heat sink in place, and then remove it from the laptop. Release or unscrew the mechanism that holds the original processor in place, then remove it from the laptop.&lt;br /&gt;&lt;br /&gt;To remove the CPU there will be a screw with a padlock symbol, or a bar that you pull up to unlock the CPU from the socket&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;5) Apply a thin layer of thermal compound on the processor. Make sure it is securely attached and properly aligned in the CPU housing.&lt;br /&gt;&lt;br /&gt;Note: Be very careful with the pins, they can easily be bent, and match the pin set, there is a pattern and match this pattern to the socket. Also CPU should fall easily into the socket DO NOT force it.&lt;br /&gt;&lt;br /&gt;Next lock that into place, and on top of the CPU put a small pea sized amount of thermal paste, Arctic silver is good.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;6) Now replace the heat sink and fan. Replace the screws, then plug the CPU fan back in.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;7) Connect the keyboard to the motherboard temporarily. Plug in the laptop, restart it, and then follow the instructions in your owner&#39;s manual to enter the system&#39;s BIOS. The new CPU should now be recognized by the BIOS. Turn off the laptop, unplug it, and then remove the keyboard. (BIOS will detect the new CPU, and windows will install the new drivers)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;8) Do not strip or over-tighten the screws. Follow the guide carefully as you reassemble the laptop. Replace any round stickers or rubber plugs you removed to complete the upgrade.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Tips &amp;amp; Warnings&lt;/span&gt;:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;      Make sure your BIOS is up to date&lt;/li&gt;&lt;li&gt;      Careful with the CPU pins&lt;/li&gt;&lt;/ol&gt;&lt;div id=&quot;ui-datepicker-div&quot; style=&quot;display: none;&quot;&gt;&lt;/div&gt;</description><link>https://www.tutoorials.com/2009/09/change-your-laptop-processor-easily.html</link><author>noreply@blogger.com (TN - houkwing)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/__vv8Dj0dTME/SsLu2Ysm2yI/AAAAAAAAA-Y/Ws1-Obdckf0/s72-c/Laptop-Processor.jpg" height="72" width="72"/><thr:total>9</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4223726323265798328.post-7436348339868541525</guid><pubDate>Tue, 29 Sep 2009 18:06:00 +0000</pubDate><atom:updated>2009-09-29T11:13:15.947-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Laptop</category><title>Guides to Buy a Laptop Online</title><description>Trying to &lt;span style=&quot;font-weight: bold;&quot;&gt;buy a laptop online&lt;/span&gt; that’s perfect for you? First figure out what you are going to do with your laptop computer, you can find a great deal as prices are always dropping while technology improves.&lt;br /&gt;&lt;br /&gt;If you&#39;re going to use your laptop for basic tasks like email and Internet, you can get a bargain price. If you’re a power user who needs more memory or a larger screen, you could spend a little more but still pay a fair price.&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right;&quot; src=&quot;http://4.bp.blogspot.com/__vv8Dj0dTME/SsJNAiehdeI/AAAAAAAAA-Q/Rcm5MiEuiuE/s400/buy-laptop.png&quot; alt=&quot;Buy Laptop&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;&lt;br /&gt;Whatever your needs and budget are, there are endless options for find a best and most suited laptop online.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1) First Figure out if you want a PC or a Mac. Used one or brand new? It&#39;ll be easier to determine if you already have a general idea of what you going to do with the Laptop.&lt;br /&gt;&lt;br /&gt;If you don’t feel strongly about it, then you can start looking at all your options. As you learn more about the differences, it will become clear which one is a better buy for you.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2) Decide on the most critical features and prioritize them. How will you use your laptop? Do you have a budget or is something else more important?&lt;br /&gt;&lt;br /&gt;If you hate looking at a small screen or do a lot of graphics design work, you might want a larger screen to work with. If you’re a love to watch movies on your laptop, consider a laptop with more memory and a decent graphics card.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3) Research and Compare at least a few laptops on one website or more. Review the specs so you’ll know what’s included in the price. Customer reviews are more important and always look for companies who have happy customers.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;4) If there are a lot of places where you can research and buy online laptop but be sure to shop only at the trusted, known sites. Sites should be online for several years and should have satisfied customers and etc will always be safer to deal.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;5) Narrow your search and figure out which laptop includes your most important features at the price you’re happy with. If you’re unsure of a specific brand/model, then read over the customer reviews to get another opinion and see what’s popular.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;6) Read the online store’s policies. Buy your online laptop and avoid unpleasant surprises by simply checking the details. What’s the return policy? While most new laptops come with a warranty, you should review the return/exchange policy just in case.&lt;br /&gt;&lt;br /&gt;Do you think you’ll need technical support? Many computers also come with optional technical support, which may be included, charged per phone call, or available under a renewable plan.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;7) &lt;span style=&quot;font-weight: bold;&quot;&gt;Pick out your top choice and buy online laptop&lt;/span&gt;. It’s simple to place your order online, just click through from the laptop page to the order page. Follow the form instructions to enter your credit card and billing information. To confirm your order was successful, you’ll get a confirmation screen and an email receipt.&lt;br /&gt;&lt;div id=&quot;ui-datepicker-div&quot; style=&quot;display: none;&quot;&gt;&lt;/div&gt;&lt;div id=&quot;ui-datepicker-div&quot; style=&quot;display: none;&quot;&gt;&lt;/div&gt;&lt;div id=&quot;ui-datepicker-div&quot; style=&quot;display: none;&quot;&gt;&lt;/div&gt;&lt;div id=&quot;ui-datepicker-div&quot; style=&quot;display: none;&quot;&gt;&lt;/div&gt;</description><link>https://www.tutoorials.com/2009/09/guides-to-buy-laptop-online.html</link><author>noreply@blogger.com (TN - houkwing)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/__vv8Dj0dTME/SsJNAiehdeI/AAAAAAAAA-Q/Rcm5MiEuiuE/s72-c/buy-laptop.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4223726323265798328.post-375032158450491144</guid><pubDate>Tue, 29 Sep 2009 15:24:00 +0000</pubDate><atom:updated>2009-09-29T22:53:19.668-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Laptop</category><title>15 tips to Maximize HP Laptop Battery Life</title><description>You can use following suggestions to make your &lt;span style=&quot;font-weight: bold;&quot;&gt;HP Laptop battery live longer&lt;/span&gt; during the each charge cycle. It is always recommend to following instructions for the HP laptop battery, charging and storage that came with the battery or notebook.&lt;br /&gt;&lt;br /&gt;1. Manage battery power more effectively in Windows&lt;br /&gt;&lt;br /&gt;2. Power Options in Windows XP allow you to control the power management features of your notebook PC. Make sure the battery gives the power you need and when you need it.&lt;br /&gt;Read more &lt;a href=&quot;http://www.microsoft.com/windowsxp/using/setup/learnmore/russel_02march35.mspx&quot; target=&quot;_blank&quot;&gt;power options&lt;/a&gt; at Microsoft:&lt;br /&gt;&lt;br /&gt;3. Reduce the brightness of the screen to the minimum readable level. Use FN and F7 or F8 keys to adjust the brightness.&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right;&quot; src=&quot;http://4.bp.blogspot.com/__vv8Dj0dTME/SsIm-JDvD5I/AAAAAAAAA-A/FeAYfnd2iW4/s400/Laptop-Battery.png&quot; alt=&quot;Laptop Battery&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;&lt;br /&gt;4. Remove peripherals you&#39;re not using. External hard drives, CD-ROMs, Zip drives, PC cards, and other peripheral devices can draw power from your battery even when they are not in active use. Disconnect them when you have finished using them.&lt;br /&gt;&lt;br /&gt;5. Reduce the speed of your processor. The faster your computer works, the more quickly it uses up the supply of power. By cutting down on processor speed, you can extend the charge of your battery. Methods for reduce processor speed vary from model to model, so you may need to refer your manual before going through this.&lt;br /&gt;&lt;br /&gt;6. Turn off the Wireless On-Off button when it is not in use. If your notebook has one, press the Wireless On-Off button so that the light turns off.&lt;br /&gt;&lt;br /&gt;7. Store Li-Ion batteries between 20°C and 25°C (68°F and 77°F) with 30% to 50% charge.&lt;br /&gt;&lt;br /&gt;8. Do not leave batteries exposed to high temperatures for extended periods. Prolonged exposure to heat will accelerate the deterioration of Li-Ion cells.&lt;br /&gt;&lt;br /&gt;9. Remove the battery if the notebook will be stored (turned off and not plugged into AC power) for more than 2 weeks.&lt;br /&gt;&lt;br /&gt;10. Remove the Pavilion DV2000 battery if the notebook will be plugged into AC power continuously (via a wall adapter or docking station) for more than 2 weeks.&lt;br /&gt;&lt;br /&gt;11. Short discharges and recharges do not fully synchronize the battery&#39;s fuel gauge with the battery&#39;s state-of-charge. This can result in the amount of power available in one cycle being less than expected or the laptop battery meter being inaccurate.&lt;br /&gt;&lt;br /&gt;12. Under normal usage, batteries should be calibrated a minimum of once every 3 months.&lt;br /&gt;&lt;br /&gt;13. Regular Laptop HD defragmentation can help you manage the data to be more efficient and make the hard drive (HD) a little faster to access the data. When HD works quickly, the more you can spare of laptop battery energy.&lt;br /&gt;&lt;br /&gt;14. Suspend the Scheduled Tasks (virus scan) that uses more battery energy.&lt;br /&gt;&lt;br /&gt;15. If you don’t use laptop some time, make sure that the laptop is 40% filled, pull the battery, and store in some dark place.&lt;div id=&quot;ui-datepicker-div&quot; style=&quot;display: none;&quot;&gt;&lt;/div&gt;&lt;div id=&quot;ui-datepicker-div&quot; style=&quot;display: none;&quot;&gt;&lt;/div&gt;</description><link>https://www.tutoorials.com/2009/09/15-tips-to-maximize-hp-laptop-battery.html</link><author>noreply@blogger.com (TN - houkwing)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/__vv8Dj0dTME/SsIm-JDvD5I/AAAAAAAAA-A/FeAYfnd2iW4/s72-c/Laptop-Battery.png" height="72" width="72"/><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4223726323265798328.post-1004158000541794142</guid><pubDate>Sat, 26 Sep 2009 09:20:00 +0000</pubDate><atom:updated>2009-09-26T02:27:51.381-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Computer</category><title>How to Reduce Noise in an Audio Recording</title><description>In studio they are using expensive microphones and noise reduction foams for eliminate noise in audio recording but this could be not identical for home use and also it is expensive.&lt;br /&gt;&lt;br /&gt;Here I have listed some tips which I found for noise reduction using almost any microphone in your own home, even with the internal Mic in your computer. Article divides into two parts, &lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right;&quot; src=&quot;http://3.bp.blogspot.com/__vv8Dj0dTME/Sr3dSIYb_JI/AAAAAAAAA94/jaKoSDhSX44/s400/Reduce-Mic-Noise.png&quot; alt=&quot;Mic Recording Noise&quot; /&gt;naturally reduce noises while recording and as well as eliminate noise in audio already recorded.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Recording Environment&lt;br /&gt;&lt;br /&gt;Before worry about anything else get rid all possible noise in your recording space. Pick the least noisy area to record. Turn off any fans, heaters, air conditions, and other non-essential applications. Even an extra laptop or idle gaming console makes noise, so if you&#39;re not using them shut them off. Close the doors and shut the windows.&lt;br /&gt;&lt;br /&gt;Place your microphone away from any remaining noise sources. Don&#39;t record next to a window, even if it&#39;s closed. Remember that your computer makes noise too! Even non-audible sounds will become noticeable once you amplify your recording. Finally, turn off any cell phones. Not vibrate, but off. You don&#39;t want to get any GSM buzz while you&#39;re recording.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2. Get as close to the Mic as possible.&lt;br /&gt;&lt;br /&gt;The closer the microphone is to the audio source, the less background noise will show up in the recording. Positioning for tonality and comfortability has to be taken into consideration, but beyond that you simply want to get the mic as close as you can. Speak louder, or if you&#39;re recording an electric instrument turn up the volume. If your levels start clipping, bring the volume down on the mixer.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3. Tweak the EQ.&lt;br /&gt;&lt;br /&gt;Once you&#39;ve got your audio recorded, you can often eliminate noticeable buzz or hiss using the equalizer. If your mixer has equalizer presets, try playing with those before you start recording to see what bands you can turn down to diminish noise.&lt;br /&gt;&lt;br /&gt;If you&#39;re mixing digitally, you can record the audio straight in without any EQ and apply one during the editing process. Finding the right equalizer band to mix down is often trial and error.&lt;br /&gt;&lt;br /&gt;If it&#39;s a hissing sound, it&#39;s going to be in the higher spectrum. If it&#39;s a buzzing sound, it&#39;s probably coming from the mid to lower spectrum. A graphic equalizer is a great mechanism to form a valley in the EQ and move it around until the noise is reduced.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;4. Use a Speech Enhancer plug-in.&lt;br /&gt;&lt;br /&gt;All good recording application has inbuilt Speech Enhancer plug-ins. If you couldn&#39;t find one, try searching the internet for a third party plug-in. The Speech Enhancer will let you apply some quick tone settings to make a speaking voice sound more professional.&lt;br /&gt;&lt;br /&gt;More importantly, it will give you the option to dial back the more quiet sounds in a recording. This will help isolate the vocal and push everything out. While this type of plug-in is meant for spoken audio, it can be used (with mixed results) on any kind of audio.&lt;br /&gt;&lt;br /&gt;Note: speech enhancer can deteriorate the quality of your audio. While it&#39;s fantastic for several minutes of audio, using it across an hour long podcast where levels and noises are frequently changing could have undesirable results. The more noise you reduce, the more likely you are to find additional compression noise.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;5. Know your noise gate.&lt;br /&gt;&lt;br /&gt;The noise gate is your key to absolutely silent pauses and crystal clean audio. What the gate will do is take all noises under a certain level and turn them down however much you tell it to. If you find that your desirable audio never gets any quieter than -20dB, you can tell your noise gate to turn the recording down any time audio is not exceeding -25dB.&lt;br /&gt;&lt;br /&gt;You can even tell it how much to turn it down - all the way for a clean recording, or maybe just a little to allow some natural hiss in. The noise gate appears easy enough on the outside, but can be a little complicated to master. If your settings are too high, you will clip out parts of your recording making it obnoxiously unlistenable.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If the above steps don&#39;t eliminate the noise in your recording probably you have some serious noise issues. For the really tough jobs you can use a noise reduction plug-in (like the one in Soundtrack Pro) to take a noise print and eliminate that print from the recording. You can also try a denoiser plug-in. These tools will get the job done, but not without sacrificing the quality of your recordings.</description><link>https://www.tutoorials.com/2009/09/how-to-reduce-noise-in-audio-recording.html</link><author>noreply@blogger.com (TN - houkwing)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/__vv8Dj0dTME/Sr3dSIYb_JI/AAAAAAAAA94/jaKoSDhSX44/s72-c/Reduce-Mic-Noise.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-4223726323265798328.post-33276731092182858</guid><pubDate>Fri, 25 Sep 2009 17:18:00 +0000</pubDate><atom:updated>2009-09-25T10:20:51.772-07:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Computer Hardware</category><title>Few Major steps to reduce the fan noise of your computer.</title><description>If you have any experience surly you know how fan noise is really annoying, here are some simple tips to make it reduce.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Allow better air flow:&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right;&quot; src=&quot;http://3.bp.blogspot.com/__vv8Dj0dTME/Srz7oKSI31I/AAAAAAAAA9w/umCRpXX8DLg/s400/fan-noise.png&quot; alt=&quot;Reduce computer Fan Noises&quot; border=&quot;0&quot; /&gt;&lt;/li&gt;&lt;/ul&gt;Always clear additional space around the computer so it allows for better airflow. Cooling fans will have to work less if there is enough airflow.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Replace newer Model:&lt;/li&gt;&lt;/ul&gt;If your fans giving too much noise one thing you should consider is the model. Old fan models are make more noise also if your fans are too old then there can be some technical issues. So it is best to replace newer model fans for your existing cooling fans in the computer.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Using soundproofing foam:&lt;/li&gt;&lt;/ul&gt;You can use soundproofing foam in the interior of the computer. Insert a thin layer to the inside of the computer case. Soundproof padding will help you to reduce fan computer noises.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Upgrade the power supply unit:&lt;/li&gt;&lt;/ul&gt;Power supply unit one of the most important part you should consider and it can make noises for several reasons. You should be aware about those otherwise it can burn your some computer parts too. Old power supply units are often noisy and a newer one will run more efficiently and with less noise.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Area between the fans and the computer case:&lt;/li&gt;&lt;/ul&gt;Cut a small cloth gasket to place between the fan mounting and the actual computer case. This will reduce computer vibrations and also computer noises.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Have additional heat sinks:&lt;/li&gt;&lt;/ul&gt;Additional heat sinks draw air away from various areas that tend to heat the most. This will make the computer run better.  Less overheat and run with less noise.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;New Computer case:&lt;/li&gt;&lt;/ul&gt;Buy a new case for the computer that is sound-resistant. Fewer sounds will escape the computer as it is running and you will automatically reduce the fan noise.</description><link>https://www.tutoorials.com/2009/09/few-major-steps-to-reduce-fan-noise-of.html</link><author>noreply@blogger.com (TN - houkwing)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/__vv8Dj0dTME/Srz7oKSI31I/AAAAAAAAA9w/umCRpXX8DLg/s72-c/fan-noise.png" height="72" width="72"/><thr:total>0</thr:total></item></channel></rss>