Custom paging in Gridview
Custom paging in Gridview
Tweet 0 Comments Save Tags: .net , database , microsoft
Dynamic pivot in sql server
Pivot in SQL Server is used to transform row values of a column as the columns of the output. What is the need of dynamic pivot? The need... more »
Tweet 0 Comments Save Tags: database , microsoft
Column Level Encryption in Sql Server
Column Level Encryption in Sql Server
Tweet 0 Comments Save Tags: database , microsoft , security
C# Best Coding Practices for Developers to Follow
In this article, I will try to list down some C# best practices which a C# developer must follow during development of a project. These... more »
Tweet 0 Comments Save Tags: .net , opinion , standards
An HTTP REST interface for attachments in your Gmail account
DIMAP provides a RESTful HTTP interface to attachments in your Gmail account. I wrote this as a proof of concept during a hack day at Attachments.me.
Tweet 0 Comments Save Tags: javascript
Why developers are turning to API services
As outside services are increasingly integrated into enterprise and consumer applciations the demand for API management tools is also... more »
Tweet 0 Comments Save Tags: cloud , java , mobile , web services
Date Piker Example In Android | Simple Date Piker Demo in Android | DatePikerDialog sample Code
Sample code for date piker in android using DatePickerDialog...
Tweet 0 Comments Save Tags: eclipse , how-to , java , mobile
The Shortest Crashing C Program
It might seem like a strange idea to want to write a small crashing C program, but in one of the courses that I've been teaching labs... more »
Tweet 0 Comments Save Tags: c-and-cpp
The Hazards of Remembering Positions in Vectors
Don't remember pointers, references, or iterators to vector elements until you're done putting new elements in the vector.
Tweet 0 Comments Save Tags: c-and-cpp
Customizing WordPress Using Custom Post Types
One of WordPress’ greatest features is its ability for customization. There are many sites out there that could benefit greatly from... more »
Tweet 0 Comments Save Tags: how-to , usability , web design
Why Don’t Software Developers Use Static Analysis Tools to Find Bugs?
Abstract: Using static analysis tools for automating code inspections can be beneficial for software engineers. Such tools can make... more »
Tweet 1 Comments Save Tags: methodology , research , reviews , tools
Java SE 7 Features Part - 2
Tried to cover Java SE 7 features
Tweet 0 Comments Save Tags: java , open source
Ultimate Responsive jQuery Image Slider
The sliders are pretty powerful as they include configurable settings, callback, events, touch swipe support on mobile platform and... more »
Tweet 0 Comments Save Tags: javascript
Spring from the Trenches: Adding Validation to a REST API
This blog post describes how we use the @Valid annotation for adding validation to a REST API which is implemented by using either Spring... more »
Tweet 0 Comments Save Tags: java
tmux article
This is a concise introduction to tmux that includes cheatsheet tables for the most commonly used commands.
Tweet 0 Comments Save Tags: how-to , open source , tools , unix-linux
Spring Integration File Polling and Tests
An approach to testing a File polling based message flow in Spring Integration
Tweet 0 Comments Save Tags: how-to , java , tools
jvmtop - a top-like console tool to monitor your JVMs
jvmtop is a lightweight console application to monitor all accessible, running jvms on a machine. It's like top but is able to provide... more »
Tweet 0 Comments Save Tags: java , server , tools , unix-linux
Do projects really fail or do they just disappoint?
At first sight, this question seems harmless but it brought many questions to my attention: What is the motivation to diminish the... more »
Tweet 0 Comments Save Tags: agile , methodology
Learning deliberately: Tips to success
"Learning isn’t done to you; it’s something you do. Mastering knowledge alone, without experience, isn’t effective. A random... more »
Tweet 0 Comments Save Tags: agile , books , research , reviews
Facial Features Recognition in Java
An explanation of two techniques (Haar cascades and the FaceSDK API) for recognizing facial features such as the eyes, nose, mouth,... more »
Tweet 0 Comments Save Tags: how-to , java , open source
Get Query String Value using Java Script
In web application development, we all are well aware of Query String and Its uses. We can easily retrieve the Query String values from... more »
Tweet 0 Comments Save Tags: .net , javascript
Learn basics of Jenkins Tool - Continuous Integration tool
Jenkins is build server for java projects, and can be achieved for Continuous Integration and Test Driven development
Tweet 0 Comments Save Tags: frameworks , open source , tools
Update query for select box using ajax
In this copncept how to update in an select box
Tweet 0 Comments Save Tags: ajax , php