Category Archives: AJAX
SEO Boosting AJAX Website
If you use an AJAX application, there are ways you can help search engines crawl and index your content. Those who run AJAX applications want to appear on search engines. Formerly it was hard for AJAX applications to be crawled
A to Z PHP and MySQL Tutorial
PHP MySQL Connect to a Database Create a Connection to a MySQL Database Before you can access data in a database, you must create a connection to the database. In PHP, this is done with the mysql_connect() function. Syntax mysql_connect(servername,username,password);
FishEye
Have you ever look through a glass? This demo is exactly that effect of enhancing the image behind the glass, the Fisheye. It’s not flash, only pure JavaScript. <html> <head> <base href=”http://www.ajaxdaddy.com/web20/jquery/interface-fisheye/”> <style type=”text/css”> body {color: white;background: #52616F;} a {
Side Notes
It’s all about tangents. No, not those kinds of tangents. We’re talking about the kind where you’ll be sharing a thought and you sort of, umm, go off elsewhere. Some people call them asides, digressions, departures…you get the idea. We
Ajax instant edit
A small piece of javascript reads al SPAN tags, checks if it has and a id=. If that is true, it adds a onclick function. That onclick function will create a textfield or input (depending on the size of the
Ajax Example
The AJAX application above contains one div section and one button. The div section will be used to display information returned from a server. The button calls a function named loadXMLDoc(), if it is clicked: <html> <body> <div id=”myDiv”><h2>Let AJAX
Use AJAX and PHP to Build your Mailing List
An elegantly designed site filled with engaging content is worth very little without an interested audience. An opt-in mailing list is one of the most effective methods of making contact with your audience and driving repeat traffic to your site.