-
Stack Overflow
Forgot to mention this, but recently the new programmers community Stack Overflow came out of beta and now is available to everyone. This
collaboratively edited question and answer site for programmers
could grow into a valuable resource for connecting programmers worldwide. -
Creating upgradable bookmarklets
I haven’t seen this technique before, but the implementation of Reading Blinds bookmarklet, a tool to focus your eyes on reading a page, really eases maintenance of a published bookmarklet.
Instead of embedding the JavaScript code in the link, this bookmarklet uses the DOM to add a script link the <head> of the page. This gives the developer an easy way to release improved version, just update the file and all users will automatically use the new version.
-
Oracle producten beschikbaar op Amazon EC2
Amazon heeft aangekondigd dat de Oracle producten Database 11g, Fusion Middleware en Enterprise Manager binnen Amazon’s EC2 infrastructuur beschikbaar is. Meer informatie van Oracle in het Oracle Cloud Computing Center.
-
HiRISE foto’s van Mars
Duizenden foto’s van Mars gemaakt met HiRISE.
-
PrintWhatYouLike
Met PrintWhatYouLike kun je een pagina afdrukken met alleen de informatie bevat die je wilt hebben. Wis advertenties, plaatjes en hele stukken tekst. En een bookmarklet maakt de dienst snel aan te roepen.
-
Microsoft renames IE-specific CSS properties
With the intent to reach full CSS 2.1 compliance with Internet Explorer 8, Microsoft has announced their decision to place all CSS properties that fulfill one of the following conditions behind the ‘-ms-’ prefix:
- If the property is a Microsoft extension (not defined in a CSS specification/module).
- If the property is part of a CSS specification or module that hasn’t received Candidate Recommendation status from the W3C.
- If the property is a partial implementation of a property that is defined in a CSS specification or module.
-
Creating photo mosaics with Yahoo! BOSS image search
Article that describes how to use Yahoo!’s BOSS (Build your Own Search Service) to search for images and Ruby to create a photo mosaic building program that stitches together a mosaic from any number of photos.
-
Beyond Functional Requirements On Agile Projects
Article describing strategies for addressing nonfunctional requirements in an agile development environment. Nonfunctional requirements (NFRs), also known as “technical requirements” or “quality of service” (QoS) requirements, focus on aspects that typically cross-cut functional requirements. Common NFRs include accuracy, availability, concurrency, consumability (a superset of usability), environmental/green concerns, internationalization, operations issues, performance, regulatory concerns, reliability, security, serviceability, support, and timeliness.
-
How Web 2.0 technology may form BPM 2.0
Take advantage of Web 2.0 for next-generation BPM 2.0 covers the convergence of Web 2.0 and BPM along with the use of other standards, which have helped organizations become more agile and dynamic and have given business analysts a greater role in modeling, managing, executing, and optimizing core business processes. Learn about the attributes of BPM 2.0, and see which IBM® products are available in this space.
-
Extending JSF page-flow with tasks using Oracle JDeveloper 11g
Introduction to the task-oriented features that will be added in the upcoming Oracle JDeveloper 11g release, Oracle Application Development Framework (Oracle ADF). It shows the basics of a new task flow feature to show how it simplifies the building of applications.