Web Dev
-
Getting started with the Loneman’s Coder Methodology
I’ve embarked on a side project to develop an event scheduler without much planning, but every good software project needs…
Read More » -
Mapping Salesforce Object fields to Drupal Taxonomy terms
The Salesforce Suite module for Drupal synchronizes Salesforce Objects with Drupal Content Types on a one-to-one, field-to-field basis. However, it…
Read More » -
HTTP web server for Chrome to test local web applications
If you are writing HTML and JavaScript on your PC and testing the output in your browser without setting up…
Read More » -
Render Markdown in Rails with Redcarpet and SmartyPants
Rendering Markdown in your Rails app is pretty simple, thanks to the Redcarpet gem. We’ll set up a helper to…
Read More » -
Interactive REST hacking with Sublime Text and RESTer
Do you ever miss a command line to a web application? If you’re lucky, you may use a REST API…
Read More » -
How to write effective and SEO-friendly blogs?
Everybody around you seems to be blogging and talk about effective and SEO-friendly content. You get all of this but don’t know…
Read More » -
An Introductory Analysis of CoffeeScript
For the last six months, I have been working a project that exclusively uses CoffeeScript for both the front end…
Read More » -
Always in view paradigm in web
I was thinking about writing the next post in my blog and remembered one well-known paradigm I used in my…
Read More » -
Developing stateless (session-less) web apps
Almost all of the web apps we build nowadays (at least on the circles I usually move around) rely on…
Read More »