a quick fix for Django : Table doesn't exist error.
Bits
WWW and Non WWW version in Nginx redirects
WWW and non WWW versions are treated as 2 separate sites indeed, its recommended to choose a version and redirect other to maintain uniformity and take full advantage of URL's
GZip Contents on Nginx
Compressing the contents reduces the size of it thus reducing the amount of data to be transfer which results in faster load time which is equal to happy users.
Leveraging Browser Cache on Nginx
Leverage browser Cache is process of making the browser cache resources by the exertion of force by means of a lever, which is the server.
Understanding Web Notification API’s
Web Notification API allows websites to alert/notifications users outside the context of a web page, This allows web apps to send information to a user even if the application is…
Javascript Location Object
Javascript Location object comes bundled with a ton on informations that can be used for various applications.
Importing MySQL Database (.sql) in Terminal
Importing MySQL Database (.sql) Via MySQL Terminal on to Remote Database Server on Amazon web services
View Selected Image Before Upload
It will be a good user experience if you can show the user how the image they are gonna upload will look like in your system…