June 10, 2017 · 3 min read
Flame the inner gamer in you with FLAMES
A simple PHP based script to relive the childhood and play the FLAMES game.
Programming, Entertainment
June 8, 2017 · 33 min read
Introduction to MongoDB
A quick introduction on MongoDB from a beginner's perspective. My learning experience as an article.
JavaScript, Programming
June 2, 2017 · 6 min read
Evolution of Drop Down Menus and Exiting Them
This has been a huge problem with drop down exit implementation strategy. This article explains a better way.
JavaScript, Web Development, Programming
May 26, 2017 · 4 min read
Looking into the Future of Indian Corporate
The future of Indian IT industry is going down. This article gives some alternate suggestions.
Lifestyle, Travel & Places
May 25, 2017 · 3 min read
Leave and Live
> Once again, another Guest Post, this time by [SaNa](https://www.facebook.com/sainanthitha95/). Remember those times when everyone were your friend and
Lifestyle
May 20, 2017 · 7 min read
Challenge: Making an Affiliate Registration with Hierarchy
A PHP & MySQL script for creating a simple affiliate registration marketing.
Programming
May 17, 2017 · 1 min read
LIVE: Thinking Digital 2017 Newcastle
Live Stream and tweets of Thinking Digital 2017 Newcastle from Sage Gateshead. For the full event schedule, please check out Schedule - Thinking Digital Newcastle (http://tdcncl.com/schedule/).
Hackathons & Events, Travel & Places
May 14, 2017 · 3 min read
Motivation behind Cloudroit
The motivation behind starting something like Cloudroit.
Misc
May 13, 2017 · 3 min read
Hacking around Dangerous Dave High Scores (DSCORES.DAV) file
Trying to hack into the Dangerous Dave game's High Score file and tamper it.
Programming, Security, Entertainment
May 12, 2017 · 2 min read
Getting the consolidated sum of transactions grouped by currency just using MySQL
This article explains how you can make all the complex calculations using only the Database Server, instead of processing the data on the server side application.
Programming
May 11, 2017 · 3 min read
Creative (crazy) uses of Chain Assignment (PHP)
Some creative uses of the multiple chain assignment operator are discussed here.
JavaScript, Programming
May 10, 2017 · 2 min read
Enabling POST request for Ghost Blog
A quick way to solve the issue with Ghost, where it doesn't accept POST requests.
JavaScript, Web Development, Programming