Flash'In'App - Cocoa framework, which lets you easily implement Flash Player Component in your application
Flash'In'App is a free Cocoa framework that lets you load and fully manage Adobe® Flash movies directly from your own applications for Mac OS X.... more »
0 commentsSave Tags: apple, flash-flex, frameworks, other languages
How I wrote 2 web apps at the same time
Since announcing the launch of Cart45 last week, I’ve had quite a few people asking how I’ve managed to create an ecommerce app and another web app... more »
6 commentsSave Tags: how-to, methodology, opinion
Web Services and PHP - SOAP vs XML-RPC vs REST
In a typical web surfing scenario, a visitor visits a website and use the functionality provided by that particular website. HTTP request is send to... more »
1 commentsSave Tags: php, web services
Cocoa Tutorial: Windows OOP vs Cocoa MVC
Encapsulate everything! Right? Or not. I was watching the Cocoa developers email list today and saw a post asking for help getting two views to... more »
0 commentsSave Tags: apple, frameworks, other languages, windows
How to create a tag cloud? (With formula and sample calculation)
I came across this old blog and found it very informative. It's the real HOWTO on creating a tag cloud. Unfortunately, it's hard to find it through... more »
0 commentsSave Tags: css-html, how-to, java, web 2.0
jQuery is the most popular JavaScript and Ajax Framework
As you can see the result in this survery of which is the most popular javaScript and Ajax framework, 356(52%) out of 690 web developers voted for... more »
0 commentsSave Tags: ajax, frameworks, javascript, opinion
Why is Python more fun than Java?
I've been mulling over why I find programming in Python to be so much more fun than Java. In this article, I am going to capture and explore some of... more »
13 commentsSave Tags: java, python
Dependency Injection at a Glance
In the course of experimenting with the new MVC release for .Net, I stumbled across a post on the ASP forums where someone was explaining his approach... more »
1 commentsSave Tags: .net
12 PHP optimization tips
PHP optimization tips that you can use for your own website.
4 commentsSave Tags: php
6 More jQuery Tips: Text Searching, Page Load Time and Others
Simple tips for jQuery that work.
0 commentsSave Tags: ajax, javascript
A brand new PNG fix for IE6
Review of a new javascript PNG fix for IE6, very fresh and promising!
0 commentsSave Tags: javascript, reviews, tools
Say “Hello World!” Without Main Method in Java
Can you print out “Hello World!” without writing a main method in Java? Think for a while. Yes, you’re right. It can be possible using “static... more »
10 commentsSave Tags: how-to, java
Firebug Lite 1.2 Released
Today Firebug Lite 1.2 was released. This new version was built by Azer Koçulu, creator of pi.debugger. Azer joined the Firebug Working Group, morphed... more »
0 commentsSave Tags: news, tools, web design
Don't Draw UML Diagrams - Let The Machine Do It For You!
My friend Paul Duvall, principal author of that great Continuous Integration reference "Continuous Integration", has written an excellent article on... more »
2 commentsSave Tags: how-to, java, methodology
What's the Fastest Way to Code a Loop in JavaScript?
I built a loop benchmarking test suite for different ways of coding loops in JavaScript. There are a few of these out there already, but I didn't find... more »
0 commentsSave Tags: javascript
Invoking Web Services via Spring
Discover how to create client applications that call webservices using JAX-WS and the Spring Framework
0 commentsSave Tags: frameworks, java, web services
A bunch of great logos I've collected from round the web for inspiration
Whenever I see a really good logo or icon on a web site, I save a copy to refer to later when inspiration is running dry, as a reminder of what a... more »
0 commentsSave Tags: web design
RESTful Web Services in 60 Seconds
Is this even possible? Yes, trust me, if I can do it, so can you. You may ask, from Groovy and Grails in one day, how did I shift gears to web... more »
0 commentsSave Tags: frameworks, groovy, tools, web services
YUI powered javascript Accordion widget
A great accordion based off YUI framework and supports nested accordions. Trust me, its pretty nice, you gotta check it out. Full feature set and... more »
0 commentsSave Tags: ajax, gui, javascript, web 2.0
StringBuffer vs. StringBuilder performance comparison
Even if the StringBuilder was around for a while now, many people still use StringBuffer in single threaded applications... So StringBuilder is... more »
1 commentsSave Tags: java
New universal SQLite JDBC library.
Both Talend (Java) and Kettle distribute the Zentus.com pure-Java SQLite JDBC driver and for most purposes this run-anywhere version is fine. But, if... more »
0 commentsSave Tags: database, java
Design Patterns - Iterator Pattern
Time for the next part in our series, the Iterator Pattern. Let's start with the definition: "Provide a way to access the elements of an aggregate... more »
0 commentsSave Tags: frameworks, methodology, usability
Introduction to the Ninject IoC Container
Short screencast that will walk you through how to use the Ninject IoC (Inversion of Control) Container. This episode will also review the basics of... more »
0 commentsSave Tags: .net, how-to, microsoft, tools
Dylan Schiemann co-creator of Dojo on AJAX, Comet, Bayeux, RIAs and the Dojo Toolbox
InfoQ has a Q&A with the co-creator of Dojo. Subjects covered: Dojo Toolkit, Dojo Toolbox, Comet, GWT, Javascript 2, WWW as a platform, Flex, IE 8,... more »
0 commentsSave Tags: ajax, java, javascript, ria
JavaScript Event Delegation is Easier than You Think
If you’re into adding a little JavaScript interactivity to your web pages you may have heard of JavaScript event delegation and thought it was one of... more »
0 commentsSave Tags: javascript
via