-
The snow goose need not bathe to make itself white. Neither need you do anything but be yourself.
Lao Tzu Recent Comments
Tags
analytics api bing curl development ga google granny gift shop marketing jquery juust latent semantic indexing links mysql namespaces optimisation pagerank php PIYF plugin robots scrape sem seo seo tips and tricks serp simplexml template tool trackback trends twitter vba vcard widget wordpress xhr xml-rpc
Posts tagged: xhr
- xhr
XMLHttpRequest (XHR) has an important role in the Ajax web development technique. It is currently used by many websites to implement responsive and dynamic web applications. Examples of these web applications include Gmail, Google Maps, Facebook and many others. It is used to send HTTP or HTTPS requests directly to a web server and load the server response data directly back into the script. The data might be received from the server as XML text or as plain text. Data from the response can be used directly to alter the DOM of the currently active document in the browser window without loading a new web page document.
how to get bing api search results in MsOffice VBA
For the loyal VBA fans a quick snippet to grab search results from Bing in Access or Excel. There are few articles on the web about that, and that is a shame. So lets add some content on it to … Continue reading
wordpress xmlrpc and microsoft access vba
I was building a database in WordPress but their table interface lacks completely and I dont want to spend 200 hours developing a backend for a once-off project. I always used MsAccess for RAD blueprinting and I reckon you can … Continue reading