-
Twitter streaming API, NodeJS and 401 Unauthorized error
posted in JavaScript on 2013-07-17 found server twitter streaming api -
I'm working on a year old application written in node. There is twitter streaming API implemented and it worked before a couple of months. These days we moved the site on another server and I found that it is not working anymore.
read more
-
How to find non-secure items on a page
posted in Other on 2012-02-08 secure items find http www whynopadlock simple web tool internet explorer annoying message repair helps found -
We all know the annoying message of Internet Explorer about non secure items. I just found a simple web tool which helps to find those items and repair them.http://www.whynopadlock.com/
read more
-
Another IE surprise
posted in JavaScript on 2011-05-19 createstylesheet problem createstylesheet k found usage -
We all know that the usage of InternetExplorer brings a lot of problems for us (the developers). Did you know that there is a JavaScript method createStyleSheet that you can call only 31 times.
read more
-
How to display php errors when display_errors is set to off
posted in PHP on 2010-09-17 display_errors ini_set server lines found set -
I successfully finished an interactive project for one of my clients. We did a great job and finally I had to install the system on their server. I received the FTP and MySQL information from their IT team, but when I uploaded all my files the site didn't work at the first time. The server didn't show any errors and I wasn't able to find out the problem.
read more