Witwave.com is born from our frustration with other tutorial websites. We believe tutorials are supposed to be easy to understand, innovative and helpful. That's the path we'll try to follow on our website and hopefully you'll be able to enjoy and free some of you developing time with our help.

Just like faded jeans, pink tank tops and just about everything to green overuse, design trends come and go. While some just blink for a couple of months and eventually get thrown into the bottomless can of “been there, done that, next”, others actually get to enjoy quite a bit of fame. This seems to be the case of stripes, which are seen these days in most of the Web 2.0 websites. Like it or not, it really has become one of the characteristics of Web 2.0 style.

Bookmark/Search this post with:

Last year, as I was searching for interesting looking words, I came across a website whose main purpose was to generate Web 2.0 company names. For a while it felt innovative and got a kick of it until I got similar “random” results. So I got back to the drawing board and to the good ol’ brainstorming sessions until I reached a likable solution.

Bookmark/Search this post with:

With normal HTML pages you can directly enter the meta information. But what if you have pages created on the fly, dynamically generated from records in your database.
For these cases, ASP.NET features a way to control the meta tags (keywords and description) as well as the title of a page.
A wonderful feature I may say!

Here is a snippet that sets the title, keywords and description:

//Page title
Page.Title = "This set the page title";

//Meta keywords
HtmlHead head = (HtmlHead)Page.Header;

Tags:
Bookmark/Search this post with:

This is our first tutorial so what better way than tell you about welcoming. Since you welcome your users first through you website’s URL why not talk about ways to rewrite your web pages’ paths so that they start looking friendly. While there’s plenty of resources available for PHP given its popularity, we’ve yet to find a simple, easy to follow example for ASP.NET 2.0.

We’ll assume you have a basic understanding of ASP.NET 2.0 or at least you’re written some lines of code in C# (as we’re not very fond of VB.NET).

Tags:
Bookmark/Search this post with:

Latest Artpedia Photos


Fatal error: Uncaught exception 'Exception' with message 'String could not be parsed as XML' in /home/witwave/public_html/themes/vertigo/template.php:23 Stack trace: #0 /home/witwave/public_html/themes/vertigo/template.php(23): SimpleXMLElement->__construct('') #1 /home/witwave/public_html/themes/vertigo/page.tpl.php(123): get_artpedia_photos() #2 /home/witwave/public_html/themes/engines/phptemplate/phptemplate.engine(397): include('/home/witwave/p...') #3 [internal function]: _phptemplate_render('themes/vertigo/...', Array) #4 /home/witwave/public_html/themes/engines/phptemplate/phptemplate.engine(390): call_user_func('_phptemplate_re...', 'themes/vertigo/...', Array) #5 [internal function]: _phptemplate_default('page', Array, Array) #6 /home/witwave/public_html/themes/engines/phptemplate/phptemplate.engine(80): call_user_func('_phptemplate_de...', 'page', Array, Array) #7 /home/witwave/public_html/themes/engines/phptemplate/phptemplate.engine(254): _phptemplate_callback('page', Array, Array) #8 [internal function]: phpt in /home/witwave/public_html/themes/vertigo/template.php on line 23