MySQL has had the unsaid title of “Mother of all Database”, since more than a decade now. It’s a great tool for all size of projects from small to enterprise level applications. Even after all the popularity and wide usage there are some tasks which are better left for more efficient tools. Indexing data in
HMTL Data Tables in emails are important for notification’s and other places to display information cleanly. Since only in-line CSS is rendered properly across all email clients its imperative that HTML data table has a proper markup to render it cleanly. So, here is a small code snippet for an HTML data table that renders
Alright we are now in the last part of our budget website tutorial series. In the last part we have seen how to install and configure all the requirements for the website on your Digital Ocean Droplet. Now in this part we will see how to create a database and install WordPress on your brand new
In the last 2 parts of our Budget Website series we have worked on getting a domain name and a hosting server and how to point your domain to the hosting server. In this part we will look at how to actually power up your hosting server so that it can start serving your website. We will be using
In the previous part of our Budget Website Series we have seen how to get you on the internet and what are the prerequisites of the same. This part of the series assumes that you have already registered for your domain name and signed up in Digital Ocean. In this part we will see how to create a new Droplet
Please note: This article series assumes you are an beginner to intermediate Linux user with knowledge of SSH along with other basic terminal commands. Introduction You have come to this article because you have been trying to start a site and you may have been got hefty quotations from Web Development Companies, Digital Agencies or Freelancers and
Elasticsearch is a great tool for indexing huge amount of data and creating a search or analytics engine. It has a potential of solving large number of use cases. Its based on Apache Lucene and provides a RESTful interface which makes it easy to integrate with any technology. This article describes the very basic Elasticsearch installation and
npm is now out with its latest version. Starting 31st May 2017 typing npm install npm@latest -g will install npm@5. The latest release is aimed at making it a faster client, as measured by benchmarking and profiling tools available to everyone; a much improved version of npm-shrinkwrap.json, npm’s lockfile. In particular, shrinkwrap was originally intended
node.js is still considered to be the new mischievous kid on the block. node.js is an event-driven JavaScript platform. It is a light-weight and efficient framework. Its efficiency in terms of speed and and high throughput has been derived due to its non-blocking (aka Asynchronous) I/O model. Along with many things Node.js can be used as
We were recently working on an internal project which had a segment in which it is required to limit form submission based on IP. This is a brief case-study cum tutorial which describes how to limit IP based form submission with PHP and MySQL. The Scenario To limit form submission based on IP We have