Archives
Author Archive
for: ‘’

Microsoft Visual Studio LightSwitch

  Microsoft Visual Studio LightSwitch Microsoft has just released a development tool for their Visual Studio product that aims to be the simplest way to create high-quality business applications for the desktop and the cloud (it’s still in beta status). Microsoft Visual Studio LightSwitch helps you solve specific business needs by enabling you to quickly …

Read More

Validate Backlinks To Your Site

Validate a backlink to your website Most of the time, if you’re in the link exchange business you’ll need a way to check for your backlinks. You can either use a software for that or a script you have implemented or found over the internet. Today I’ll show you another way of checking a backlink, …

Read More

HTML5 As I see It

HTML5 – The Truth Behind It As I See It HTML5. It’s just a name, but a name that cought. Probably we needed something new to the internet world, so here it is, the new HTML5! If you didn’t know, HTML5 is just a new standard we can use to create web pages, just like …

Read More

5 Tips To Make Your Website Work

5 Tips To Make Your Website Work 1. If you’re on a shared hosting and you need to modify some of the PHP’s core settings that can only be modified in the php.ini file like disable_functions, register_globals, magic_quotes_gpc, magic_quotes_runtime etc, and your web host doesn’t allow you to modify the php.ini file, then you can …

Read More

Interacting with a PHP Web Service

Interacting with a PHP Web Service In this article I’ll show you how to create a simple PHP Web Service and how to interact with it. A Web Service is just a component installed on a web server or just a PC that can be invoked using its public methods to exchange data between two …

Read More