To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here

HOME News MS SQL Oracle DB2 Access MySQL PHP Scripts Books Links DBA Talk


Go Back   Database Journal Forums > Miscellaneous > Database Programming

Database Programming Discussion on all database programming topics, including ASP-db, ASP.NET, ASP and PHP.

Reply Post New Thread
 
Thread Tools Rate Thread Display Modes
  #1  
Old 03-25-2009, 03:28 PM
Frank Frank is offline
Super Moderator
 
Join Date: Oct 2002
Posts: 929
AJAX, ASP & Web Site design

In the next release, you'll find a lot of features with AJAX option. The most difficult one to implement is the MyInputForm. Beside the fact that an image verification option is implemented, the auto generated form is done with AJAX with an external verification program. AJAX works with a main file with an event button when clicked will send data like querystring and work with an external program in which the result is placed in the AJAX container <div id='MYAJAX'></div> of the main program. Kind of messy but Tornado has automated made all of that and make it painless. The implementation of this module was derailed by the fact that AJAX submit does not work with non-conforming HTML code. That mean all the <Table><TD> formatting does not work. Finally got it to go with making input forms w/o the non-conforming code.

BTW, please note that the dynamic data generated by AJAX & ASP does not work well with the search engine as the data is dynamic. Most search engine does not like to be trapped. If you are designing a web site that would like to be searched. SO not use these technique.

Frank

Last edited by Frank; 03-25-2009 at 03:31 PM.
Reply With Quote
  #2  
Old 03-28-2009, 11:04 AM
Frank Frank is offline
Super Moderator
 
Join Date: Oct 2002
Posts: 929
Clarification - ASPdb.Net and ASP.Net

Clarification...

When you use the ASP.Net controls (form/session/postback based). Your chance of having you page searched by the search engine is not good. If you use ASPdb.com standard aspx like -

http://www.mysite.com/program.aspx (no querystring)

<html><head>
<!--#include virtual="showitems.aspx"-->
</head><body>
<%= here %>
</body></html>

Now, you are OK !!

As for AJAX, there is no hope with search engines. It is a cloaking feature and great for security. So only use it for FORM submission to be safe.

Fk
Reply With Quote
Reply Post New Thread

Bookmarks

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 02:07 PM.


DatabaseJournal Recent Articles


 » Top 10 SQL Server 2008 Database Administra...

 » A First Look at SQL Server 2008 R2 Master ...

 » Redmond exploits MySQL uncertainty

 » Oracle Launches Oracle Global Trade Manage...

 » SQL Server 2008 RTM Support Ends April 13,...

Search Database Journal:
 







Acceptable Use Policy

Internet.com
The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers

Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.