I was testing out a new MT4 expert advisor (EA) .ex4 and found that it can't be attached to a chart. The MT4 journal log simply prints 'Cannot open file 'C:\pathToMT4\experts\eaName.ex4' on the chartName, timeFrame The problem was easily solved … [Continue reading]
MySQL: How To Remove Duplicate Rows From A Table
Fast and simple way to remove duplicates rows from your MySQL tables. No messing around with programming language (php,.net,ruby,python, etc). Just pure SQL. Here's how. … [Continue reading]
htaccess Redirect Rule Not Redirecting Troubleshooting
So I was pretty sure that my htaccess redirect rule was perfect but it simply won't work no matter what when tested from davidtan.org (main domain of a shared host). … [Continue reading]
Firebug Console Debugging jQuery Notes
Just a quick note to myself and those who might find this useful. While using firebug console to debug jQuery, make sure that $ is in fact representing jQuery, since the $ alias might be tied to other things. … [Continue reading]
Fix Missing New Text Document Context Menu (Windows 7)
I had this problem where the "New Text Document" entry was missing from my right click context menu in Windows 7 and this is how I got it fixed. … [Continue reading]
WordPress Hard Crop VS Soft Crop Difference & Comparison Example
Have you ever question what does the "Crop thumbnail to exact dimensions" checkbox in Wordpress Dashboard > Media > Thumbnail size actually do? … [Continue reading]
Easy URL Redirect
Redirecting traffic from one URL to another is a common task among webmaster. It's usually done so when old pages are renamed/moved and you want to redirect people to the new page instead of letting them get a 404 no page found error. Affiliate … [Continue reading]
Using Google To Check if Your Site is Safe for Browsing
Webmasters take note. Did you know that Google provides a tool for you to check if your site is safe for browsing? For example, you can view the diagnostic result for this site returned from Google here. The test result is a good way of telling if … [Continue reading]
How To Check How Many Opened Connections To MySQL
I was writing a wordpress plugin and came across a bug whereby I was creating a new database connection instance (wpdb in this case since I'm working with wordpress) everytime in a foreach loop. foreach ($results as $result) { $newdb = new … [Continue reading]
FxPro Money Withdrawal Problems
So i have just started trading forex online since last month and was recommended to use FxPro by my brother and another friend. Everything was fine, I deposited my money using credit card and paypal, made a few trades, won and lost, as usual. But … [Continue reading]