Table based or table-less designing?
As time goes on and technology advances, so does many coding styles. Before CSS was a major hit, web pages were purely designed using tables for... more »
0 commentsSave Tags: css-html, reviews
XML-RPC demystified
2-minute hands-on approach to XML-RPC: see real code, get real skills.
0 commentsSave Tags: web services, xml
How to Disable the AuotComplete Feature Programatically in ASP.NET?
The current popular Internet browsers, like Internet Explorer, Firfox etc, provide an AutoComplete feature for any form in a Web apge. But this can be... more »
0 commentsSave Tags: .net, how-to, security, web design
Beauty vs. Usability - a Tale of Two Masters
How do you find the balance between the tech you WANT to do and the tech you NEED to do?
0 commentsSave Tags: how-to, methodology, standards, usability
Java Products BUT PHP based website ?
It has definitely ticked me off, what's so wrong with j2ee technologies, to run a even simple website. Everyone knows that JSP is far superior... more »
2 commentsSave Tags: java, tools
Quickstart Guide to Subversion on SourceForge
...One complaint I received from developers who read my Quickstart Guide To Open Source Development With CVS and SourceForge is the sheer amount of... more »
0 commentsSave Tags: how-to, open source, tools
XML Event in JDK6
Java SE 6, added the new class XMLEvent in the package javax. xml. stream.events. This is the base event interface for handling markup events. Not... more »
0 commentsSave Tags: java, xml
End of iteration demonstrations - The agile practice you probably aren't practicing
Do you bleed agile? You may scrum, practice 14/21 day iterations, etc., but do you regularly demonstrate the end result of a iteration to the... more »
0 commentsSave Tags: opinion, standards, tools
JavaFX Innovations: Inline Examples and Screenshots
One of the innovations in the JavaFX toolchain is our new javafxdoc tool. Rather than producing a set of html files like regular 'javadoc' does, we... more »
0 commentsSave Tags: java, other languages
Getting Further with Spring RCP
In Getting Started with Spring RCP, the initial stages of working with Spring RCP were covered—from setting up a project, to creating views,... more »
0 commentsSave Tags: frameworks, java
Java Multithreaded Servers - Thread Pooled Server
This is text no. 4 in a series on multithreaded servers in Java. This text describes a thread pooled server design. Earlier designs shown in this... more »
2 commentsSave Tags: how-to, java, server
C# - Singleton Pattern vs. Static Classes
Problem: Store some common data in a singleton or static class about your program in an object array, which you store in a class. It saves state... more »
0 commentsSave Tags: .net, how-to, web design
How To Start Drawing Vector Graphics
This is a method in ten steps for easily starting to draw vector graphics. Vector graphics are suitable for web graphics and icons.
0 commentsSave Tags: how-to, web design
Notes from Erlang Exchange
My notes from Erlang exchange the I attended last week. Some ideas around fault tolerance and OTP as an application system.
0 commentsSave Tags: open source, other languages
10 seamless website designs
One of the challenges in designing websites is to create a layout which takes into account all the different screen sizes at which it may be viewed.... more »
0 commentsSave Tags: css-html, web design
Writing reusable jQuery modules: Make everything a plugin
If I take care never to write a single line of code without packaging it as a plugin, the architectural part of my brain kicks in.
0 commentsSave Tags: frameworks, how-to, javascript
Subversion client too old
This is a workaround to fix a problem I had with my subversion client after upgrading to Eclipse Ganymede and Subclipse plugin last week.
0 commentsSave Tags: how-to, tools
Web hosting a downward trend?
We noticed an interesting thing the other day while doing some research with Google Trends. The number of searches in Google for the term “web... more »
0 commentsSave Tags: server, trends, web design
MVC Storefront Part 16: Membership Redo With OpenID
I take a sledge-hammer (this is Ayende's fault) to my current Membership system and split it out into three separate services/parts. I then sit with... more »
0 commentsSave Tags: .net, frameworks, security
eval() Kerfuffle
Last week it came out that, in Firefox (and other Gecko-based browsers) you could dip into the private scope of a function using eval, like so
0 commentsSave Tags: javascript, security, tools
mooZoom - zooming image js script
mooZoom - based on mootools is an unobtrusive class that allows to zoom images in page without breaking the layout. It is very usable, using only... more »
0 commentsSave Tags: javascript, tools, web 2.0
What If Google Suddenly Stops Working?
People tend to complain about the Microsoft monopoly, but they forget that they depend on the company by the name of Google ;-)!
0 commentsSave Tags: opinion, reviews, trends, web 2.0
Gaia Ajax Widgets 3.0 "Glory" Officially Released!
We're very proud to announce the 3.0 "Glory" release of Gaia Ajax Widgets - the #1 Ajax framework for ASP.NET and Mono. 4 new widgets: Extended... more »
2 commentsSave Tags: .net, ajax, microsoft, open source
Beyond XML and JSON: YAML for Java Developers
Get a high-level introduction to the YAML file format for Java developers. Find out how it differs from XML and JSON and examine its relative... more »
1 commentsSave Tags: java, xml
Spring Rich Client - Part 2
Let us do some more basics with the “Spring Rich Client” 1.0.0 (SpringRC). Although it is time to give an overview of the entire architecture I won’t... more »
1 commentsSave Tags: frameworks, java
via