Spring Maven Repository
Guide on how to set up Maven to use Spring Repositories - Release Candidates, Milestones and Snapshots - after the Spring infrastructure updates.
Tweet 0 Comments Save Tags: how-to , java , tools
How To Integrate Google+ Sign-In With Google Drive Apps[video]
How To Integrate Google+ Sign-In With Google Drive Apps!
Tweet 0 Comments Save Tags: how-to
Refactoring Fat Models with Patterns
“Fat models” cause maintenance issues in large apps. Only incrementally better than cluttering controllers with domain logic, they... more »
Tweet 0 Comments Save Tags: agile , how-to , methodology
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
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
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
The Art of Naming
Why is Naming so important? Because its a matter of Quality. Naming = Readability = Understandability = Maintainability = Quality.
Tweet 0 Comments Save Tags: how-to , java , standards
OuterConf 2013 presentations on open source development
The Outercurve Foundation has provided a summary (with links to presentations) of its recent open source software conference keynotes.... more »
Tweet 0 Comments Save Tags: .net , how-to , open source , windows
Using TraceView to Identify and Solve Query Loop Problems
We’ve got another video in our series on common web app performance problems. This time – we’re looking into how to identify and solve... more »
Tweet 0 Comments Save Tags: how-to , methodology , php , tools
Links You Don't Want to Miss (May 20)
Take a trip to Google Island, check out the Codebunk pair programming tool, and a promise-based ORM for Node.js. Plus: developer wages... more »
Tweet 0 Comments Save Tags: how-to
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 »
Switching between data sources when using @DataSourceDefinition
Java EE 6 introduced the @DataSourceDefinition annotation and data-source element for usage in deployment descriptors such as web.xml.... more »
Tweet 0 Comments Save Tags: how-to , java , server , standards
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
Git - Simple File Management
Files can be added, committed and removed from git repositories using one or more of the following commands:
Tweet 0 Comments Save Tags: how-to , open source , tools
Teaching programming, we have a huge problem
I’ve been a professional programmer now for over a decade, and during this time I’ve met a LOT of excellent programmers. Most of them are... more »
Tweet 0 Comments Save Tags: agile , how-to , methodology , trends
Apache ActiveMQ – How to resolve java.io.IOException: Too many open files exception?
I have worked on ActiveMQ for quite a while, and there’s one annoying exception that I see all the time – java.io.IOException: Too many... more »
Tweet 0 Comments Save Tags: how-to , java , open source
How to Use Modules in CSS3
Today we are going to learn “How to Use Modules in CSS3”. In this section, we are going to learn how we can create smooth and... more »
Tweet 0 Comments Save Tags: css-html , how-to , web 2.0 , web design
How Does a Search Engine Work? An Educational Trek Through A Lucene Postings Format
Working with codecs and examining their output yields fascinating insights into how exactly Lucene’s search works in its most fundamental form.
Tweet 0 Comments Save Tags: how-to , tools
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
How to structure your PHP code to achieve testability and maintainability?
Frameworks provide a tool for rapid application development, but often accrue technical debt as rapidly as they allow you to create... more »
Tweet 0 Comments Save Tags: how-to , php , standards
LESS Tips and Tricks
Mária Jurčovičová shares many useful, and lesser known, tips and tricks for LESS CSS.
Tweet 0 Comments Save Tags: css-html , how-to , web design
Calling Non Public Setters in C#
Properties with non public setters sometimes make sense – until a unit test requires an object to be set up in a specific state. I don’t... more »
Tweet 0 Comments Save Tags: .net , how-to , microsoft
Getting Started With Glimpse - In ASP.NET MVC
I’m currently working on a more exhaustive Pluralsight course on Glimpse, but I thought I’d write up a quick getting started tutorial here.
Tweet 0 Comments Save Tags: .net , frameworks , how-to , tools
How to Specify the Startup Page in Windows Phone
Something that I get quite often is how do you specify the startup page in Windows Phone. Most people are trying to use the MVVM pattern... more »
Tweet 0 Comments Save Tags: how-to , methodology , microsoft , tools