How spammers spams your blog comments
2008-09-09 23:12As a blogger, everyday I’m receiving hundreds of spam comments. I was very curious about how spammers can sends so many automated comments to thousands of blogs. Here’s an exemple which demonstrate how to spam blogs using PHP and Curl. ... [阅读全文]
NetBeans Podcast Episode 46
2008-09-09 23:12The focus in this month’s podcast is on news from the NetBeans QE team, in light of the release of the upcoming NetBeans IDE 6.5, represented by Lukas Hasik. ... [阅读全文]
Great Design Resources For RIA Developers
2008-09-09 23:10A list of great design resources for RIA Developers. ... [阅读全文]
Using Groovy Builders in Sling
2008-09-09 22:44Sling is a new approach in web development. It is, amongst other, a thin REST layer onto a JCR repository. Sling also makes use of the language neutral scripting features of the java platform. Out of the box, several scripting languages are supported, like javascript and jruby. Since Groovy does ha... [阅读全文]
Introducing RokTok, a Flex mashup featuring particle systems, last.fm and Twitter!
2008-09-09 22:44Now that I’m settling in as the new R&D guy at Esria, it’s time to start showing people some of the cool stuff I’m doing. Part of my job is to work with and evaluate new technology, libraries, and tools. The best way to do that, in my opinion, is to use them by building “real-world” application... [阅读全文]
The MD6 hash function (rough notes)
2008-09-09 22:41Ron Rivest presented his (along with a dozen other people’s) new hash, MD6, yesterday at Crypto. I am not a hash guru although I’ve implemented SHA and its ilk many times, so I can’t guarantee all my notes are correct. I will compare it somewhat with SHA as that is what I know. ... [阅读全文]
Five Unit Test Tips: #1: Use the data store
2008-09-09 22:35I’ve looked over some of my code lately, and found ways that I often improve my tests. I’m planning on writing a blog post for each of my five favorites. ... [阅读全文]
35 cool and inspirational business card designs
2008-09-09 22:2535 cool, inspirational and original business card designs. ... [阅读全文]
Google bows to keystroke privacy concerns
2008-09-09 22:08To quell privacy fears, Google says IP addresses and other data stored through use of Google Suggest will be rendered anonymous within a day. ... [阅读全文]
Performance tips for Ruby on rails application
2008-09-09 22:02The performance of Ruby On Rails is influenced by many factors. we are presenting tip that make difference when applied ... [阅读全文]
Visual Map of the Cloud Computing Industry
2008-09-09 21:32Maps the players in the cloud space, divided into logical buckets. Shows how various offerings relate to each other - explaining for example why directly comparing Google App Engine and Amazon EC2 is not meaningful. ... [阅读全文]
How Has Sitepoint Made You a Better Developer/Designer?
2008-09-09 21:28“How has Sitepoint made you a better Web Developer/Web Designer? Ever since you joined http://www.sitepoint.com who has been the most helpful in solving the problem you have brought to the forums. I have been a member for about a year now and I must say I love coming to this website. Sitepoint... [阅读全文]
Professional Deployment and Operation of Web Applications
2008-09-09 20:26How professional IT organizations save time and money in deployment and operation of web applications. ... [阅读全文]
Adobe Flex! Next generation RIA Framework.
2008-09-09 19:30Learn Adobe Flex from scratch. Adobe Flex is next generation framework to develop Rich Internet Applications. ... [阅读全文]
C# based shell
2008-09-09 19:10Icaza unveils the C# shell. Unlimited possibilities and extensibility. It could be the foundation for a multi-platform PowerShell replacement. But it definitely needs a name: what about shash? (sharp-sh, like ba-sh) ... [阅读全文]
When will pixels become obsolete?
2008-09-09 19:10No matter how many EM’s or percentages we use in our design, we are still locked down with pixels for images and screen sizes. For how much longer? ... [阅读全文]
10 Principles of the PHP Masters
2008-09-09 18:53With PHP’s widespread adoption,it’s almost too easy to find a script or snippet to do exactly what you need. Unfortunately, there’s no filter as to what is a “good practice” and what’s, well… not so good when writing a PHP script. We need trustworthy sources, who have proven they have a solid grasp... [阅读全文]
Dynamic Class Loading and Reloading in Java
2008-09-09 18:52It is possible to load and reload classes at runtime in Java, though it is not quite straightforward. You need to know about Java ClassLoaders, class loading etc. Class reloading is a feature used by some types of frameworks and servers, for instance Java web-servers, when hot-deploying web applica... [阅读全文]
Using Groovy with Hudson to send rich text email
2008-09-09 17:42One can use the email-extender plugin to send RichText Email from Hudson. This can be used to send build summary containing Test results, Commit reports etc. Hudson has a rich data model which combined with Groovy allows you to extract any information from build as required and all that without mod... [阅读全文]
Arguments against checking in your .project and .classpath files
2008-09-09 17:14Quite often I see that the .project and .classpath files are checked into the SCM in a project, which can be convenient if all the developers use Eclipse in exactly the same way. They can quickly check out the project and fire up Eclipse on a new computer and just start working on it; the alternati... [阅读全文]
最新评论