kerbou

Stories kicked by kerbou

Using an ASP.NET Webcontrols to combine CSS and JS files(justanothersoftwareengineer.blogspot.com)

submitted by kerboukerbou(295) 2 years, 5 months ago

A simple way to combine JS and CSS into a single file. Maintain flexibility in development and get fewer HTTP requests needed to load your website. Check it out :o) read more...

add a comment |category: |Views: 17

tags: another

DDoBA is the new DDoS(justanothersoftwareengineer.blogspot.com)

submitted by kerboukerbou(295) 2 years, 6 months ago

What happens if your website in the cloud scales infinitely? You might get DDoBA'ed... Click here to learn more read more...

add a comment |category: |Views: 9

tags: another

How to measure quality in your software deliveries(justanothersoftwareengineer.blogspot.com)

submitted by kerboukerbou(295) 2 years, 7 months ago

Are you struggling at work measuring the quality of your software deliveries? Read this blogpost and you'll quickly be able to define what parts of your codebase you should pay the most attention to and whether it needs improvement or not. Got a load of questions about software quality and no answers? They are just one click away.... read more...

add a comment |category: |Views: 11

tags: another

Yes you can have your javascript style curly brace positioning(runtingsproper.blogspot.com)

submitted by rtpHarryrtpHarry(215) 2 years, 7 months ago

Today rtpHarry takes a look at the code formatting features of Visual Studio to enable javascript-style, same-line-formatted code blocks read more...

add a comment |category: |Views: 5

tags: another

Testing Javascript in a Continuous Integration environment(justanothersoftwareengineer.blogspot.com)

submitted by kerboukerbou(295) 2 years, 11 months ago

How do you exercise QUnit tests in CruiseControl.NET and get all the benefits from Continuous Integration into your clientside development process? The answer is one click away... read more...

add a comment |category: |Views: 26

tags: another

How to become a better tester (for developers)(justanothersoftwareengineer.blogspot.com)

submitted by kerboukerbou(295) 2 years, 11 months ago

How do you become better at testing software - both your own and your teammates? The problem is complex - the solution is not... Click here to learn the secret read more...

add a comment |category: |Views: 16

tags: another

SubSonic - not so good enough(justanothersoftwareengineer.blogspot.com)

submitted by kerboukerbou(295) 3 years, 4 months ago

Subsonic looks very promising - but it has major flaws... One of them is described here read more...

2 comments |category: |Views: 22

tags: another

Silverlight - the pros and cons(justanothersoftwareengineer.blogspot.com)

submitted by kerboukerbou(295) 3 years, 5 months ago

What are the pros and especially the cons you will have to face using Silverlight from Microsoft? read more...

add a comment |category: |Views: 91

tags: another

Keys To Web 3.0 Design and Development When Using ASP.NET(jondavis.net)

submitted by stimpy77stimpy77(1271) 3 years, 7 months ago

Ten rules to consider for hard-core agile and beautiful ASP.NET development. read more...

1 comment |category: |Views: 27

tags: another

What is software architecture in itself?(justanothersoftwareengineer.blogspot.com)

submitted by kerboukerbou(295) 3 years, 7 months ago

Architecture isn't class diagrams and lines on a board - but what is it then? What are the key components in a software architecture? read more...

add a comment |category: |Views: 5

tags: another

IE8 InPrivacy - good or bad?(justanothersoftwareengineer.blogspot.com)

submitted by kerboukerbou(295) 3 years, 8 months ago

The InPrivacy feature of the upcoming IE8 Beta2 will enable users to impersonate cookies in the browser - is this good or bad news to Sales and Marketing departement? read more...

add a comment |category: |Views: 10

tags: another

SQL Profiler tip(justanothersoftwareengineer.blogspot.com)

submitted by kerboukerbou(295) 3 years, 9 months ago

Very useful tip to filter away other people's SQL queries in SQL Profiler so you are only tracing your own queries! read more...

add a comment |category: |Views: 13

tags: another

MVC Storefront Part 19: Processing Orders With Windows Workflow(blog.wekeroad.com)

submitted by birdchestbirdchest(595) 3 years, 9 months ago

MVC Storefront Part 19: Processing Orders With Windows Workflow. Awesome! read more...

add a comment |category: |Views: 32

tags: another

Add jQuery Intellisense To Your Visual Studio (dev102.com)

submitted by razamitrazamit(4566) 3 years, 10 months ago

Enrich your working environment with free great jQuery intelisense addin read more...

add a comment |category: |Views: 491

tags: another

When to test for exceptions(justanothersoftwareengineer.blogspot.com)

submitted by kerboukerbou(295) 3 years, 10 months ago

When to use TDD for exception handling read more...

add a comment |category: |Views: 10

tags: another

Rhino testing experience(justanothersoftwareengineer.blogspot.com)

submitted by kerboukerbou(295) 3 years, 10 months ago

Watch out If you are using your debugger's Quickwatch to look into variable values when running a test which uses Rhino Mock! read more...

add a comment |category: |Views: 7

tags: another