Eway Business Solutions

Technology - Consulting - Outsourcing

Eway Business Solutions header image 4

Speed up your PHP Programming

November 13th, 2007 · Comments Off

If a method can be static, declare it static. Speed improvement is by a factor of 4.
echo is faster than print.
Use echo’s multiple parameters instead of string concatenation.
Set the maxvalue for your for-loops before and not in the loop.
Unset your variables to free memory, especially large arrays.
Avoid magic like __get, __set, __autoload
require_once() is expensive
Use full […]

[Read more →]

Tags: web 2.0 Consulting & Services

What is XML ?

November 13th, 2007 · Comments Off

Extensible Markup Language (XML)
All RSS feeds must conform to XML v1 standards so lets take a quick look at XML Basics.
Extensible Mark-up Language or XML is a specification developed by the W3C. XML is a pared-down version of SGML or Standard Generalised Mark-Up Language, designed especially for Web documents. XML uses tags that describe the […]

[Read more →]

Tags: web 2.0 Consulting & Services

Steps for a Successful E-Commerce Websites

November 8th, 2007 · Comments Off

Proper Navigation Path
Whenever a user is navigating inside a store with more than 1 sub-level of navigation, it’s critical to show them where in the site structure they are. This should be accomplished with headlines, sub-headers (when necessary) and breadcrumbs (e.g. Home > Category > Sub-cat > Product)
Allow user to Sort the products in any […]

[Read more →]

Tags: web 2.0 Consulting & Services

PHP Tutorial: Installation and The Basics - Video - Eway Business Solutions

November 6th, 2007 · Comments Off

Get Started: Leaders in PHP/MySQL Programming & Consulting

[Read more →]

Tags: web 2.0 Consulting & Services

Bill Gates on Web 2.0 - Web2.0 Consulting from Eway Business Solutions

November 6th, 2007 · Comments Off

CNET News.com exclusive: At Microsoft MIX 06 in Las Vegas, reporter Martin LaMonica sits down with Bill Gates to get his take on the changes going on online.
Get Started: Eway Business Solutions

[Read more →]

Tags: web 2.0 Consulting & Services