iTamer's Keywords
adsense auckland blog blogger bmx cms crime digitalpoint directory dmoz domains email forum forums fraud google googlebot html internet javascript joomla keywords kiwi link-vault London Mambo / Joomla mtb nbo New Zealand odp phishing php property-investment rss scam seo serps sitemap spam submission UK vbulletin viral-marketing wordpress xmlApril 11, 2006
Javascript Test Page
Posted by Sarah King in PHP & Web Development
I’ve just been playing with javascript changing the style of an item directly as part of my prep for an AJAX integrated project. Making sure the code is cross browser is really important so I pulled together some bits and pieces from all over the place and have put together a test page with tabbed forms and a style changer.
The key elements are the ability to get the element using any of the browser types. More »
December 13, 2005
Using RSS-to-Javascript.com to parse an RSS Feed
Posted by Sarah King in PHP & Web Development
A quick search on Google came up with this free service to intelligently parse an RSS feed into a javascript feed.
You don’t have full control of the layout but for most of us it will be more than enough. More »
October 11, 2005
AJAX - finally!
Posted by Sarah King in PHP & Web Development
I’ve been wanting to have a play with AJAX for ages and had book marked Rasmus’ 30 second AJAX Tutorial so tonight I took 30 seconds, which turned into 30 minutes and had a play.
I’ve extended his example slightly - to include a javascript fix and to make it a bit more browser safe - because I have Opera 7 as my test browser and it doesn’t work, but does for Opera 8 (apparantly). More »
September 17, 2005
Submitting a form using Javascript
Posted by Sarah King in PHP & Web Development
It’s sometimes necessary to submit a form using javascript rather than by using the normal serverside validation (or as well as). This is a handy example of how to do it… More »
June 22, 2005
Changing the page title using javascript
Posted by Sarah King in PHP & Web Development, Search Engine Optimisation
Don’t do this!!! There is absolutely no point in changing a page’s title by using Javascript. More »
June 21, 2005
Call php from javascript
Posted by Sarah King in PHP & Web Development
This is a Frequently Asked Question for beginners getting to grips with the whole clientside versus serverside programming topic.
- Javascript can only run in the browser.
- PHP can only run on the webserver.
April 23, 2005
OnClick JS in the link ahref
Posted by Sarah King in Search Engine Optimisation
Over at Digitalpoint I spotted a thread titled OnClick JS in the link ahref and I suggested a test. I mulled it over and decided to test it myself. More »
