|
|
-
|
|
Firebug is an essential tool for every web developer. It allows to do many things such as script debugging, DOM manipulation etc. What happens though when it get’s to the hand of an experienced attacker? Then it could be used to exploit your site very e...
|
|
-
|
|
HDD (and it don’t mean Hard Disk Drive ?) is intuitively a bad approach on Software Development. If someone tells you that many times is doing Hope Driven Development, only by name you might say “Oh that’s a bad thing. Stop it now!” But everyone is doin...
|
|
-
|
|
Many times a Web Developer faces the question “This won’t work if JavaScript is disabled. Should I change it?” If it’s something simple like a submit button instead of a link it’s easy and we don’t put too much though...
|
|
-
|
|
The easiest way to submit a form is to use the input tag with the submit type
input type="submit" name="submit" value="Submit" />
But in every form it’s possible want a cancel link that navigates the user away from the page. So if we use a b...
|
|
-
|
|
Feedback is an incredible tool to use for changing something ( a product, a behavior, an repeated action etc.). If not interpreted correctly though, the emerging change might not be always for the best, even if the quality of feedback is great. When we (at...
|
|
-
|
|
I own a MacBook Pro (from 2010) for about a year now and because I’ve used to think about this Question since I have it, I’m going to blog about my experience now.
My Notebook Configurations MacBook Pro April 2010
- 2,66 Intel Core i7
- 8GB RAM
- 15’’...
|
|
-
|
|
To embed content from other sides like YouTube, Flickr, Slideshare seems to be very difficult at the first sight especially if you want to make it “automatically” from the URL. How the embedding works depends on the content – on YouTube and so on yo...
|
|
-
|
|
A little hint about what to do if you receive this error.
Following setup for me:
- Asp.NET MVC project including .NET Framework 4.0
- DotNetOpenAuth via NuGet installed
- The Webprojects also used “Cassini”
During the deployment to an ordinary...
|
|
-
|
|
If you are the owner of a domain like “foobar.de” you need to make a decision: with or without www?
With or without www?
It’s not so easy to find an answer to this question. I prefer the www option because it’s possible to set a C-Name for a “www” Subd...
|
|
-
|
|
At the moment it is in to create simple but elegant designs. A good example is the metro design used by Microsoft in numerous products. Of course you need to find a fitting icon first so here is something I want to recommend to you because they are ...
|
|