This is an issue that I faced yesterday. I checked all of configuration related to all related files, eg: conf/tomcat-user.xml, conf/server.xml, conf/context.xml. However, all files are configured properly. After checking around, I figured out that tomcat 8+ does not allow…
GoDaddy shared hosting with Laravel 5 and Git

I’ve decided to develop a quick start up idea during the weekend using Laravel 5. Then, I deployed it to my GoDaddy shared hosting. During the deployment process, I’ve found some issues with GoDaddy shared hosting and finally, I’ve solved…
WordPress Datascript

DRY – Don’t Repeat Yourself – is a principle that I have followed for a long time. I noticed that whenever developers need to deploy a new version of WordPress to production/staging environment – we need to do many…
Offline cache manifest
Many people have written a lot of articles on this. I don’t want to repeat. Just put list of link for sharing things that we should read on this topic: Great articles introduce and explain very clearly on Cache Manifest http://alistapart.com/article/application-cache-is-a-douchebag…
Back to blog
Long time with no update on the blog. I am back!
Quote of the day
Whatever you think you are, you are.
Comparision of CSS Grid frameworks
We’re targetting into “using a grid CSS framework” in HTML development. The reason is: using grid helps a lot in defining the layout structure, make it better, more efficient. However, there are a lot of CSS Grid frameworks out there.…
Hack SenchaTouch Core
I’ve worked on some projects with SenchaTouch. Basically, I love the core functionality of SenchaTouch. It supports many useful features for developers, includes: + A standard OOP with Javascript and its dynamically/clever JS class loading.+ Data package for loading data from Ajax…
A great post for JS developers
JavaScript is Dead. Long Live JavaScript!
Aptana + PHP = Dreamweaver
We’re fan of free tools. We asked our HTML team to use Aptana as the IDE instead of Adobe Dreamweaver. However, from feedbacks of the team: Aptana does not allow them to manage common HTML pieces => So, in…