Wrox Programmer Forums
|
BOOK: Beginning ASP.NET 4 : in C# and VB
This is the forum to discuss the Wrox book Beginning ASP.NET 4: in C# and VB by Imar Spaanjaars; ISBN: 9780470502211
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 4 : in C# and VB section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 21st, 2011, 07:13 PM
Friend of Wrox
 
Join Date: May 2011
Posts: 411
Thanks: 13
Thanked 7 Times in 7 Posts
Default Using the Watermark

In chapter 11, page 387, I intend to use your watermark Jquery stuff for a restaurant website that I am building for a friend who owns a about five or six rather large seafood restaurants in both Texas and California. He is expanding his business and is opening two new restaurants in San Antonio, Texas and another one in Pismo Beach, California. I would like to use your contact form with the jquery watermark stuff for our customer contact list for our website. I will emmulate/building the form in the book using DreamWeaver with XHMTL and not Visual Studio with ASP.NET. The client insists on it being that way.
I was wondering are there any gotchas that I should be aware of when using the watermark going from tables using asp:controls to XHMTL controls? Also I know this coming question should maybe be on a different string or may not be relevant to the topic at hand for this particular forum. But I just installed IE 9 on my new machine and I can't seem to find view source option in IE 9. Do you know where to go and get that information on view source. I know that this particular question might not be relevant to this discussion but if you would indulge me this time I would be very appreciative.
 
Old May 22nd, 2011, 03:16 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Quote:
I was wondering are there any gotchas that I should be aware of when using the watermark going from tables using asp:controls to XHMTL controls?
ASP.NET Server controls are a server-side concept. When they reach the browser, they have been transformed into standard XHTML controls. So, from a browser perspective - which is where the watermark plugin runs - it's all the same thing.

Quote:
I know that this particular question might not be relevant to this discussion
It's not only about being relevant. It's also about being able to find something. When posting, just keep one simple rule in mind: new thread for a new topic. Imagine I know the answer to your question about IE and post it here. Tomorrow, another visitor comes along with the same question. He searches the forum for "IE missing view source". One of the threads in the search results is this one. What are the chances that visitor is going to click "Using the watermark" to solve his IE problem? Pretty slim if you ask me.

Now, imagine you started a new thread, called "IE 9 View Source Command missing". This subject covers the topic, making it way more likely someone is going to read it later.

A forum is not just about solving your problem, right here, right now. It's also about building up a knowledge base to help future readers find what they are looking for without asking (and answering) the same questions over and over again.

That said, the View Source is available when you right-click a page, or from the Page menu item on the toolbar. If it isn't, I don't know what's going on.

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
 
Old May 26th, 2011, 12:17 AM
Friend of Wrox
 
Join Date: May 2011
Posts: 411
Thanks: 13
Thanked 7 Times in 7 Posts
Default Follow watermark question.

Code:
I have been really getting into the Jquery section of your book. I was wondering how you would make your watermark Jquery code in coordination with the following Jquery code. Your patience, cooperation and understanding in regards to this matter is great appreciated.

<script type="text/javascript" src="js/jquery-1.6.min.js"></script>
    <script type="text/javascript">
	$(document).ready(function(){

$(':submit').click(function () {
   $("#hideme").slideToggle(
function callback() {
  alert('Thank you for your comments we will be in touch shortly!')
});
});


});





Similar Threads
Thread Thread Starter Forum Replies Last Post
jQuery Watermark Plugin Phil Critchley BOOK: Beginning ASP.NET 4 : in C# and VB 11 November 24th, 2011 12:06 PM
Chp 7 Caption & Watermark p202 aformoftruth BOOK: Beginning PHP 6, Apache, MySQL 6 Web Development ISBN: 9780470391143 4 March 4th, 2010 06:21 AM
Watermark image amirmunir Crystal Reports 0 June 1st, 2006 12:09 PM
Insert text as watermark in the report? pallavijyo BOOK: Professional Crystal Reports for VS.NET 0 December 15th, 2004 10:14 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.