Viewing 1 to 10 of 10 items
Tag Archives: really

Really Simple Syndication

Really Simple Syndication Blog RSS Really Simple Syndication (RSS) is a tool useful for saving or retaining updated information on websites that you frequently visit or websites that are your favorite. RSS utilizes an XML code which scans continuously the content or subject matter of a certain website in search for new informations then transmits  Full Article…

0

jQuery Grids – really simple

Everyone needs grids. But people make them too convoluted to implement. My solution uses a simple table, include a js, and css file. Then write you PHP method which just creates a new Grid object. Its all open source and really simple to implement. Not shown in this video: complex queries – i can do  Full Article…

How To Find a Really Good WordPress Theme

makemoneyonlinewithjohn.com – Click Here For FREE, Instant Access To My ‘Quick Online Cash’ Step-by-Step Video Ecourse! In this video I’ll show you the best place to look for free, quality WordPress themes… and there’s thousands of these themes to choose from! To make it even easier, you can tell just how many people have downloaded  Full Article…

0

Why IE doesn’t really support jquery ajax?

Question by Haziman: Why IE doesn’t really support jquery ajax? Now i have the following script as base.js function ExtConn() { this.getHTML = function(_url, querystring){ bodyContent = $ .ajax({ url: _url, type: ‘POST’, data: querystring, async:false }); //alert(bodyContent); return bodyContent.responseText; }; this.sendForm = function(Form){ var dataString = ”; for(i=0; i

0