Skip to main content

Home/ Groups/ General Development In DotNet
Jacques Bosch

InfoQ: The Case for Evolvable Software - 0 views

  •  
    Stephanie Forrest believes in applying evolutionary biology principles to the software process creating evolvable software through automated bug repair, improving code and creating new combinations of existing functionality.
Jacques Bosch

InfoQ: A Personal Reflection on Agile Ten Years On - 0 views

  •  
    "I was astonished to be invited to what became the meeting that originated the Agile Manifesto because my work had always been based around building models. The Structured Development for Real-Time Systems trilogy with Paul Ward and the pair of Object-Oriented Analysis books with Sally Shlaer all focused on analysis and design, placing much less emphasis on the coding and testing favored by agile practitioners."
Jacques Bosch

InfoQ: Agile Contracts - 0 views

  •  
    "The traditional Waterfall model fits nicely with the way companies buy things: the requirements are drawn up, a supplier quotes a price (based on their interpretation of the requirements and estimates of cost) and everyone signs a legally binding agreement."
Jacques Bosch

Find blocking processes using recursion in SQL Server 2005 | TechRepublic - 0 views

  •  
    "Takeaway: SQL Server 2005 has several system tables and views that can provide a ton of insight into blocking problems that you may be facing in your database environment. Through these procedures, you can find blocking chains. Learn more about blocking processes."
Jacques Bosch

The Javascript In South Africa conference 2011 - 0 views

  •  
    " THE 1st JS CONFERENCE IN SA ... EVER!"
Jacques Bosch

SEO: The Free Beginner's Guide From SEOmoz - 0 views

  •  
    "New to SEO? Need to polish up your knowledge? The Beginner's Guide to SEO has been read over 1 million times and provides comprehensive information you need to get on the road to professional quality SEO."
Jacques Bosch

The "Numbers" or "Tally" Table: What it is and how it replaces a loop. - SQLServerCentral - 0 views

  •  
    "I actually started out writing an article on how to pass 1, 2, and 3 dimensional "arrays" as parameters in stored procedures. Suddenly it dawned on me that a lot of people still have no clue what a "numbers" or "Tally" table is, never mind how it actually works."
Jacques Bosch

MD5 considered harmful today - 0 views

shared by Jacques Bosch on 02 Feb 11 - Cached
  •  
    "We have identified a vulnerability in the Internet Public Key Infrastructure (PKI) used to issue digital certificates for secure websites. As a proof of concept we executed a practical attack scenario and successfully created a rogue Certification Authority (CA) certificate trusted by all common web browsers. This certificate allows us to impersonate any website on the Internet, including banking and e-commerce sites secured using the HTTPS protocol."
Johann Strydom

OOP in JS, Part 2 : Inheritance - 1 views

  •  
    "Cat.prototype.haveABaby=function(){ var theKitten = this.parent.haveABaby.call(this); alert("mew!"); return theKitten; }"
Jacques Bosch

Free Raphaël Vector Icons - 0 views

  •  
    " These are icons I drew for my personal needs. They are all in vector and drawn on this page with Raphaël (don't forget to zoom the page). I was thinking that they could be useful for other people and, although the design quality of icons is average, I am releasing them here under MIT licence. "
Jacques Bosch

An Introduction to the Raphael JS Library | Nettuts+ - 0 views

  •  
    "Raphael JS is a lightweight and super-sexy JavaScript framework that allows you to draw vector graphics in your browser! In this tutorial, I will introduce you to some basic drawing functionality, take a look at animation, provide DOM access and finally finish off by creating a cool widget for your site…"
Jacques Bosch

AD Gallery, gallery plugin for jQuery - 0 views

  •  
    "A demo of AD Gallery - Coffeescripter.com"
Jacques Bosch

Lua: powerful scripting language - 0 views

  •  
    "Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping. "
Jacques Bosch

19 Things NOT To Do When Building a Website - Josiah Cole; Technologist and Web Hacker ... - 1 views

  •  
    "I've compiled a small list (or rant) of some very basic and fundamental rules that all webmasters must learn and respect when developing a website that needs to make actual money. This list can also be used by companies looking to hire a web development firm or to evaluate an already deployed website project."
Jacques Bosch

Google Testing Blog: How to think about OO - 0 views

  •  
    "Everyone seems to think that they are writing OO after all they are using OO languages such as Java, Python or Ruby. But if you exam the code it is often procedural in nature."
Jacques Bosch

Crockford on JavaScript: A Public Lecture Series at Yahoo! - 0 views

  •  
    "Douglas Crockford is Yahoo!'s JavaScript architect and a member of the committee designing future versions of the world's most popular programming language. Over first three months of 2010, Douglas delivered his acclaimed series of lectures on the history of JavaScript, its features, and its use. Links to video, transcripts, and photos from each of the events follows:"
Jacques Bosch

InfoQ: Virtual Panel: How to Survive Asynchronous Programming in JavaScript - 0 views

  •  
    "Programmers take certain features for granted - sequential programming for instance, writing down an algorithm that does one thing after the other. RelatedVendorContent State of Agile Development Survey Results & Summary Architecting the Ultimate Service Security Control Point 2010 Open Source Integrity Report: Defect Scan of 291 Key Projects Including Android Kernel DataPower: Messaging, ESB, Cloud, Security as an Appliance The Agile Tester However, if you're writing code in Javascript that uses blocking I/O or other long running operations, sequential coding is out of the question because blocking the only thread in the system is a very bad idea. The solution is to implement algorithms using asynchronous callbacks, ie. spread out sequential code over multiple callbacks."
Johann Strydom

Master-PowerShell | With Dr. Tobias Weltner - Powershell.com - Powershell Scripts, Tips... - 1 views

  •  
    Powershell tutorial
Jacques Bosch

Caching Tutorial for Web Authors and Webmasters - 0 views

shared by Jacques Bosch on 11 Jan 11 - Cached
  •  
    "This is an informational document. Although technical in nature, it attempts to make the concepts involved understandable and applicable in real-world situations. Because of this, some aspects of the material are simplified or omitted, for the sake of clarity. If you are interested in the minutia of the subject, please explore the References and Further Information at the end."
« First ‹ Previous 141 - 160 of 198 Next › Last »
Showing 20 items per page