… at the intersection of News, media, technology, business and the web
1 Apr
After releasing my AjaxBerlee WordPress theme George and Milan’Che
reported problems with Google’s AdSense. This left me with a problem.
Because new page requests in my theme are parsed over the old ones.
AdSense works as follows. The Mediapartners-Google spider indexes the site,
when visitor now requests one of your pages it will load the external
JavaScript from the Google domain. In that JavaScript the text advertise is
displayed.
So far so good. An AJAXified page will initially display the AdSense
advertise very well (because the pages are backwards compatible). The
visitor clicks on a link and now only a part of the page get reloaded, but
not the AdSense advertise. Because it’s possible to load an JavaScript
into JavaScript, but its not possible to reload JavaScript into JavaScript
(for scripts that aren’t build for it).
30 Mar
WordPress 2.5 has officially been released. Along with the release is a refresh of most WordPress properties, including WordPress.org.
Here is a link to WordPress 2.5.
27 Mar
If you have any personal wordpress blog which you dont wanna share with
others…
Then I have best solution for you. I managed to do some tricks and finally
able to modify the wordpress code. all you have to do it - Just modify your
index.php file.
It will be look like this after updation. Don’t forget to comment if you
like it.
Download the file to see the code.