Ajax

FREE THOUGHT · FREE SOFTWARE · FREE WORLD

Posts Tagged ‘Ajax’






SEO Boost from Google 404 Plugin

Tuesday, July 1st, 2008

1 minute Install!
Turns every 404 Not Found error into a SEO traffic generating event! Now you have many unique users with unique IP addresses and cookies searching your blog on all of the Google Indexes… Sweet!

«Take My 404 for a Test-Drive


SEO Secrets of AskApache.com

Monday, April 28th, 2008

Learn how in a year, with no previous blogging experience this blog was able to rank so high in search engines and achieve 15,000 unique visitors every day. Uses combination of tricks and tips from throughout AskApache.com for Search Engine Optimization.



PHP Sessions/Cookies On The Fly

Friday, March 28th, 2008

Multiple Web Technologies for dynamic php session controlThis article shows how to save and modify php session data, cookies, do anything really… without using ajax or iframes or forcing the user make a request.


Faster Form Submission and Processing with fsockopen

Tuesday, March 4th, 2008

Speedy Forms using background-requestsPart II: Example illustrating how to speed up GET/POST form submissions. Uses fsockopen to initiate a server-side background request to process the submitted data, so that the result page of the form is displayed to the client lightningly quick.



Preload flash .flv files into browser cache

Monday, February 4th, 2008

How I was able to preload many flash flv and swf files on one of my clients sites that has a lot of online video and relatively small traffic. Their site visitors would usually watch 3-10 videos per visit and so to make the videos load almost instantly on every page I came up with a way to preload the top 10 .flv files and the swf flv player files as soon as the visitor successfully started watching the 1st video. Of course I also setup .htaccess caching on the server so that once they downloaded the files into their cache they would never request them from the server again. I was having fun with this so its pretty funky and uses some really cool combinations of javascript, swf preloader from xml, css classes to help automate it all..


Boost SEO, Drive Traffic with the 404 Error Page Plugin

Wednesday, December 19th, 2007

The best (so far) AskApache Plugin is now even bestester! Turns every 404 Not Found error on your blog into a search engine optimized, traffic driving event!
AskApache Google 404 Powered By Google Ajax API


Referer Spoofing Using JavaScript

Tuesday, November 27th, 2007

pseudo-flaw.netEven though at the moment I’m more into AJAX and simple behavioural unobtrusive javascript more than java, I still remember how excited I was back in 1995 when Sun released both beta and alpha Java versions to the public.. In fact I still have my Java 1.0 Unleashed book, which I’m looking at right now.


Tips on Writing WordPress Plugins

Monday, November 26th, 2007

WordPress Plugin Template: AskApache PluginsThought I’d give you all the tips and tricks that I’ve learned and use when developing WordPress plugins.. which can be quite fun!



CSS Background Image Sprites

Monday, October 8th, 2007

Using a CSS Background Image Sprite with the CSS background-position and background-image I can display all these icons: . I can even have them show up anywhere on the page!


Top methods for Faster, Speedier web sites

Friday, June 1st, 2007

High Performance Web Site list of the best and newest methods to make web pages super fast using caching, compression, cache-control, etc.


SEO Redirects without mod_rewrite

Tuesday, April 10th, 2007

Web Professionals use mod_rewrite to issue 301 and 302 Redirects for Search Engines. Sometimes you may not have mod_rewrite.c or you want an alternative redirect method. Using mod_alias RedirectMatch you can use REGEX in Redirect commands!


Best-practice Web Design Process

Monday, March 26th, 2007

Web Design Process

I have spent a considerable amount of time investing in learning best-practices for modern web-design..


(as defined by the World Wide Web Consortium) This basically means that I can rapidly make changes…



It's very simple - you read the protocol and write the code. -Bill Joy

HTML | DCMI | GRDDL | XOXO | XDMP | XFN | DOM | XML | XHTML 1.1 Strict | CSS 2.1 | W3C

Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution 3.0 License, just credit with a link.
This site is not supported or endorsed by The Apache Software Foundation (ASF). All software and documentation produced by The ASF is licensed. "Apache" is a trademark of The ASF. NCSA HTTPd.
UNIX ® is a registered Trademark of The Open Group. POSIX ® is a registered Trademark of The IEEE.

Site Map | Contact Webmaster | Glossary | License and Disclaimer | Terms of Service

↑ TOP
Main