Archives

Category Archive for: ‘Web Development’

Take The First Step

If you make your living online you already know how important it is to be continually learning, but if you are anything like me, you come up with a million reasons to put it off for another time. That time never comes… Not Enough Money Right Now? There have never been more free online resources than there are right now. …

Read More

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 create professional-quality business applications, regardless …

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 the HTML or XHTML is. …

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 overcome that inconvenience by creating …

Read More

Tools You Haven’t Heard About

Elaine Shannon Most of us who design websites know about Google’s most popular tools: Google Analytics, Webmaster Tools, and the Adwords Keyword Tool. Here are some other really cool Google tools you probably haven’t heard about: Keyword tool: Wonder wheel Google Wonder wheel is a visual tool to help brainstorm keywords. To use the tool, do a regular Google search. …

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 or more PCs. Web Services …

Read More