17 Websites to Boost Your Designer Profile
Freelance designers have a number of different methods for finding work. In many cases, simply getting your profile and your work exposed to more... more »
0 commentsSave Tags: opinion, reviews, usability
23 Resources for Clean and Compressed CSS
A collection of online tools to optimize css files.
0 commentsSave Tags: css-html, reviews, tools, web design
Preventing Errors Filling Forms
On way of encouraging users to fill in the web forms is making them easy to fill. Give users hints about how to input information in forms and prevent... more »
0 commentsSave Tags: gui, standards, usability, web design
Programming Tips #6 “Make it Simple”
Next up on my programming tips series we have another guest post. This one is written by Georgi Momchilov. “Make things as simple as possible, but... more »
0 commentsSave Tags: how-to, php
It Had Too Many Functions
"It has too many functions, which means it's slow. My class only has 3 functions, so it's much more efficient."
0 commentsSave Tags: .net, humor
Web Developers showing their hate for IE
Hundrets of angry comments on IEBlog. Join us and help telling Microsoft that we're tired of IE's crappy implementation of webstandards and how much... more »
2 commentsSave Tags: microsoft, standards, web design
Java Version Penetration (November 2007)
A snapshot of Java's version penetration. Take a look if you aren't sure which version to use for you next applet.
4 commentsSave Tags: games, java
Using JSON to Exchange Data
Javascript Object Notation (JSON) is a fancy name for a simple idea: A web page can download data stored as javascript variables. It’s caused a buzz... more »
2 commentsSave Tags: ajax, javascript, web 2.0
jQuery - making scrolling and toggling simple
Shows how to toggle the display of elements on and off and scroll the main window to the toggled elements.
0 commentsSave Tags: css-html, how-to, javascript
Trends in web development according to Google
'Today I had another go with Google Trends; a web application John 'Beautiful Mind' Forbes Nash would possibly drool over. I started comparing some of... more »
2 commentsSave Tags: frameworks, research, standards, web design
Processing Massive Amount of Data with GridGain
I’ve had lately several interesting discussions on how to process massive amount of data on the grid (specifically, with GridGain). Imagine that you... more »
2 commentsSave Tags: java, open source
Introduction to Groovy, Part 3
In this third installment ofIntroduction to Groovy (part 1, part 2) we will continue looking at some features of the Groovy language. Some you may... more »
0 commentsSave Tags: java, other languages
Android’s Web Browser - The Crown Jewel of the Android Platform
The main reason carriers are interested in Android - the WebKit based web browser.
2 commentsSave Tags: frameworks, mobile, unix-linux, usability
Distributed testing frameworks
I’m doing a little research right now on distributed testing frameworks and thought I could blog as I go. You may be asking, “But Alex, you work at... more »
1 commentsSave Tags: frameworks, java, open source, tools
Say no to multiple return types in Java 7
JavaLobby has a discussion about multiple return types and whether they should be added in Java 7. Personally I think this is a bad idea and will just... more »
8 commentsSave Tags: java, opinion
Getting Flex 3 talking to Java via JSON
Here is a quick and easy way to pass JSON to and from Flex 3 and a Java Servlet.
0 commentsSave Tags: flash-flex, java
Best Free Web Developer Tool for Debugging
Extensive collection list of best free tool for debugging in each popular browser. (Mozilla Firefox, Internet Explorer, Opera, and Safari).
0 commentsSave Tags: css-html, javascript, tools
NetBeans 6 - my first 24 hours
My first 24 hours with NetBeans6.0 (final). I'm going to color a little outside the lines here, and soapbox a bit about "tools I use" (in NetBeans).... more »
0 commentsSave Tags: opinion, tools
Firefox - :first-child, :only-child, and :last-child Broken Since 2001
While these pseudo classes appear to work they are in fact known to be broken since 2001. Hardly news, but it was a shocking surprise for me.
0 commentsSave Tags: css-html, standards, web design
Using CSS To Create Two Common HTML Border Effects
Seperating the style from the markup of a web document is generally a painless, if sometimes time-consuming, task. In many cases however, the process... more »
0 commentsSave Tags: css-html, how-to, web design
NetBeans: How do you Ruby?
During your daily use of the NetBeans Ruby support, you are constantly figuring out how to best use the language and the IDE to help you get your job... more »
0 commentsSave Tags: opinion, ruby, tools
Partial Application and Currying
Currying, known in Python land as partial application, is a technique in which a function taking multiple arguments composes a function that takes... more »
3 commentsSave Tags: javascript, python
Product Review: Code Spaces: A New Kind of Version Control Service
When I am not developing for DZone / Javalobby, I spent a lot of time doing development on my own personal projects. Of course, what I really want to... more »
0 commentsSave Tags: tools
Optimizing your database with indexes
While browsing Reddit, I came across an article about why you should index your database.
5 commentsSave Tags: database
FlashDevelop 3.0.0 Beta5 released
FlashDevelop just keeps getting better... Smile Changes: * General fixes (code completion, search, find & replace) * Now with caching: much... more »
0 commentsSave Tags: flash-flex, tools
via