Developer News
Installing and Using Meeplace, the Business Review CMS
Meeplace is a business review script and content management system that you can install to turn your site into a professional review site, similar to sites like Yelp.
Categories: Developer News
Sending an HTML and Plain Text E-newsletter with ASP.NET, Part 2
Using ASP.NET and a database, you can create an electronic newsletter and send it to multiple recipients at once.
Categories: Developer News
Create Multilingual Web Sites with Windows Unicode Fonts
To input text in languages other than your keyboard default on Windows platforms, you'll need to do some tweaking. Learn how to enable various International Unicode Keyboards in Windows XP.
Categories: Developer News
Build a Shopping Cart Admin Tool for Your PHP Online Store
With an online shopping cart administration tool in place, you can easily create administrators and non-administrators for your PHP site and manage their privileges and tasks accordingly.
Categories: Developer News
Use Web Caching to Make Your Web Site Faster
Get an overview of how the multiple levels of web caching behave and how you can use them to make your site faster.
Categories: Developer News
Creating an Online Shopping Cart Mechanism in PHP
Explore the PHP scripts behind a functioning online shopping cart and learn how to use them with a real-world example.
Categories: Developer News
Log JavaScript Errors Using an AJAX-driven Web Service
JavaScript's error-capturing mechanisms not advanced enough for your web applications? Here's a novel way to log JavaScript errors using an AJAX-driven web service.
Categories: Developer News
Installing the Elgg Social Networking CMS
One Open Source CMS that stands out above the rest for small businesses and personal networks is the Elgg open source "social engine," which can be used to create social applications. Scott Clark shows you how to install and get started with this social networking CMS.
Categories: Developer News
Setting up an SSL Certificate in Apache
When the HTTP protocol was designed, it was assumed that data transmission would be secure. Times have changed and network security has become much more important to us, especially for certain tasks. Sukrit Dhandhania shows you how to set up Secure Sockets Layer.
Categories: Developer News
Custom Scrollbars with CSS
CSS 3 is well on its way and promises some amazing features, including scrollable divs. There are several implementations of custom scrollbars, but the following implementation works across all popular browsers and supports scrolling with the mouse wheel.
Categories: Developer News
Increase Site Traffic by Including Multi-language Content in Your Web Page
Want to give your website a more broad appeal and increase readership? Who doesn't?! Your site could benefit by introducing some non-English material. Today's article will focus on various tools that you'll need to produce multilingual HTML documents.
Categories: Developer News
Working with Authentication and Profile Services Using Ajax
Have you ever wanted to use the profile object in ASP.NET to store the user's profile information for later retrieval and usage? Joydip Kanjilal shows you how to work with the authentication and profile services using Ajax.
Categories: Developer News
Building an Online Shop's Product Detail Page
Adding to our online store, this week we cover building the product detail page and begin creating the shopping cart.
Categories: Developer News
Globalize your Web Applications: The Universal Character Set
This fourth article the Globalize your Web Applications series deals with something that's at the forefront of your web apps: the character sets. More specifically, we'll be taking a look at the Universal Character Set (UCS) and its role in creating multilingual web pages.
Categories: Developer News
Building an online Store
Learn how to create a simple, online storefront, which can be used as a foundation to build more sophisticated online shopping carts, with PHP and MySQL.
Categories: Developer News
vBulletin Publishing Suite 4.0: Not Just for Discussion Anymore
Scott Clark was lucky enough to get a sneak peek at vBulletin 4.0 Publishing Suite, which is a big step up from an ordinary discussion forum; in fact, it's a complete publishing system. Learn about the main features and find out why Scott gives it a thumbs up.
Categories: Developer News
Globalize your Web Applications: PHP's Locale Formatting Classes
In part 3 of the Globalize your Web Applications series, we'll be exploring PHP's I18N_Number and I18N_Currency classes, both of which are part of the I18N Libraries.
Categories: Developer News
Performance Tuning Tips for Apache
Apache is one of the most successful open source projects of our times. A big advantage of this popularity is that over the years people have spent a great deal of time fine tuning the software for better performance. Read on to learn more.
Categories: Developer News