|
|
|
| You are here : HOME > ASP |
 |
 |
Microsoft® ASP.NET and AJAX: Architecting Web Applications (PRO-Developer)
Price : $39.99 $11.56
Average
Customer Rating : Not
yet rated |
|
Editorial Review :
Rethink the way you plan, design, and build Web applications—with expert guidance from Web development luminary Dino Esposito. Whether giving legacy sites a much-needed tune-up—or architecting rich Internet applications from the ground up—you’ll learn pragmatic approaches to AJAX development that you can employ today. Discover how to:
- Delve into the mechanics and design goals of partial rendering—such as improving page-refresh speed
- Use AJAX-enabled server controls to bring desktop-like functionality to Web solutions
- Apply design patterns to common Web development issues, including client-side data binding
- Manipulate JavaScript more easily using the jQuery and Microsoft AJAX libraries
- Examine the interoperability and security models in Microsoft Silverlight
- Weigh the tradeoffs when architecting Web applications for richness (Silverlight) vs. reach (AJAX)—and deliver the right solution for your audience
Customer Review :
No review yet |
 |
Beginning ASP.NET 3.5 in C# 2008: From Novice to Professional (Expert's Voice in .NET)
Price : $49.99 $27.33
Average
Customer Rating : Not
yet rated |
|
Editorial Review :
The most up–to–date and comprehensive introductory ASP.NET book you’ll find on any shelf, Beginning ASP.NET 3.5 in C# 2008 guides you through Microsoft’s technology for building dynamic web sites. This book will enable you to build dynamic web pages on the fly, and it assumes only the most basic knowledge of C#. The book provides exhaustive coverage of ASP.NET, guiding you from your first steps right up to the most advanced techniques, such as querying databases from within a web page and tuning your site for optimal performance. Within these pages, you’ll find tips for “best practices” and comprehensive discussions of key database and XML principles you need to know in order to be effective with ASP.NET. The book also emphasizes the invaluable coding techniques of object orientation and code behind, which will start you off on the track to building real–world web sites right from the beginning—rather than just faking it with simplified coding practices. By the time you’ve finished the book, you will have mastered the core techniques and have all the knowledge you need to begin work as a professional ASP.NET developer.
Customer Review :
No review yet |
 |
Beginning Dynamic Websites: with ASP.NET Web Matrix (Programmer to Programmer)
Price : $39.99 $9.96
Average
Customer Rating : Not
yet rated |
|
Editorial Review :
What is this book about? With this book and Web Matrix, you'll be developing your own powerful ASP.NET websites in no time. You'll start at the beginning, learning how to create graphical web pages in Web Matrix. Then you'll use Visual Basic .NET and databases to add the dynamic features usually seen in expensive commercial websites. You'll finish by looking at some of the expert ASP.NET features — writing our own controls and web services. Even if you've never programmed before, this book will take you right into the world of professional web development. You'll be amazed at how easy it is and how much you can do. What does this book cover? With this book, you will learn how to - Go further than just static HTML websites, by using a programming language. We will get you building real dynamic websites right from the beginning
- Change the content of your pages quickly and easily by using databases. With this book, you'll learn how databases work, and how to make the most of them.
- Add interactivity to your website by creating your very own guest book, and allow people to leave message with emoticons.
- Create content you can distribute to other websites, and learn how to automatically update it all over the Web in one go!
Who is this book for? Users of any edition of Microsoft Windows XP, or 2000 — ideal for beginners — no HTML knowledge is required. Warning!
Microsoft has informed us that the version of MSDE distributed with this book is susceptible to the slammer worm. Microsoft is providing a patch for this version of MSDE at the following URL: http://www.msdn.microsoft.com/netframework/downloads/updates/sdkfix/default.asp. If you have installed MSDE using the CD in the book, and wish to protect yourself from this virus, you should consider applying this patch. We are very sorry for any inconvenience caused.
Customer Review :
No review yet |
 |
ASP in a Nutshell, 2nd Edition
Price : $39.99 $5.00
Average
Customer Rating : Not
yet rated |
|
Customer Review :
No review yet |
 |
Professional ASP.NET Web Services
Price : $59.99 $43.74
Average
Customer Rating : Not
yet rated |
|
Editorial Review :
This book will show you how to create high-quality Web Services using ASP.NET. It describes the standards that are core to the Web Services architecture and examines how these standards are integrated into ASP.NET. The processes involved in building and consuming Web Services are discussed along with in-depth code examples. The book concludes with three case studies, each examining a different application of Web Services, and presenting a complete solution. This book covers: * Building and consuming Web Services in ASP.NET * Simple Object Access Protocol (SOAP) * Web Services Description Language (WSDL) * Discovering Web Services with UDDI * Exposing data sources through Web Services * Performance techniques * Securing Web Services * Transactional Web Services * .NET My Services (Hailstorm) The code in this book is presented in C#. Full Visual Basic .NET versions of all code samples and case studies are available along with C# downloads on the Wrox website.
Customer Review :
No review yet |
|
More
Results : [First] [Prev] 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 [Next] [Last]
Quick Link : 40 | 60 | 80 | 100
|
|
Questions & Answers
Question : How do you turn on classic asp vb script errors to see what line the error is on in the web page?
Is there some code that I have to put into the web page itself? The web.config file seems to work with fine at getting error messages with asp.net pages but not classic asp. The web.config file is also setup up for error messages.
Answer:
For starters, you need to make sure you don't have "Show friendly HTML error messages" checked under the Advanced tab under Internet Options (in Internet Explorer).I think you're trying to debug a website you're working on so if this is the case in IIS you need to select the option "Send detailed ASP error messages to client" in the Debugging screen under Application Configuration for that website. For security reasons you should remove this option when you're done debugging.Hope this helps.
|
Question : Does anyone know if there are any free or inexpensive ASP baton Instructor courses in Colorado?
I really would like to become an ASP baton instructor to add one more certificate to my resume. The only problem is my agency will not pay for training right now. So if anybody knows about any training opportunities I would greatly appreciate it.
Answer:
Even if someone is offering training for free or cheap, it will not result in any sort of certificate. Certified coursework costs money. It's not fair but that is just how the system works.On the plus side, since you already are with an agency, you should have access to training that regular civilians do not. Many ASP course require you to be law enforcement or private security.
|
Question : How do i build a redirect from an asp site to a php site?
My company switched from an asp site to a php site. We want to build redirects so that we don't lose all of the good product reviews done by bloggers and other sources. Can someone give me the code so I can create these redirects. We were previously using network solutions. Now we are using joomla. Thank you for any help you can provide.Ashley
Answer:
@Laogeodr... That is a valid solution but you will still lose credibility with Google. If you want to keep some of your page rank, your also need to send a 301 permanent redirect so the search engines will know that the link has changed.RewriteEngine OnRewriteRule (.*)\.asp $1.php [R=301,L]
|
Question : How can I create a pre-filled ASP form to to make it easier to submit repetive data to a database?
I have to fill out orders all day and they use an ASP form. There are fields that remaing the same for up to 20 orders in a row. How can I pre-fill an ASP form? The pulldowns are not sufficient, thanks.
Answer:
I store data in a cookie.For ExI have two buttons'Save Info''Recall Info'The information is loaded from the database. If I know this has to be re-typed like address etc I let the user hit the SI button and I store the information to a cookie. On the next fill they just hit the RI button and refill the fields with the info from the cookie.Now all they have to fill in is data that changes. Name etc.
|
Question : I have a full ASP website script to sell. How can I find a buyer?
I have a fully developed ASP website script to sell. It has been running successfully for one year and 2 months now but I want to sell the script for anyone who has a business plan. It's a Multi-level marketing script, well customized with members and a good cash flow. Where can I go to list my ASP script based website for sale?
Answer:
try http://www.yaaad.com
|
Question : What happened with Cleopatra and the asp?
My dad wanted to know about it and told me to look up cleopatra and the asp, or something. Do you know anything about this?
Answer:
She committed suicide with the asp. Not a fun way to go. But I'm sure it was nice and dramatic.
|
Question : Execution of the ASP page caused the Response Buffer to exceed its configured limit?
When i run asp file get this message how i can rectify this? Any body help me?
Answer:
You can try these ways: - add response.buffer = true on the top of your page - edit the metabase.xml file, look for the AspBufferingLimit that normally is around 4194304 (bytes, that means 4Mb) and increase that value. You do not need to stop IIS for the metabase.xml editing, but to make the Metabase.xml file write-able, you need to go to the IIS control panel, right click the server, select properties, and check off the box that says “allow changes to MetaBase configuration while IIS is running".ciao!
|
Question : Asp.Net dating software: does it require programming knowledge in order to start a dating site?
I have spent about two weeks now trying to gather options on how I can start a dating site because I have a great idea for a particular niche. Does ASP.Net dating software require programming knowledge or can I create a site from this on my own? I wouldn't mind learning how to install it or certain things on programming, but if it's something that requires a developer, then obviously I won't buy it. Any ideas?
Answer:
"Asp.Net dating software" - what software you are talking about ? If you found some ready to use dating web app. that you can buy - then , no you don't need to know asp.net . you still need to install it on the server, set all permission, install database etc.
|
Question : How do change the text in a asp:Button control while mouseover?
How do change the text in a asp:Button control while mouseover?
Answer:
Hi,In Asp.Net, we can get the mouserOver event for button using Page add attributes...For Example:You can use this type to fire Button Onmouse over event...PageLoad(){ btnExMouseOver.Attributes.Add("onmouseover", "return validate();"); } Then just using java script for that function in HTML pageex: | | |