Welcome to eTechBuddy !

"I am enough of an artist to draw freely upon my imagination. Imagination is more important than knowledge. Knowledge is limited. Imagination encircles the world." 
-Albert Einstein
May
24
2013

Agile Web Application Testing Technologies and Solutions

Goals: Rapid feedback on the quality of software

Problem in Web App Testing:

May
2
2013

Server Capacity Calculation

This calculation of user capacity for a server has been developed over years of actual applications. The topic has been considered in various forms by others, but this methodology yields insight to the parameters that must be considered. A sample worksheet is included that shows server configuration comparisons.

Apr
8
2013

Connection handling

Internally in PHP a connection status is maintained. There are 3 possible states:

Mar
26
2013

How to check server uptime?

Using PHP, read the date & time the server was booted up by calling shell_exec and giving it this command to run "net statistics server" which returns back information about the server.
 
Mar
21
2013

Responsive web design

This page lists resources for Responsive Web Design, a strategy for optimizing the display of a web site using CSS and JavaScript to respond to different device capabilitie

Feb
17
2013

What is ICANN?

ICANN is the new non-profit corporation that is assuming responsibility from the U.S. Government for coordinating certain Internet technical functions, including the management of Internet domain name system.

Feb
17
2013

What is a Domain Name Server?

A domain name server is similar to a phone book. It tells the Internet programs (e.g. web browsers) where to go by translating the domain name into an Internet (IP) address. All Internet Service Providers (ISPs) have their own Domain Name Servers. You need 2 Domain Name Server names to specify who is hosting your web site.

Feb
9
2013

Upgrade your Drupal site's from Drupal 6.x to Drupal 7.x.

Here are the procedure for upgrade Drupal 6 to Drupal 7
-If you are upgrading to Drupal version x.y, then x is known as the major version number, and y is known as the minor version number. The download file will be named drupal-x.y.tar.gz (or drupal-x.y.zip).

Jan
17
2013

How to create a region without declare the variable in theme.info file

If you take a look at the 'blocks' administration page in Drupal, you will see that regions are essentially containers to which you can add those blocks. You can also add other non-block content to a region using PHP. An example of a region is your sidebar.

These regions can be assigned to either the whole page or any other themed elements, including in nodes or comments.

Subscribe to eTechBuddy RSS