Tag-asp

8181reads

ASP.NET MVC 3 releasedview story

http://www.i-programmer.info We've been looking forward to the latest version of ASP.NET MVC 3 with Razor for some months. The final version has now been released. Read more...

5110reads

ProIV (w/Java) vs. C#view story

http://forum.codecall.net Greetings, This seemed the best place for this thread. If it belongs in either the Java or C# forums, please let me know. Our company has been developing a new core app. We attempted to use a firm from India first that used C# and ASP to make a web-based program, but it didn't meet our needs in the end. We started over and went with C# on a desktop platform using .Net 4.0 and Silverlight with Visual Studio. We've been at that for 6 months... but the developer had promised that it would only take him 3 months to do this. Having lost confidence in him to get the job done, we're looking at new options.

467reads

Windows 7 Windows Remote Assistanceview story

http://www.aspfree.com We have another under-the-radar Windows 7 tool to discuss that allows you to troubleshoot your friend s computer from afar. It s called Windows Remote Assistance and it s just another in the long list of convenient Windows 7 features that you may not know about.... Comcast® Business Class - Official Site Learn About Comcast Small Business Services. Best in Phone, TV & Internet.

3158reads
SEO tips for web designers – part 2: website structure

SEO tips for web designers – part 2: website structureview story

http://www.designer-daily.com This post is part of a serie on SEO for web designers, make sure you don’t miss any update by subscribing to the RSS feed. Part 1: planning your website Part 2: website structure When launching your site, there are things that you should consider to implement on the website to ensure better search engine optimization. Here are a few that you should consider.Optimize your URL structureMake sure to set up a pretty URL structure. When possible, avoid URL containing strange characters and numeric values like http://www.example.com/?p=22341, instead use pretty permalinks like http://www.example.com/category/my-post.html (but don’t use the category first in WordPress).

647reads

Windows 7 Display Color Calibration Wizardview story

http://www.aspfree.com Windows 7 comes complete with plenty of new features for you to get the most out of your PC. While some of them may be obvious the operating system has some tools that can help make your life easier. This series will discuss those tools and how to use them. To kick things off let s take a look at the Display Color Calibration Wizard.... Comcast® Business Class - Official Site Learn About Comcast Small Business Services. Best in Phone, TV & Internet.

356reads

Java: The Ups and Downs of 2010view story

http://www.devwebpro.com Along with the new year comes many traditions. The silly glasses, various annoying noise makers and poppers, confetti, sparklers, and champagne (or whatever alcohol is readily available) are just a few of the many items that are often synonymous with new year celebrations. Equally connected to the new year are "Year in Review" articles. Like good little lemmings, we at DevWebPro have fallen in line with our own series of Year in Review articles, already having touched on ASP .NET’s 2010. Now it’s Java’s turn, and certainly 2010 was a significant year in Java’s history. With the help of James Surgrueon on DZone.com, Alex Handy on SDTimes.com, and Darryl Taft on Linux Devices.com, we’ll review the big Java stories of 2010.

462reads

SEO tips for any dynamic websiteview story

http://forums.digitalpoint.com Following are the SEO tips which can help you optimizing your dynamic website to get good keyword rankings in Google, Yahoo! or Bing - Read Search Engine Guidelines Google mentioned in its Design and Content guidelines, “If you decide to use dynamic pages (i.e., the URL contains a “?” character), be aware that not every search engine spider crawls dynamic pages as well as static pages. It helps to keep the parameters short and the number of them few.“Try to follow this, keep your parameters short. It makes it easier for search engine robots to crawl your website in an easy way. Convert Dynamic Pages into Static Pages

448reads

Yet Another Year in Review Article: ASP .NETview story

http://www.devwebpro.com A long time ago, in likely this very galaxy, a clever journalist had a looming deadline somewhere around late December or early January. With management standing above and breathing down his neck, this journalist created the first ever Year in Review article. Since that time, the art of the Year in Review article has been copied, improved upon, mastered, and just plain butchered. However, it has become and will remain a timeless tradition. Peter Vogel apparently appreciates this tradition (or had a deadline to meet), and wrote up an article of the same type covering ASP .NET in twenty-oh-ten for Visual Studio Magazine.

547reads

301 Redirect for idiots - Advice pleaseview story

http://forums.digitalpoint.com Please explain this in simple terms for me. I have a site with several internal pages that rank quite well. I am switching to a new database site that will change url of internal pages. www.mysite.com/widgets.asp will become www.mysite/widgets.aspx I know i need a 301 redirect but how is this done and when do I put the command? Thanks in advance An idiot.