Creating A Wysiwyg HTML Editor In C#
This tutorial will demonstrate how to create a wysiwyg (visual) HTML editor using IHTMLdocument2 class in mshtml.
Tweet 0 CommentsSave Tags: .net, frameworks, how-to, microsoft
The Wonders Of System.Drawing.Graphics
In this tutorial, i am writing down all my knowledge of how to work with the wonders of the System.Drawing.Graphics class. Note: I am doing this in... more »
Tweet 1 CommentsSave Tags: .net, frameworks, how-to, microsoft
Send Email Using Gmail in C#
In this tutorial I will be showing you how you would go about Sending Email Using Gmail in C#.
Tweet 0 CommentsSave Tags: .net, frameworks, how-to, microsoft
Testing and constructors
One of the pillars of design for testability, which is listed also in the Google guide for code reviewers, is to have constructors that do not contain... more »
Tweet 0 CommentsSave Tags: how-to, methodology, php, standards
Mobile Market Going Open Source?
At this year's GSMA Mobile World Congress, 3 ½ hours were devoted to the topic of "Mobilizing Open Source", which was no doubt spurred in part by the... more »
Guice it up (or AOP can be made simple sometimes)
Guice is a really pleasant DI framework that does its job with brilliant simplicity from a developer point of view. Guice has more than DI... more »
Tweet 2 CommentsSave Tags: how-to, java, open source, reviews
Codeigniter: Intergrating OpenFlashCharts
There's been quite a bit of chatter on the net about integrating Codeigniter with OpenFlashCharts, but ever since version 2 came out there have been... more »
Tweet 0 CommentsSave Tags: flash-flex, how-to, open source, php
20 Very Useful CSS Stylesheet Tips & Tricks
CSS Stylesheet trips: Round Corners without images, IE Specific Stylesheet, Background Image, Setting Minimum width for a page, Cross Browser Opacity,... more »
Tweet 0 CommentsSave Tags: css-html, how-to, usability, web design
KDE 4.3.3 ready for Download
KDE 4.3.3 ready for Download
Tweet 1 CommentsSave Tags: how-to, open source, unix-linux
Eventual Consistency by Example
Recently, there has been a lot of chitchat about the eventual consistency model as illustrated in the famous Amazon Dynamo paper, and today employed... more »
Tweet 0 CommentsSave Tags: database, how-to, research, trends
Writing Portable Data - The Why's and How's
There are many reasons for designing and implementing data base schemas that are portable. This post outlines the reasons why you should be writing... more »
Tweet 0 CommentsSave Tags: database, how-to, standards, web design
Spring Expression Language, a simple use case.
a simple use case for the SpEL.
Tweet 0 CommentsSave Tags: how-to, java, open source
Android Mobile Application Development - Budget My Day
...so Let me describe the factors that affected this weekend project: 1. The user interface of the application have to be nice a la iphone ... more »
5 Tips to become a successful and a famous manager
To become a really successful manager, you have to have time and patient. You need not to go to the best business school to learn how to be an... more »
Tweet 2 CommentsSave Tags: how-to, opinion, trends
Java Web services: Introducing Metro
The Metro Web service stack provides a comprehensive solution for accessing and implementing Web services. It's based on the reference implementations... more »
Tweet 3 CommentsSave Tags: frameworks, frameworks, how-to, how-to, java, java, open source, open source
Building Our First Rails Application
Moving forward with our series, we'll build a basic Rails application that illustrates how easy Rails is to use and why the Rails user base continues... more »
Tweet 0 CommentsSave Tags: frameworks, how-to, methodology, ruby
Key web development skills
A key tool for any budding web developer is API knowledge. It’s good to familiarise yourself with a variety of application interfaces. I started out... more »
Tweet 2 CommentsSave Tags: how-to, methodology, php, standards
Grails: Using standalone GORM for testing
Recently I was stuck with persistence testing. I like to write simple unit tests and run them from my favorite IDE, but there was no luck with GORM... more »
Tweet 0 CommentsSave Tags: frameworks, groovy, how-to, java
ASP.NET from Scratch: Lesson 1
Nov 3rd in Screencasts by Jeremy McPeak Nettuts+ is primarily a PHP haven; however, I'm sure we can all agree that there are many fantastic, and... more »
Tweet 1 CommentsSave Tags: .net, how-to
Stretching Stripes: One Parameter, Endless Possibilities
I wrote an article for PragPub magazine, which is published in the November issue. It talks about the awesome power of the Stripes extension... more »
Tweet 5 CommentsSave Tags: books, frameworks, how-to, java
(Part 1) Using structured patterns as a basis for high-level parallel programming: sequence
At first glance a sequence is serial, however, a sequence of operations in a program, if it can be reordered while respecting data dependencies, can... more »
Tweet 2 CommentsSave Tags: how-to, methodology, tools
Intro: Using structured patterns as a basis for high-level parallel programming
The patterns approach is based on the observation that a relatively small set of task organizations and their relationships to data recur frequently... more »
Tweet 2 CommentsSave Tags: how-to, methodology, tools
Latching and Mocking in Concurrent Tests
Concurrent testing is hard, but not as hard as you think. If you use the right tricks it can be done. This blog shows you one particular trick that... more »
Tweet 1 CommentsSave Tags: how-to, java, methodology
jQuery form plugin and PHP file uploads
jQuery and the form plugin are great tools to create Ajax powered contact or feedback forms. This tutorial shows how to use the jQuery form plugin and... more »
Tweet 1 CommentsSave Tags: ajax, how-to, javascript, php
8 jQuery Optimization Tips and Tricks
jQuery, a powerful framework that is popular among both developers and designers. Optimizing jQuery is something that we can do to improve efficiency... more »
Tweet 0 CommentsSave Tags: frameworks, how-to, javascript