Posts Tagged with "good practices"
Responsive website Vs standalone mobile version
Posted by Stanislav Furman on June 16, 2014Important things you must know before register a domain name
Posted by Stanislav Furman on May 16, 2014Backward version compatibility in PHP web application
Posted by Stanislav Furman on February 17, 2014Loose comparison in PHP. Example of breakable functionality.
Posted by Stanislav Furman on September 12, 2013Recently, I have written about comparisons of numbers with floating point. Here is another important lesson that explains why loose comparison may break the business logic in your PHP application.
Look at the following PHP code. It seems pretty clear and straightforward.
Continue readingCookieless cookies and user authentication without cookies and JavaScript
Posted by Stanislav Furman on September 9, 2013Wow! Such an interesting thing I just found.
There is another way of tracking users without using cookies / javascript that only few people know of. Check this link to get more details.