Web Development Blog

Web development tutorials, SEO articles and PHP script resources

Subscribe to this blog
Tuesday
Jan 22,2008

Widget is a funny name, but as with many other names online, it’s largely become a commonplace term within the blogging community, at least the blogging community that uses the world-renowned Wordpress blogging software.

What are Wordpress widgets?

“Wordpress widgets” is a term that is used to describe the easy-to-use sidebar functions in any of the widget ready Wordpress themes. From within your Wordpress blog’s administration area, through the use of client-side scripting languages; Ajax and JavaScript, users can “click and drag” certain sidebar elements and rearrange them to meet their ideal sidebar setup. These elements include the blog search box, links, pages, meta (containing admin login links, rss feed links), categories, most recent posts and text-box elements.

Today, nearly all up-to-date Wordpress themes are widget ready, meaning that instead of manually having to modify code in the sidebar.php file for your active Wordpress template to get your desired look, in order to modify the look of your Wordpress themes’ sidebar, you only need to click on the desired element to add it to the sidebar or re-arrange the elements in any widget ready theme. Read the rest of this entry »

Monday
Dec 31,2007

After using the Webdigity Webmaster forums for supporting webmasters which are using the PHP classes and scripts provided on finalwebsites.com a new forum is created. The owner of finalwebsites.com has created a new support forum on his own domain. With this new part of the website it would be easier to provide new information to existing users (release notes, update information) and to help users with the scripts and classes.

People need to register only ones at finalwebsites.com to download the PHP classes and to get help via the forum while using the scripts. It’s not the idea to create a new PHP forum, but to offer an easy and fast way to provide information on the right place. Read the rest of this entry »

Thursday
Dec 13,2007

Several weeks ago a several Adsense publisher has complains about recent modifications in the click behavior for Adsense ads. While an Internet visitor was able before to click the whole ad area to reach the target page, is the new ad only clickable on the ad title and the URL. This modification was done by Google to ban unwanted clicks for their advertisers. Afterwards I think that most of the publisher doesn’t have noticed a change in their earnings (maybe a publisher who need those unwanted clicks to earn money). ;)

Enough about this, there are new features!

Managing Ads via the Adsense control panel

Since a few days it’s possible to use this great feature to maintain existing ad code without changing your HTML. Just create a first (new) ad zone and place some standard Adsense code into your HTML (yeah I’m talking about an account from a publisher in Europe). If you need to change the colors, ad dimensions or ad channel on a later moment, just do it within your Adsense control panel. This is really a time safer! This way it’s easy to change for example the color for multiple pages from your website with just a few mouse clicks. Read the rest of this entry »

Tuesday
Nov 20,2007

Today our partner site finalwebsites.com has announced an important update for the Access_user class. The update is a security update to make the script more safe against computer hacker. While there is not really a problem for existing, working applications, it’s advised to update applications very soon.

The release information:

This is an important (security related) update, in previous versions hackers can guess common and repeating passwords from user. While the “forgotten password” function was based on the password and the user id, it could be possible to change the password for some user (if the hacker knows the users id and the right password). The risk is not very high for most installations but could be work out some trouble. The new version doesn’t use the password for validation anymore. The login name (encrypted) is used together with some “secret” secret string. AU class user can replace the class file but need to update the method calls in the activate password script. You need to add the constant variable SECRET_STRING to the db_config.php file.

Download the updated version from the PHP class here.

For further questions about the class post them to the official support forum.