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
Java Tip: Simplify Spring Apps with @Autowired
The Spring framework is a popular choice for Java developers due to its combination of power and simplicity. Spring is many things, but at its core,... more »
1 commentsSave Tags: java, usability
ASP.NET - ViewState - Client Side State Management
The ASP.NET ViewState is a client side state management technique which enables web pages to persist their state during postbacks. In the life cycle... more »
0 commentsSave Tags: .net, how-to, web design
Flashing Message box using jQuery
here is the tips for you to make the animated flashing message box using jQuery in the top left corner of the browser...
0 commentsSave Tags: css-html, frameworks, how-to, javascript
Subversion SCM Tool Becomes More Robust with Version 1.5
It will be easier for software development teams that use the Subversion open source software configuration management (SCM) product to keep track of... more »
0 commentsSave Tags: open source, tools, trends
More on Regular Expressions
The always enjoyable Jeff Atwood wrote an excellent discussion about regular expressions that everyone should read. Having seen many times where a... more »
0 commentsSave Tags: methodology, reviews
What’s new in Subversion 1.5
I am a contented Subversion user, so took a look at the changes. Top of the list is “merge tracking”, though it is described as “foundational” which... more »
0 commentsSave Tags: reviews, usability
NetBeans 6.1 Tutorial | Creating a Java Client for del.icio.us RESTful Web Services
del.icio.us is a bookmarking service where you can save, share your favorite/useful URL's. It has a REST API: http://del.icio.us/help/api/. Using... more »
0 commentsSave Tags: frameworks, java, tools, web services
ZK vs. Ajax JSF Components: Simplicity Matters!
ZK vs. Ajax JSF Components: Simplicity Matters!
0 commentsSave Tags: ajax, gui, java, ria
Apache Hadoop Wins Terabyte Sort Benchmark
One of Yahoo's Hadoop clusters sorted 1 terabyte of data in 209 seconds, which beat the previous record of 297 seconds in the annual general purpose... more »
3 commentsSave Tags: frameworks, java, open source
Working with web developers in India: why, whom, and how
Ryan Norbauer has been there, done that and taken copious notes — where the “there” is his consulting firm, the “that” Indian outsourcing and the... more »
0 commentsSave Tags: how-to, opinion, trends, web design
Discover Java and Eclipse by playing CodeRuler
CodeRuler gives users the opportunity to pit their Java programming skills against other players in a medieval world of conquest. Each player writes a... more »
0 commentsSave Tags: eclipse, java, news
jQuery - Load Data From Other Pages
How do I load data with jQuery? In this tutorial, we're going to grab data from one page and display it on another. You can download the sample... more »
1 commentsSave Tags: frameworks, how-to, javascript, web design
Architecting Linq to SQL, part 10
This is intended to be the last part in this series and I wanted to take the opportunity to talk about a number of related if diverse topics. I would... more »
0 commentsSave Tags: .net, methodology, microsoft