Category Archives: Javascript

Bootstrap makes me look good

Before we begin, let me give you a quick background. I’m a web developer who likes to dabble a bit in UI design. The majority of the projects I work on are non public facing, so they are often without … Continue reading

Posted in Javascript | 7 Comments

Yow! Developer Conference Brisbane.

Yow! Brisbane 2011 I recently had the pleasure of attending the Brisbane Yow! Conference.  This was a great conference with talks to interest developers across many languages platforms and experience. This blog is a summary of the more interesting talks … Continue reading

Posted in Continuous Integration, Javascript, Node.js, Opinion | Tagged , , , | 4 Comments

Me Want Cookie: Session Handling with NetBiscuits Mobile Web Apps

Shine was recently involved with helping a client bring an outsourced mobile web site in-house. The site was essentially a guide for browsing business and event information for cinemas, restaurants and bars in your area. Bringing this web site in-house … Continue reading

Posted in Javascript | Tagged , | Leave a comment

JavaScript from Nose to Tail

Cliffano Subagio from Shine Technologies presented together with Carl Husselbee from Sensis “JavaScript from Nose to Tail” at the August MelbJS Meetup. The slides and the video of the presentation are now online.

Posted in AJAX, Javascript, Node.js | Tagged , , | Leave a comment

Building a shared calendar with Backbone.js and FullCalendar: A step-by-step tutorial

In a prior post, I explained how Backbone.js can be used to implement cascading select boxes. However, this was pretty much just a read-only affair, and these were relatively simple HTML elements. How does Backbone fare creating, updating and deleting … Continue reading

Posted in AJAX, Javascript | Tagged , , | 60 Comments

Cascading Select Boxes with Backbone.js: A Step-by-Step Tutorial

Up until recent years, client-side Javascript development has resembled the wild-west from a software design perspective. Libraries like jQuery have certainly helped, but with the rise of Single-Page Applications, jQuery alone doesn’t provide enough of an overall framework for large-scale … Continue reading

Posted in AJAX, Javascript | Tagged | 25 Comments

TLS/SSL tunneling with Node.js

I was recently faced with a bit of a coding challenge whereby I needed to get LDAP authentication working via SSL/TLS using Node. Unfortunately for me Node.js is a relatively new language and a secure LDAP library is still on … Continue reading

Posted in Javascript, Node.js | Tagged | 3 Comments

Couchtato – A CouchDB Document Utility Tool Written In Node.js

We have been using Apache CouchDB at one of our clients project, and despite how well CouchDB worked, we learnt that there was still no easy way to find certain documents without resorting to writing map reduce functions either via … Continue reading

Posted in Javascript, Node.js, Tools | Tagged , , , | 8 Comments

Node.js From the Enterprise Java Perspective

Node.js currently is getting much attention because it uses a concurrency model that shows great promise in scalability: event-driven asynchronous Input/Output. This model can handle thousands of concurrent user-requests and do that with a tiny memory footprint, things that cannot … Continue reading

Posted in Javascript, Node.js | Tagged | 28 Comments

jazz: node.js templates for humans

The use of bleeding-edge technology in the enterprise can be a daunting prospect. There are bugs to deal with, nuances to learn and third party libraries to overcome. Our team has been dealing with all of these issues over the … Continue reading

Posted in Javascript, Node.js, Tools | Tagged | 2 Comments