Creating a floating back to top button that appears as users scroll down your page. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com
Posts Tagged ‘jquery’
PHP Tutorials: Security – XSS (Cross-site scripting)
December 17th, 2011
phpmoz Protect against injecting of client-side scripts (such as JavaScript) on your website. XSS affects any user-defined data that is output anywhere on your site. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com
PHP Tutorials: Shoutbox (Part 3/3)
October 1st, 2011
phpmoz With jQuery. How to create an easily integratable shoutbox. Base source code is available in the phpacademy forum. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com
PHP, Jquery, Mysql Browser MMORPG Game tutorial – Project Station Invasion (Part 32)
September 29th, 2011
phpmoz Website: www.tapt-in.net Project Page: www.psi.tapt-in.net Forum: www.tapt-in.net Project station invasion is a developing full browser MMORPG. Take advantage of the lessons showing you how this game is being made, step by step and code explained.
PHP Tutorials: Shoutbox (Part 2/3)
September 14th, 2011
phpmoz With jQuery. How to create an easily integratable shoutbox. Base source code is available in the phpacademy forum. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com
Ajax Tutorial : Post to PHP File XMLHttpRequest Object Return Data Javascript
July 18th, 2011
phpmoz Script: www.developphp.com Learn to program the javascript XMLHttpRequest Object to easily send Ajax HTTP requests to your PHP parsing scripts, and get return data from submitted forms or any type of interaction that takes place on your website.
jQuery Basics: An Introduction to jQuery
July 13th, 2011
phpmoz An introduction to the jQuery JavaScript library. jQuery allows you to animate HTML pages, perform AJAX and much more. WEBSITE phpacademy.org FORUM http TWITTER twitter.com FACEBOOK www.facebook.com
PHP Tutorial – Basic Comment System Using jQuery – Part 1
July 12th, 2011
phpmoz In this two-part tutorial series we will be creating a basic comment system using PHP MySQL and jQuery. The comment will automatically be added to the list of comments using jQuery to load the updated data onto the page. All comment posting and comment refreshing is done behind the scenes. The tutorials mentioned in this tutorial are listed below. Website: www.timkipptutorials.com Forums www.timkipptutorials.com Database Connection Script: www.timkipptutorials.com Implementing jQuery (video): www.timkipptutorials.com Implementing jQuery (text): www.timkipptutorials.com Converting MySQL Datetime Field: www.timkipptutorials.com

Posted in
Tags:


PHP Tutorial – Basic Comment System Using jQuery – Part 2
In this two-part tutorial series we will be creating a basic comment system using PHP MySQL and jQuery. The comment will automatically be added to the list of comments using jQuery to load the updated data onto the page. All comment posting and comment refreshing is done behind the scenes. The tutorials mentioned in this tutorial are listed below. Website: www.timkipptutorials.com Forums www.timkipptutorials.com Database Connection Script: www.timkipptutorials.com Implementing jQuery (video): www.timkipptutorials.com Implementing jQuery (text): www.timkipptutorials.com Converting MySQL Datetime Field: www.timkipptutorials.com