ISPConfig3 – DNS Templates

ISPConfig3 – DNS Templates

This article explains how you can use the DNS Templates in ISPConfig3
to allow layman to enter domain data without any previous knowledge on
the subject.

more

Popularity: unranked [?]

The Dos and Don’ts of a Java Position Interview

If you’ve looked for a Java position or if you are on the other side and are looking to fill a Java position in your company, then here are a few tips that will come in handy. (from Developer.com)…more

Popularity: unranked [?]

Basic OOP in PHP Part One

This multi-part tutorial will discuss and examine the basics of OOP in PHP discussing what it actually is, how it works and providing working examples of OOP in everyday PHP development.

Autodesk Software Download A Free Trial Of One Of Our Construction Software Solutions….more

Popularity: unranked [?]

Skin Smoothing in Photoshop CS5

In this video, I will go over the techniques used to smooth skin using Photoshop CS5. I used the surface blur and the add noise filter; both are common to the portrait retouching field.

Autodesk Software Download A Free Trial Of One Of Our Construction Software Solutions….more

Popularity: unranked [?]

Developing on Symbian, the World’s Most Popular Mobile OS

Devices based on the Symbian OS account for about 50 percent of smartphone sales.



more

Popularity: unranked [?]

OSCON: Open Source Coders ‘Lazy’ About Social Web Services

Gnome Foundation director takes developers to task for not creating enough open source tools for Web services.



more

Popularity: unranked [?]

WorkLight Adds BlackBerry Support to its All-in-One Development Platform

Developers can use a single platform to create and manage apps for BlackBerry phones, Apple and Android devices, as well as Windows and Mac desktops and notebooks.



more

Popularity: unranked [?]

Maximize Your Website’s Search Engine Placement Using Microsoft’s Free SEO Toolkit

Search engine optimization, or SEO, is the practice of improving a website’s position in search
engines’ results using unpaid techniques. The driver behind SEO is that a better (higher) position in the search results will,
most likely, lead to more click throughs, increasing the website’s visibility, audience, and profit. A previous article here on 4Guys,
Search Engine Optimization Enhancements in ASP.NET 4, explored some of ASP.NET 4’s new
features designed to aid with SEO. Another helpful tool for SEO is Microsoft’s SEO Toolkit, a free IIS
add-on that you can run from your computer to inspect a local or remote website and identify potential issues that may impact its
search engine rankings.

Using Microsoft’s SEO Toolkit is simple. Once installed, run it and specify the website you want to analyze. The SEO Toolkit can analyze both local websites or remote ones.
After you’ve specified the URL of the website to analyze, the SEO Toolkit will crawl the site, exploring its pages and identify potential issues that may affect the
site’s search engine rankings and offer suggestions on how to fix them. This article walks through getting started with the SEO Toolkit, showing how to use it and how
to analyze its results and implement its suggestions to help improve your website’s search engine placement. Read on to learn more!

Read More >

more

Popularity: unranked [?]

How To Set Up Apache2 With mod_fcgid And PHP5 On OpenSUSE 11.3

How To Set Up Apache2 With mod_fcgid And PHP5 On OpenSUSE 11.3

This tutorial describes how you can install Apache2 with mod_fcgid
and PHP5 on OpenSUSE 11.3. mod_fcgid is a compatible alternative to the
older mod_fastcgi.

It lets you execute PHP scripts with the permissions of their owners
instead of the Apache user.

more

Popularity: unranked [?]

Filtering Data Using ASP.NET 4’s QueryExtender Control

One of the new controls available with ASP.NET 4 is the QueryExtender control. The QueryExtender is designed to simplify filtering data returned from a LinqDataSource
or EntityDataSource by decoupling the filtering logic from the data source control. Using the QueryExtender is easy – simply add a QueryExtender to the
page, specify what data source control it applies to, and then define the filtering criteria. For example, when displaying product information on a web
page you could use the QueryExtender control and a few lines of markup to display only those products that are not within a certain price range and whose name or
category starts with a user-specified search string.

Filtering the data returned by a LinqDataSource or EntityDataSource control is certainly possible without the QueryExtender; both the LinqDataSource and EntityDataSource
controls have a Where property that can be used to specify filtering criteria. What the QueryExtender offers is a simpler means by which to filter data.
This article includes a number of demos (which can be downloaded at the end of this article) that showcase the QueryExtender’s ease of use and its powerful filtering
capabilities. Read on to learn more!

Read More >

more

Popularity: unranked [?]