Monday, December 31, 2007

How to Send SMS Messages from a Computer / PC?

In general, there are two ways to send SMS messages from a computer / PC to a mobile phone:Connect a mobile phone or GSM/GPRS modem to a computer / PC. Then use the computer / PC and AT commands to instruct the mobile phone or GSM/GPRS modem to send SMS messages.Connect the computer / PC to the SMS center (SMSC) or SMS gateway of a wireless carrier or SMS service provider. Then send SMS messages using a protocol / interface supported by the SMSC or SMS gateway.If you do not want to develop SMS software or applications but just want to use your computer / PC to send text messages, you may want to read our http://www.developershome.com/sms/#quickGuideNonDevelopers Quick Guide for Non-Developers.0.1.The 1st Way: Sending SMS Messages from a Computer Using a Mobile Phone or GSM/GPRS Modemoutline...

Sunday, December 30, 2007

You may want to download all tools and print out these instructions before you start.

1.Make sure your version of Windows is http://update.microsoft.com/windowsupdate/v6/default.aspx?ln=en-us Up to date (note: If you are running XP and have not upgraded to Service Pack 2, follow the Virus Removal Instructions before installing SP2. Malware infections can cause install failures).2.Using Windows Explorer (not Internet Explorer) go to Tools/Folder Options/View- check "http://service1.symantec.com/SUPPORT/tsgeninfo.nsf/docid/2002092715262339?Open&src=ent&docid=2002092514302348&nsf=ent-security.nsf&view=docid&dtype=corp?=Symantec%20AntiVirus%20Corporate%20Edition&ver=8.x&osv=&osv_lvl= show hidden files and folders", "display the full path" and uncheck "hide file extensions for know file types"3.Clean out all temp, cache, etc files. Do this in http://service1.symantec.com/SUPPORT/tsgeninfo.nsf/docid/2001052409420406?OpenDocument&src=sec_doc_nam...

Saturday, December 29, 2007

What is XML-RPC?

XML-RPC is a standard network protocol that computers can use to talk to each other in a remote procedure call fashion. Remote procedure call essentially means that a program on one computer runs a program on another computer. But a simpler way of looking at this kind of network protocol is just that you have clients and servers. A client makes individual isolated requests of a server. A server sits around waiting for a request to arrive from some client, does what the request asks, and sends a response. It then goes back to waiting for the next request.Here are some examples of remote procedure call (RPC) style communications: There is a server that can measure atmospheric temperature. A client anywhere in the world can ask the server at any time what the temperature is. The "what temperature...

LEARN C/C++ TODAY (A list of resources/tutorials)

Introduction:-------------This is a list of a few C and C++ language tutorials available to auser. This list includes interactive tutorials, public-domain codecollections, books etc. I've developed this FAQ purely as a volunteereffort as a service to the Internet community. Although every efforthas been made to insure that all the information here is as accurate aspossible, no guarantee is implied or intended.I welcome comments, suggestions or criticism for all the people outthere on the net that read this. If you can help me make this list alittle better, you will be helping a lot of people out there on thenet. I am a horrible writer and an even worse speller. If you findany errors or would like to suggest any additions please feel free toemail me at the address below:carpenterv@vms.csd.mu.eduWhat's...

Friday, December 28, 2007

Creating the SimpleSample XML Expansion Pack Manifest File (Visual C++ Tutorial)

Start Notepad or another text editor.Open the Manifest.xml file included in the supporting files for the SimpleSample smart document. For more information about the schema for the XML expansion pack manifest file, see the XML Expansion Pack Manifest Schema Reference.Determine the location where you will deploy the SimpleSample smart document. This may be a network share (for example, \\sharedfolder), an intranet path (for example, http://mysmartdocument), or an Internet address (for example, http://www.microsoft.com). You can also use a relative path. For example, if your smart document is located in the same folder as your supporting files, you can use a relative address to the file by entering only the file name into the filePath element.Note The file names referenced in the Manifest.xml...

Basic PHP

Basic PHPA PHP scripting block always starts with "" . A PHP scripting block can be placed anywhere in the document.Variables in PHP$txt = "Hello World!";$number = 16;Strings in PHP$txt="Hello World";echo $txt; The output of the code above will be:Hello World $txt1="Hello World";$txt2="1234";echo $txt1 . " " . $txt2; The output of the code above will be:Hello World 1234 echo strlen("Hello world!"); The output of the code above will be:12 echo strpos("Hello world!","world"); The output of the code above will be:6 Conditional Statements$d=date("D");if ($d=="Fri") echo "Have a nice weekend!"; elseif ($d=="Sun") echo "Have a nice Sunday!"; else echo "Have a nice day!"; The Switch Statementswitch ($x){case 1: echo "Number 1"; break;case 2: echo "Number 2"; break;case 3: echo "Number 3";...

Thursday, December 27, 2007

Apa itu CakePHP ?

Yeah, apa sich CakePHP itu ? Sejenis script PHP kah ? Atau CMS (Content Management System), atau apaan ? Emm, secara singkat barangkali CakePHP bisa diterangkan sebagai berikut :Cake PHP atau orang lebih mengenalnya dengan nama CakePHP, adalah sebuah framework atau kerangka kerja untuk membuat aplikasi CRUD (Create, Read, Update, Delete) berbasis bahasa pemrograman PHP. CakePHP juga menjadi salah satu framework pilihan yang memungkinkan seorang developer web untuk membuat sebuah aplikasi dengan karakter pengembangan RAD (Rapid Application Development), yang memungkinkan untuk digunakan dan dikembangkan menjadi aplikasi lain yang lebih kompleks. CakePHP masih satu keturunan dan mempunyai hubungan darah yang cukup erat dengan Ruby on Rails, sebuah framework pemrograman Ruby. Artikel kali ini...

The Cake Blog Tutorial

IntroductionWelcome to Cake! You're probably checking out this tutorial because you want to learn more about how Cake works. Its our aim to increase productivity and make coding more enjoyable: we hope you'll see this as you dive into the code.This tutorial will walk you through the creation of a simple blog application. We'll be getting and installing Cake, creating and configuring a database, and creating enough application logic to list, add, edit, and delete blog posts.Here's what you'll need:A running web server. We're going to assume you're using Apache, though the instructions for using other servers should be very similar. We might have to play a little with the server configuration, but most folks can get Cake up and running without any configuration at all.A database server. We're...

Comparing VPN Options

Virtual private networking has become necessity for business users who need to remotely access their files. Of course, they could dial in directly to a remote access server, but that solution has a couple of significant drawbacks. The solution, of course, is a VPN connection. This article will discuss the different VPN options availableVirtual private networking has become more of a necessity than a luxury for business users who need a way to access files on an office network when they’re on the road, working from home or otherwise physically separated from the network. Of course, they could dial in directly to a remote access server, but that solution has a couple of significant drawbacks:If your remote location is not in the same calling area as the remote access server, you’ll have to pay...

Scan Effectively with Anti-Virus

This procedure can remove common threat on your computer using only your installed Anti-Virus software.Author:PreciseSecurityOperating System:Windows ME/2000/XPRequirements:1. Installed Anti-Virus Software2. Internet connection3. Administrative privilegeProcedure:1. Temporarily Disable System Restore in Windows XP. For Windows ME user, please click here.Note: You must have an Administrator Privilege to be able to disable System Restore on Windows XP. It is advised to enable it after this procedure.a) On the Desktop, Right Click on My Computerb) Select the System Restore Tabc) Mark the “Turn Off System Restore” to disable and UnMark to Enabled) Click Apply on the Bottom of the Dialog Box to save the settings.e) A message “This deletes all existing restore points” will appear, click Yes to disable.f)...

Wednesday, December 26, 2007

NEW FOLDER.EXE Dangerous

versions of an executable program.The most common file size is 107,520 bytes. But the following file sizes have also been seen:172,032 bytes222,461 bytes272,131 bytes197,120 bytes106,496 bytesThe filename NEW FOLDER.EXE refers to many The unsafe files using this name are associated with the malware group WORM.VB.NLJ.Some files using the name NEW FOLDER.EXE are also associated with the malware groups:WORM.SOHANAT.ABSystemPoser:Trojan-cThese files have no vendor, product or version information specified in the file header.NEW FOLDER.EXE has been seen to perform the following behavior(s):The Process is packed and/or encrypted using a software packing processDisables Access to the Windows Registry EditiorModifies Windows Security Policies to restrict/expand User Privlidges on the machineDisables...

Page 1 of 882123Next