Using LINQ-to-SQL XML Mapping Files
.NET 3.5's LINQ-to-SQL functionality provides a great way to write data access layer code that automatically handles mapping relational data to object... more »
0 commentsSave Tags: .net, frameworks, xml
From JConsole to VisualVM
With the release of VisualVM as a standard part of Sun's JDK distribution since JDK 6 Update 7, it is likely that Java developers will begin using... more »
0 commentsSave Tags: java, tools
Lucene: Lucene: Asynchronous Index Writer for faster writing
I was trying to do some Index writing speed improvement and thought of creating a asynchronous Lucene index writer. This writer provides a... more »
0 commentsSave Tags: frameworks, java
Answering Monty's Challenge: Advanced Replication for MySQL
Today Continuent is publishing the Tungsten Replicator, which provides advanced open source master/slave replication for MySQL. Publishing code is the... more »
0 commentsSave Tags: database, frameworks
Develop a Mobile RSS Feed the Easy Way
Find out how to take your basic web development skills and build a mobile J2ME application.
0 commentsSave Tags: frameworks, java, mobile
Interview with Jeff Veen, User Experience Guru
Jeffrey Veen is a high-profile author, speaker, and user experience consultant who has been involved in the design of such sites as Flickr, Blogger,... more »
0 commentsSave Tags: gui, opinion, usability
A Minimal Grails JMS Integration
We’re implementing some asynchronous processing at work and naturally JMS seems like the right choice. We looked at the JMS plugin, and it is helpful... more »
0 commentsSave Tags: frameworks, groovy, java
MySQL Workbench 5.1 Alpha for Linux in Less Than 30 Days
A lot of people have been waiting for this a long time - so I am very happy to announce that we will publish the first Alpha that runs natively on... more »
0 commentsSave Tags: database, news, tools, unix-linux
Fundamental: There are three languages that I really don’t like.
I really don’t like C++, because it tips the equation of “what’s less likely to increase dramatically over time, and what should we therefore choose... more »
0 commentsSave Tags: opinion
Secretaries Make the Best ScrumMasters
Do you believe the title of this post? If you do, don't feel bad, you are not alone. I have been working in project management and around project... more »
0 commentsSave Tags: agile, how-to, methodology, opinion
OS X == Serious MVC
Application development in Xcode is, by necessity, a really unusually good exposure to MVC patterns.
0 commentsSave Tags: apple, methodology, trends
Introduction to the WinAPI
Brief intro to using the WinAPI to create a window and respond to mouse clicks.
0 commentsSave Tags: c-and-cpp
HOWTO: Auto Submit a Form in ASP.NET using Javascirpt
how to auto submit a form in asp.net using javascript
0 commentsSave Tags: .net, microsoft
Memory is the best thing to have. Not RAM, your Brain!
Why a good memory is the best thing a progrmamer can have
0 commentsSave Tags: methodology, opinion
What is the Max length of a URL??
how long can you make your URL's in your
0 commentsSave Tags: .net, how-to, microsoft
When To Code To an Interface
When should you code to an interface and when should you not?
0 commentsSave Tags: .net, methodology, opinion
Helpful Tips on Optimizing a Web Site
After spending so much time and/or money on designing and building your site, now the real problem comes. It is not enough that you have built a site... more »
0 commentsSave Tags: css-html, tools, web design, web services
Regular Expression in Python
How to learn Regular Expression in Python? You can follow the steps...
0 commentsSave Tags: python
Red5 + MP3 meta data support
Red5 now sends an MP3's ID3 data in the onMetaData event, so break out your player projects and give it a whirl.
0 commentsSave Tags: flash-flex, java, open source, server
Red5 + MP3 cover art + onImageData
Red5 now has built-in support for MP3 cover art (when contained in ID3 tags) and the new onImageData event. This means you could make a really cool... more »
0 commentsSave Tags: flash-flex, java, open source, server
RFID Within RIAs with Merapi
Merapi and RFID come together in this new demo from Universal Mind. This screencast shows you how to listen for RFID events and broadcast them to... more »
0 commentsSave Tags: flash-flex, hardware, java, ria
ASP.NET Caching and Performance
Steve Smith, owner of ASP Alliance and Lake Quincy Media joins us today to teach us about some hidden gems in ASP.NET caching and performance. Steve’s... more »
0 commentsSave Tags: .net, web design
Functional programming and F#: Introduction
Computer programmers sometimes mistake brevity for elegance, especially when discussing the relative merits of programming languages. Haskel... more »
0 commentsSave Tags: microsoft, other languages
Dear Asp.Net Developers: Stop Making Our Technology Look Bad
I run Firefox pretty much all the time. I like the plug ins and other features it has but there are times when I am forced, yes forced to open... more »
0 commentsSave Tags: .net, reviews, web design
Visual vs. “Executable” Build Configurations - ISerializable
Dave wrote a really nice overview of how much he liked playing with Rake, the Ruby based build script. From his post I can say that it does indeed... more »
0 commentsSave Tags: .net, opinion, reviews
via