Switchable Grails DataSource
2008-07-16 16:06My latest blog post shares a technique I’ve used to create a Grails application with a dynamic, runtime switchable datasource. ... [阅读全文]
100 Cool Things You Can Do With RSS
2008-07-16 15:55Really Simple Syndication (RSS) allows you to get information sent directly to you, eliminating the need for you to that information individually. The list below lets you learn, share, keep up with your interests, and so much more. ... [阅读全文]
Dynamic Mulit-Column Layout
2008-07-16 15:52A simple layout that displays one, two, or three columns, depending upon the user’s browser width. ... [阅读全文]
Egoless Programming - Developing Without the Attitude
2008-07-16 15:46One of the most common threads that all programmers share is that of an ego. Some are much worse than others and some have found a way to control or manipulate their ego into a great benefit. Beyond skill-sets and other programming-specific talents I believe the greatest room for personal improveme... [阅读全文]
BitsReader: Read bits from given ByteArray
2008-07-16 15:31I am working on SWF file decompiling according to the swf_file_format_spec_v9.pdf provided by adobe these days. After I decompiled the first 8 bytes data of a sample SWF file. I found that the FrameSize is defined as a RECT structure below: ... [阅读全文]
Multi-thread scaling issues with Python and Ruby
2008-07-16 15:26With the advent of multi-core processors, CPU bound applications need to use multi-threading in order to be able to scale their performance beyond that offered by a single core. This provides many challenges, but an interesting aspect of this problem is to consider how the threading modules in mode... [阅读全文]
Are Teens heralding the death of e-mail?
2008-07-16 14:40Teens areshunning e-mail in favor of other platforms such as texting, instant messaging and social networking sites like Facebook and MySpace. Microblogging sites such as Twitter and programs such as Skype, which allow users to make phone calls using the Internet, are also popular. ... [阅读全文]
Check All Checkboxes with JQuery
2008-07-16 12:54I’ve been working with JQuery quite a bit lately and I’m aggravated that I didn’t pick it up sooner. Someone on the DFW CFUG mailing list asked for a quick example of why they should use it. Another post on the JQuery list asked how to create a “Check All” box using JQ... [阅读全文]
Flash Source Code
2008-07-16 12:44Open Source Code, lots of great stuff. XML driven galleries, preloaders and more. ... [阅读全文]
Take Command with AJAX
2008-07-16 12:00Want to get a bang out of your AJAX artillery? In this hands-on tutorial, Stoyan puts AJAX on the front line as he develops a Web app with which you can execute shell commands on your Web server. The downloadable code provides a real tactical advantage as Stoyan marshals JavaScript and XML to create... [阅读全文]
Take Command with Ajax
2008-07-16 12:00Want to get a bang out of your Ajax artillery? In this hands-on tutorial, Stoyan puts Ajax on the front line as he develops a web app with which you can execute shell commands on your web server. The downloadable code provides a real tactical advantage as Stoyan marshals JavaScript and XML to create... [阅读全文]
Revisiting Rails Full Text Search Options
2008-07-16 11:56After implementing ‘good enough’ search functionality early in our project, we decided to circle back and take another look at the search options in Rails. ... [阅读全文]
Developers Firefox 3 1 update should be easy: related news
2008-07-16 10:48There is a goal to get a world record for downloads of Firefox 3. Spread Firefox is a site dedicated to, well, spreading Firefox. If you’re not sure you want Firefox 3, check out the Firefox 3 preview on the About.com Browsers site. I’m going to get Firefox 3 - if only for Prism. My fre... [阅读全文]
Design Patterns - Singleton Pattern
2008-07-16 10:31Today we’ll have a look at a well known pattern, the Singleton Pattern. Most people have already heard about this one. The definition: “Ensure a class has only one instance and provide a global point of access to it.“ ... [阅读全文]
The Future of ASP.NET AJAX
2008-07-16 10:21Bertrand LeRoy recently published a 13 page document on CodePlex, describing the ASP.NET Team’s goals for the future of ASP.NET AJAX. It’s been available for two weeks now, but there has been little reaction to it online and less than 8,000 people have downloaded it. I’m surprised, considering its ... [阅读全文]
The 15-petabyte network and the atom smasher
2008-07-16 09:55Work being done to prep CERN’s Large Hadron Collider for operation is paving the way for future lightning-speed networks. (By Nick Heath of Silicon.com) ... [阅读全文]
Multilingual Websites with PHP
2008-07-16 09:43Why think about multilingualism? Most developers bring up this question when asked about their websites. The common problem is that you do not matter about that stuff until someone fills in your comment form and his name suddenly displays funny characters (question marks, squares or other funny cha... [阅读全文]
MooTools TextOverlap Class
2008-07-16 09:30Used correctly, my MooTools 1.2 TextOverlap class could add another interesting design element to a website. ... [阅读全文]
PureMVC Framework for AS3
2008-07-16 09:18PureMVC is a lightweight framework for creating applications based upon the classic Model-View-Controller design meta-pattern. This is the specific implementation for the AS3 language, and the reference implementation for all other PureMVC Ports. ... [阅读全文]
Taking The Plunge: Learning CSS
2008-07-16 09:15Using an easy, clear, step by step process, this resource list aims to help the CSS newbie learn CSS as quickly and easily as possible. By giving the user the right tools, resources, and tutorials - at the right time in the learning process - much of the confusion of learning CSS can be avoided. ... [阅读全文]
最新评论