DirectoryWeb DesignBlog Details for "Web Development Blog"

Web Development Blog


Web Development Blog
Web development news, SEO information and PHP script releases
Articles: 1, 2

Articles

Impressions from the Google I/0 conference
2008-05-29 22:52:00
or Google the Open Source Company presents their new technology! The Google I/O conference in San Francisco is the first of his kind, during two days the conference provides the attendee 90 sessions grouped by the following categories: Ajax and JavaScript APIs and Tools Maps and Geo Mobile Social Furthermore they held sessions like Code labs, Tech Talks and the Fireside Chat. ...
More About: Conference , Impressions
More advanced features in phpMyAdmin
2008-05-12 15:43:00
This is part two of the article “Database management with phpMyAdmin” a review of the book “Mastering phpMyAdmin” and the open source software phpMyAdmin. The PMA relational system In MySQL there is no native function to create relations between several database tables. Using the InnoDB database type makes it possible to link with foreign keys and in ...
More About: Features
Database Management with phpMyAdmin
2008-05-12 15:41:00
This is part one of the quick review of the book ? for Effective MySQL Management ? and the phpMyAdmin software. This article/review is not just another review about phpMyAdmin, but more some information about features I haven’t used during the last years of PHP/MySQL web development. About phpMyAdmin PMA is a full featured tool to administrate your ...
More About: Database , Database Management
Website layout dimensions today
2008-04-27 09:48:00
I remember me very well the last website project meetings with customers: Why is my website so small? There is so much space to right and the left, why is this? Most of the people I know having laptops / computers with wide screens. Sure, those customers have a point; the average computer equipment becomes still better. ...
More About: Website , Today , Layout
Optimizing your Wordpress Blog for Google: Part 2
2008-04-15 07:39:00
This is part 2 in our series on how to optimize your Wordpress blog for Google . In our earlier post we discussed how to avoid the duplicate content penalty when blogging with the Wordpress blogging software; today, we are going to share how to optimize your Wordpress blog for search engine friendliness especially ...
More About: Tutorials , Blog , Part
Easy payments using Paypal IPN
2008-03-14 16:33:00
There are several PHP scripts and classes to process PayPal payments using their native IPN (Internet payment notification) feature. Because the whole process is based on the data you need to send via a web form to the PayPal payment processor these script look very similar. The payment / notification process is shown via the following ...
More About: Paypal , Easy
Optimizing your Wordpress Blog for Google: Part 1
2008-03-02 10:34:00
How to avoid the duplicate content penalty when using a Wordpress blog There?s no denying it, Google is the powerhouse of the internet; more than capable of showering targeted visitors on your website like a torrential downpour backed by gale-force winds. That is, if you happen to be in Google?s good graces and rank ...
More About: Blog , Part
Using Wordpress widgets for an improved blogging experience
2008-01-22 23:09:00
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 ...
More About: Reviews , Widgets , Web 2 , Blogging
New Support forum for finalwebsites.com
2007-12-31 14:13:00
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 ...
More About: Forum , Support
Some nice Google Adsense updates
2007-12-13 22:12:00
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 ...
More About: Google , Advertising , Google Adsense , Updates
Important Update for the PHP class Access User
2007-11-20 23:06:00
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, ...
More About: Update , User , Class
First steps within the Zend Framework
2007-11-16 17:32:00
Setup a quick Yahoo Search page within a few minutes! A few days ago the “old” Google web search API has stopped working for the web public. Not a big surprise after the release of the AJAX web search API. A customer of mine is using search results in his mini sites to give them a ...
More About: Tutorials , Framework , Zend , Steps
Setting up an Internet shopping cart
2007-11-11 17:05:00
If you plan to sell physical products, digital products or even a large number of services from your website, you might be considering setting up a shopping cart. Many large eTailers offer checkout solutions for their websites, and as the internet has grown more “mature”, there are an increasing number of shopping cart ...
More About: Internet , Shopping , Commerce , Cart
Yes, Google has ?cutted? my PageRank too!
2007-10-24 19:52:00
Like a lot of other weblogs this “Web Development Blog” has lost today 2 points in PageRank (went from 5 to 3). A week ago I had the idea that this blog will get a PR6 based on the information I got via the Google webmaster tools. After reading about PR drops from Andy Beard, ...
More About: Pagerank , Ager , Gera
Blended search and the importance of varying your website?s marketing metho
2007-10-24 14:11:00
Effectively marketing your website for better exposure to search engines, or search engine marketing (SEM), has certainly changed over the years. From the days when keyword focused Meta tags were the de-facto method to grab top rankings in the SERPs (search engine results pages) to the recent days, and today still, when most major ...
More About: Marketing , Website , Internet Marketing , Search
Link sharing with StumbleUpon and digg.com
2007-10-17 11:56:00
The basic idea of each social link community is that people share their discovered links with others via the Internet. Actually it’s only allowed to send those links to your social community friends. Having a lot of friends with the same interest like yourself is something very valuable to generate a lot of traffic to ...
More About: Digg , Link , Sharing , Stumbleupon , Shari
Tutorial: FTP Upload via cURL
2007-10-12 00:30:00
FTP hosting is often much cheaper than regular web hosting. The upload with an ftp client is for sure the most common way, but could be a problem for people behind a firewall or without enough rights (capabilities) to install a FTP client. For those a upload via a web form is the best solution. Upload ...
More About: Tutorials , Tutorial , Curl
Get your Flash website high ranked at Google
2007-10-07 14:58:00
Often people doesn’t like to use Flash websites because Google can’t “read” the text inside a flash movie. In the past people used a mirror HTML version to get in the SERP’s of Google and other search engines. These days I read about some nice project the SWFObject a nice JavaScript solution that enables Flash user ...
More About: Website , High
Tutorial: Create a zip file from folders on the fly
2007-09-24 23:22:00
For a future project I needed these days some easy to use zip or gzip class to create a zip file from files / folders inside a specified directory. A short search on Google has lead me to the Create ZIP File PHP class from Rochak Chauhan. I tested two other scripts before and must ...
More About: Tutorials , Tutorial , Folders
How-to setup the DNS and name server for a DirectAdmin web server
2007-09-17 23:44:00
You have enough of shared hosting and/or the costs for bandwidth are too high? OK, the next step is your own dedicated server, but with a limited budget it’s hard to find a good and cheap managed server. For all beginning server administrator is this guide about how-to setup the DNS for a server with a ...
More About: Web Server , Setup , Server , The D , Dire
Registering a domain name - important considerations
2007-09-11 08:16:00
When you are setting up a website for the first time, one of the more important considerations is the domain name you will use. Probably as important as the domain name you will use for your website is the company that you use to register the domain. Here we will explain how you ...
More About: Domain , Domain Name , Import , Consider , Regis
Registering a domain name ? important considerations
2007-09-11 08:16:00
When you are setting up a website for the first time, one of the more important considerations is the domain name you will use. Probably as important as the domain name you will use for your website is the company that you use to register the domain. Here we will explain how you ...
More About: Domain , Domain Name , Import , Consider , Regis
Running a mailing list for increased traffic and sales
2007-09-03 13:23:00
Internet marketing Guru’s swear by them, and you’ve no doubt heard the phrase “the money’s in the list” more times than you care to acknowledge. Certainly running an email list can be lucrative, but why is it so lucrative, and how can you build a mailing list that not only increases sales, but increases your ...
More About: Running , Traffic , Sales , List
Saving on Web Hosting With Cpanel
2007-08-08 15:24:00
There are a number of different ways that you can save on web hosting when it comes right down to it and because of that there are cheap web hosting solutions available to you all over the internet. The most obvious type of low price web hosting available on the internet today is probably Cpanel ...
More About: Hosting , Web Hosting , Saving , Ving
Cubez (or links) to your website
2007-08-04 15:06:00
Several weeks ago I found some link/advertising website via the DP forum offering PR5 links for just 1 British pound. First I thought OK, the next word cloud website, but I was wrong: You-Cubez.com is some link community with additional features. While paying a higher price your cube is higher listed (bidding directory) Create your custom cube ...
More About: Reviews , Website , Links
Some small pyramid for some traffic
2007-08-01 00:27:00
This morning I got some comment from Adam, that he tagged me. I thought what is this, the next social community? No, just an old game “The Pyramid Game”. Normally there are only a few winner in that kind of games and a lot of looser (these players which has joined at the end of ...
More About: Traffic , Small , Some
Build a web shop with osCommerce
2007-07-24 08:34:00
osCommerce is the e-commerce software which can be downloaded for free and makes it possible to setup an online shopping site. osCommerce is a full featured web application and makes online shopping possible easy for the shop holder an the customer. Released under the GNU General Public License (open source), osCommerce came into existence in ...
More About: Shop , Build , Oscommerce , Merc
Monetize your website with AuctionAds
2007-07-10 23:54:00
About 3 month ago a lot of TLA publishers got an invitation to join the new publisher service AuctionAds. This program is smart way to show ads eBay auctions without to be an eBay affiliate. After using these ads for more than a month it?s time for short review. First of all the account functions are ...
More About: Reviews , Website , Monetize
Help! My ISP needs some PHP programmers!
2007-07-08 13:06:00
XS4ALL is one of the biggest ISP’s in the Netherlands and is a specialist in ADSL and hosting products and services for home and business customers. I know XS4ALL as a real service provider, everytime I called the helpdesk they were able to analyze and solve my problem in a short time. Ok, enough about the ...
More About: Programme , Gram , Programmers , Some , Needs
Google Adsense Referrals 2.0 or continue with PPC ads?
2007-07-03 21:37:00
These days Google announced that the product Referrals 2.0 will become available to the most of their publishers. Yesterday I got the chance to have a first look on this new product. The first thing I noticed is that its very easy to use, just like the other Adsense products. The old Referral product screen is ...
More About: Google Adsense , Google Services , Ferr
More articles from this author:
1, 2
47174 blogs in the directory.
Statistics resets every week.


Contact | About
© Blog Toplist 2008 - Supported by Web Catalog - SEO by FeWorks
eXTReMe Tracker