Wednesday, April 29, 2009

Url Rewriting With Asp.net for SEO Friendly URL

· 0 comments

I have to implement url rewriting in one of my projects.. while searching net i got this link which was exactly that i needed.. that is url rewriting for implementing SEO friendly url.. this tutorial will help you for rewriting long urls to small ones.. this can be used when you do not need to show real url to users or search friendly url for google. but do remember this is different for each version of iis 5/6/7 or higher.. i will advice use to download urlrewrite.net from http://urlrewriter.net/ and follow the steps given in the link.. you can also implement extensionless url. there are different ways of implementing url rewriting like in application begin request of global.asax, httpmodule of urlrewriter, isapi filter and lots other.. with iis 7 its damn easy..only few lines code.. but with iis 5/6 its little difficult to implement...

http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx

Read More......

Flex for Designer/Developer/Manager/Architect

· 0 comments

Are you a designer or developer or programmer or manager or architect and want to learn flex.. here is a great resource i came through while myself learning flex. It gives live examples, with video training, examples for downloads, quick starts.etc...

http://www.adobe.com/devnet/flex/learn/

Also have a look at my previous post of learning flex in a week

http://pankajlalwani.wordpress.com/2009/04/15/flex-learn-flex-basics-in-a-week/

Read More......

Flex: Learn Flex Basics In a Week

· 0 comments

I have just started learning adobe flex. I have to start from scratch so i found nice link with interactive videos giving training on learning flex 3, with actionscript, almost all topics are covered. I will be posting more links, gradually as i myself learn flex.

http://www.adobe.com/devnet/flex/videotraining/

Read More......

Live Component Explorer for flex 3 with examples on Adobe's Site

· 0 comments

New to flex, dont know where to start from i will suggest you to first learn how flex components works.. really great site.. start with basics components, learn and practise yourself.. gradually you will master all components.. really flex 3 has wide ride range of components ranging button, tab, date, effects, chart and other visualisation controls.. you can check it out here..

http://examples.adobe.com/flex3/componentexplorer/explorer.html

Read More......

Resources For Flex Examples

· 0 comments

Here are some of great resources for flex examples, source codes and snippets, other developers code..

1)

http://blog.flexexamples.com/

the above site have source code of examples visible..

2)

http://www.adobe.com/cfusion/communityengine/index.cfm?event=homepage&productId=2

code snippets from various developers

Read More......

Flex Application Showcase

· 0 comments

Dont know how flex projects look after development..

here are bunch of live applications completely developed in flex..

http://flex.org/showcase/

Read More......