7 jQuery Parallax and Scrolling Effect Plugins
Parallax is a difference in the in the apparent position of an object viewed along different lines of sight.The Parallax effect or... more »
Tweet 0 Comments Save Tags: how-to , javascript
Implement "Remember me" Controller with Servlets and JSPs
A tutorial on how to implement "remember me" functionality with Servlet/JSPs
Tweet 0 Comments Save Tags: how-to , java
Neo4j App Performance Profile Management using New Relic
The benefit of performance profile management, according to this post, is ongoing data analysis, as well as assistance in debugging... more »
Tweet 0 Comments Save Tags: database , how-to , open source
How to create a kick-ass product? What I learned from 37Signals’s book - Rework
What is the thing that makes your blood boil? Passion for what you build is the most important asset you have. Find it and start, there... more »
Tweet 0 Comments Save Tags: agile , books , how-to , methodology
How to completely remove a file from Git history
I decided to document the steps needed to identify the file from the git repo history that is using all that space and to have it... more »
Tweet 0 Comments Save Tags: how-to , unix-linux
Limiting your abstractions: Reflections on the Interface Segregation Principle
I have found two definitions for ISP (in this post, I assume that you know what ISP is, if you don’t, look at the links below).
Tweet 0 Comments Save Tags: agile , how-to , methodology
The story of the mysterious WINA20.386 file
matushorvath was curious about the WINA20.386 file that came with some versions of MS-DOS.
Tweet 0 Comments Save Tags: how-to , windows
Cost of a bug within a software lifecycle
Thanks to Kristian Köhntopp I was reminded of this chart yesterday about the costs of a bug fix within a software lifecycle. I decided... more »
Tweet 0 Comments Save Tags: agile , how-to , methodology
Collaboration: At the Extremities of Extreme
Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP,... more »
Tweet 0 Comments Save Tags: agile , how-to , methodology , opinion
Git in a nutshell
Git is really not that hard to learn, yet it is a powerful tool to manage version control of your work. I learned the basics recently... more »
Tweet 0 Comments Save Tags: how-to , open source , tools
Quick tip on using Blocking method in Java
Java API has several blocking methods in IO, Swing and Threading which can hung the program if not used properly. its quick guide on... more »
Tweet 0 Comments Save Tags: how-to , java
Best Resume Ever: How to Woo a Startup
This story, like all incredibly successful hiring stories, includes bad puns, elaborate presentation-proposals and one of the cutest... more »
Tweet 2 Comments Save Tags: how-to , research , tools , trends
Hacking into Python Objects Internals
Christian S. Perone provides an excellent tutorial on how to hack into Python Objects internals, allowing you to access fields like... more »
Tweet 0 Comments Save Tags: how-to , python , tools
Mixing R, Python, and Perl in 14 Lines of Code
John Cook continues his post "Running Python and R inside Emacs" in which he explained how to execute independent code blocks in Emacs... more »
Tweet 0 Comments Save Tags: how-to , other languages , python
Resetting Idle Detection Countdown in Windows Phone
Francesco De Vittori provides a detailed tutorial on how to use accelerometer events to reset the screen-saver countdown for Windows... more »
Tweet 0 Comments Save Tags: how-to , microsoft , mobile , windows
EvenTiles from Start to Finish - Part 9
Maarten Struys continues his series on developing a Windows Phone app from start to finish. In this post, he talks about adding a... more »
Tweet 0 Comments Save Tags: how-to , microsoft , mobile , windows
Tables are no Domain Objects: Data Type Transformations
Last post of a series about entity design basics. This topic covers table columns that are candidates to be transformed into something... more »
Tweet 0 Comments Save Tags: database , how-to , usability
Designing Rails API using Rabl and Devise
Enabling RESTful API access for Rails application is easy. However, the complexity arises when some responses are expected in xml format... more »
Tweet 0 Comments Save Tags: how-to , open source , ruby
Find/Replace in Visual Studio using Regular Expressions
David Amador gives a brief tutorial on using Find/Replace to change unwanted code snippets using regular expressions in Visual Studio.
Tweet 0 Comments Save Tags: .net , how-to , microsoft , tools
Under the Hood of Yii’s Component Architecture, Part 2
Welcome once again to this tour of the Yii Framework’s CComponent class. This three-part series demonstrates how Yii uses a... more »
Tweet 0 Comments Save Tags: frameworks , how-to , php
Python 2.7 CSV Files with Unicode Characters
The csv module in Python 2.7 is more-or-less hard-wired to work with ASCII and only ASCII. Sadly, we're often confronted with CSV files... more »
Tweet 0 Comments Save Tags: how-to , python , tools
The path-searching algorithm is not a backtracking algorithm
Suppose that you call LoadLibrary("foo.dll") intending to load the library at C:\dir2\foo.dll. If the network server is down, the... more »
Tweet 0 Comments Save Tags: c-and-cpp , how-to , windows
Passing null to the model in JSF
In some situations it's difficult to push a null value into a model in JSF. This post describes a workaround.
Tweet 0 Comments Save Tags: how-to , java , server
Getting started with SSIS - Part 3: First SSIS Package
Hope that you have a basic understanding of ETL, SSIS and BIDS. So without much delay, let us start getting our package to move data from... more »
Tweet 0 Comments Save Tags: database , how-to , microsoft , server
Give Your Windows Phone App the Finger!
Jerry Nixon provides a great link to an article written by colleague Sam Stokes, and also offers his own take on the task of dragging... more »
Tweet 0 Comments Save Tags: how-to , mobile , opinion , windows


