BLOG HOME -  UK HOSTING -  PHP MYSQL HOSTING -  RESELLER HOSTING -  eUKhost FORUMS -  VPS HOSTING

Archive for Software Development

Scripting Languages: What are they?

Scripting languages are a type of programming language that controls a specific software application. One example is JavaScript, that controls slight behaviour of a Web browser. For example, JavaScript in a particular fashion is an event-driven scripting language, so in this way, upon an event taking place, JavaScript “springs into action”. One JavaScript code could wait for an event when the user tries to close the tab or browser, and a message box will appear upon the event happening. As such, JavaScript is a client-side scripting language.

Read the rest of this entry »

Comments

Creating an RSS Feed

RSS feeds are xml files updated on a regular basis which people subscribe to within RSS readers. The information carried on them is normally up to date and they are normally found on news sites and blogs, basically sites which are updated regularly and which people might like to be up to date with. In this article I will go through creating an RSS feed; they can be created in two forms: dynamic – this is where dynamic server side pages are created to query databases to display the new information automatically and require no manual intervention for the data to be displayed; manual – this is where a basic xml file is created and which has to be updated manually.

Read the rest of this entry »

Comments (3)

Future of On Demand Service

On demand service is very young on this stage but I am sure it will take a big place in forthcoming business environment as today’s business environment is fast-moving and become notorious and unpredictable. On demand integration and services can give the organization the flexibility to dart obstacles and grab opportunity without losing rapidity and competence.

Read the rest of this entry »

Comments

SQL syntax error in phpMyAdmin while create table ?

If you are getting errors when you try to create a table like:

CREATE TABLE `foo` (
`bar` VARCHAR NOT NULL
)

Read the rest of this entry »

Comments

Lynx Browser

Lynx is a text-only web browser used by people to navigate the World Wide Web. Lynx was used by many before the web gained its graphical face, although it is still used extensively today by the visually impaired poeple, people with limited physical abilities and those people with slow Internet connections who don’t want to take the time to load graphics.

Read the rest of this entry »

Comments (2)

« Previous entries Next Page » Next Page »