Getting Started with Subversion
Subversion is a source control tool—a way of keeping track of the changes made to any text-based document. Typically we use these types... more »
Tweet 0 Comments Save Tags: how-to , news
Elastic Consistent NoSQL Data Storage with ModeShape 4
Randall Hauch gave this 45-minute presentation in April at NoSQL Matters.
Tweet 0 Comments Save Tags: database , how-to , news
How to connect Android with PHP | Android Aspect
In this tutorial I'm going to develop a very simple app that will call a PHP script using HTTP. In previous tutorials you have learned... more »
Android JSON Parsing Tutorial | Android Aspect
JSON is the best alternative to XML for storing and exchanging text information. Android includes the json.org libraries which allow to... more »
Tweet 0 Comments Save Tags: how-to , java , mobile , web services
How to use Gmail to send emails in WordPress, PHP and ASP.NET
Sending email using Gmail SMTP server in WordPress, PHP and ASP.NET - Step by step tutorial with codes.
Tweet 0 Comments Save Tags: .net , how-to , php
"This would be better without feature X"--said no one, ever
During the day, I work making a top-quality flight and hotel search Android application. On May 8th, we launched a major redesign to the... more »
Tweet 0 Comments Save Tags: how-to , usability
How to test Sinatra based Web Services
Sinatra is a fantastic lightweight framework for building web services. We’ll use it as the application framework for the HTTP endpoints... more »
Tweet 0 Comments Save Tags: how-to , ruby
VBA-Excel: CurrentRegion
CurrentRegion analyses the filled cells and the blank cells surrounded by the range you provide. Its... more »
Tweet 0 Comments Save Tags: how-to , microsoft , tools
Getting started on creating JVM Agents for bytecode instrumentation
Overview of what are JVM agents focusing on how to create one for bytecode instrumentation (using the java.lang.instrument API) with code samples
Tweet 0 Comments Save Tags: frameworks , how-to , java , open source
30 Days with IntelliJ IDEA. Editor Basics
Last week we announced the plans to publish articles from the 30-day guide on getting started with IntelliJ IDEA. The first article was... more »
Tweet 0 Comments Save Tags: how-to , java , open source , tools
Ninja App: Quick and Dirty Image Degrading
A few years back I was messing around with some graphics for a website and found myself repeatedly trying to 'fuzz-out' or pixelate... more »
Tweet 0 Comments Save Tags: .net , how-to
VBA-Excel: Get the names of all WorkSheets in a Excel (WorkBook)
VBA-Excel: Get the names of all WorkSheets in a Excel (WorkBook)
Tweet 0 Comments Save Tags: how-to , microsoft , other languages , tools
Solr 4.2: Index structure reading API
With the release of Solr 4.2 we’ve got the possibility to use the HTTP protocol to get information about Solr index structure. Of course,... more »
Tweet 0 Comments Save Tags: how-to , java , open source
WPF For the WinForms Coder- Part 2
This isn't exactly a "tutorial" but is a part of this 'WPF for the WinForms coder' transitional series. We all know that Visual... more »
Tweet 0 Comments Save Tags: .net , how-to , methodology , microsoft
How do GameShark codes work?
This has always boggled me. Obviously GameShark and Game Genie never got inside access to place their own cheats into every game. I don't... more »
Tweet 0 Comments Save Tags: games , how-to , tools
Automatic system backups with ruby backup gem and some shell scripting - part 2, using backup gem
In part 1 of this series we set up a remote image file as the backup storage, with some extra scripts for easier operations. Now, let’s... more »
Tweet 0 Comments Save Tags: how-to , ruby , server , unix-linux
Get started with REST services using Google App Engine (Maven & Java)
Simple getting started guide for creating REST services on Google App Engine for Java, using AppEngine Endpoints. The official Google App... more »
RavenDB & the magic beans by Ayende Rahien (Podcast)
RavenDB is a scalable, schema-free, NoSQL Document-oriented Database, designed to address requirements coming from real-world systems. In... more »
Tweet 0 Comments Save Tags: .net , how-to , other languages
How to use Enterprise Java Beans 3.x based application with Websphere 8.5 application server
In this article, we will learn about the process of creating EJB 3.x based application and deploying on Websphere 8.5 application server.
Understanding XAMARIN – Create iOS, Android, Mac and Windows apps in C#
In short, XAMARIN is about writing code in one language to support the major mobile platforms.
Tweet 0 Comments Save Tags: how-to , microsoft , tools
MV* (MVC, MVP, MVVM) An Investigation From the Ground Up- Part 1 of 2
This is my attempt to research and explain each of the MV* patterns. My first guess is that they are basically attempting to solve... more »
Tweet 0 Comments Save Tags: how-to , methodology , tools
Creating a wizard-like experience for HTML client
If you have been playing with the new HTML client, you will know that LightSwitch provides a built-in screen template for creating data.... more »
Tweet 0 Comments Save Tags: how-to , methodology , microsoft , tools
How to use param implicit object in a JSP page ?.
A simple web application demonstrating how to use param implicit object in a jsp. 1. Create a simple jsp page as "param.jsp".
Tweet 0 Comments Save Tags: how-to , java , web design
How to Uninstall Windows or Linux After Dual-Booting
We've talked a lot about running multiple operating systems on the same computer—whether it's Windows and Linux, Windows and OS X, or... more »
Tweet 0 Comments Save Tags: how-to , unix-linux