Showing posts with label computer. Show all posts
Showing posts with label computer. Show all posts

Tuesday, January 19, 2010

Wallpaper color code for download

1. Simple without desktop text


2. Simple with desktop text



Click image to download. - by thegreatestpost

Friday, October 16, 2009

.htaccess url rewriting


Rewriting domain.com/index.php?page=home to domain.com/home


Add the following code to the .htaccess file.:

RewriteEngine On
RewriteRule ^([a-zA-Z0-9_-]+)$ index.php?page=$1
RewriteRule ^([a-zA-Z0-9_-]+)/$ index.php?page=$1


Rewriting index.php?id=12 to index/aboutus/12.html


RewriteEngine on
RewriteRule ^index/([a-zA-Z0-9_-]+)/([0-9]+)\.html$ index.php?id=$2

Monday, August 3, 2009

NetDrive ( Connect Remote Storage )

With NetDrive, managing your remote FTP and WebDAV servers will be as easy as any old file folders on your PC.

Once you mount the local drive, you don't need to run an application or an FTP client interface but a simple drag-and-drop in your Windows Explorer will be sufficient to transfer and manage files.


If you want to download, simply here :
http://www.netdrive.net/download.html
Just enter your email address and name.

just for your info.
Thanks to --- www.netdrive.net

Wednesday, July 15, 2009

Create Facebook Application - Started

First You need to navigate to site : http://developers.facebook.com/?ref=pf

then click start now:

After that site that ask you to allow access. just click allow.
This page will appear then you just click set up new application to get start to create application.



Then, you need to fill the form about your application information then setup field required.




At the last you can use tool to setup your API,FBML and template. and publish it.



Have FUN!!!!

CAKE PHP

CakePHP is a rapid development framework for PHP that provides an extensible architecture for developing, maintaining, and deploying applications. Using commonly known design patterns like MVC and ORM within the convention over configuration paradigm, CakePHP reduces development costs and helps developers write less code.

Release: 1.2.3.8166 Stable
  • No Configuration - Set-up the database and let the magic begin
  • Extremely Simple - Just look at the name...It's Cake
  • Active, Friendly Community - Join us #cakephp on IRC. We'd love to help you get started.
  • Flexible License - Distributed under the MIT License
  • Clean IP - Every line of code was written by the CakePHP development team
  • Best Practices - covering security, authentication, and session handling, among the many other features.
  • OO - Whether you are a seasoned object-oriented programmer or a beginner, you'll feel comfortable


You can easily download and research on CakePHP site.

Sunday, July 12, 2009

Bing - Faster than Google??


First, you try to search a key to google than try the same key to bing.com.
Do you get the different time of result..?
SAME is search engine.
Different is brand lol....

Tuesday, May 26, 2009

Free domain name .my

Need free domain name???
you can get a sub domain but like a real domain by customize it
Just visit http://via.my and get free register.

How To Setting FTP account using FileZilla

What is FTP ?

File Transfer Protocol
(FTP) is a standard network protocol used to exchange and manipulate files over an Internet Protocol computer network, such as the Internet. FTP is built on a client-server architecture and utilizes separate control and data connections between the client and server applications. Client applications were originally interactive command-line tools with a standardized command syntax, but graphical user interfaces have been developed for all desktop operating systems in use today. FTP is also often used as an application component to automatically transfer files for program internal functions. FTP can be used with user-based password authentication or with anonymous user access. The Trivial File Transfer Protocol (TFTP) is a similar, but simplified, not inter-operable, and unauthenticated version of FTP.

source : http://en.wikipedia.org/wiki/File_Transfer_Protocol


You just need to know a simple step.

1. Click add user














2. Click button add















3. Add ftp User name, optional to insert password, show at figure no. 2













3. Select directory ftp
















4. Now you can access ftp by enter user name and password



















5. Now you can view all files in ftp directory













Have fun!!!!

creator : Thegreatestpost.blogspot.com

Remote Shutdown Computers on LAN



1.
Right click on desktop, create new short-cut.


2.
Type shutdown.exe -i



3.
Click next, type in name for your short-cut e.g. shutdown computers

4. Click finish.

5. Run the short-cut you just created. Now you can browse the network for computers to shutdown/reboot etc. or just type in the IP/Name of the computer.

You can even broadcast a message, and schedule the shutdown.

Cool for sysadmins.

NOTE: You will only be able to shut down computers that you have admin access on!

View folder option

A certain problem when your os(windwos) got a virus, folder option might be disabled.
to solve this, you have to repair registry edit ( regedit.exe) or you just do this way:

Copy this script and save as with extention (.reg).
You put what ever name you want to that file.


Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoFolderOptions"=dword:0000000

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Restrictions]
"NoBrowserOptions"=dword:00000000



Please give the comment :)

Show Hidden File and Folder

Show and hide folder, file doesn't work well?
This is something wrong with your windows. check this out:

1. Go to folder option, click tab view, and change option button to "show hidden file and folder".

2. If hidden file still can't view, copy this script and save it with (.reg ) extension:


Windows Registry Editor Version 5.00

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden]
"Text"="@shell32.dll,-30499"
"Type"="group"
"Bitmap"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,\
00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,53,00,\
48,00,45,00,4c,00,4c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,34,00,00,\
00
"HelpID"="shell.hlp#51131"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\NOHIDDEN]
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"Text"="@shell32.dll,-30501"
"Type"="radio"
"CheckedValue"=dword:00000002
"ValueName"="Hidden"
"DefaultValue"=dword:00000002
"HKeyRoot"=dword:80000001
"HelpID"="shell.hlp#51104"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\Folder\Hidden\SHOWALL]
"RegPath"="Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced"
"Text"="@shell32.dll,-30500"
"Type"="radio"
"CheckedValue"=dword:00000001
"ValueName"="Hidden"
"DefaultValue"=dword:00000002
"HKeyRoot"=dword:80000001
"HelpID"="shell.hlp#51105"


Please give the comment :)

Monday, May 18, 2009

Electronic Paper


E-paper comprises two different parts: the first is electronic ink, sometimes referred to as the "frontplane"; and the second is the electronics required to generate the pattern of text and images on the e-ink page, called the "backplane".

For more detail, you can read here.

Tuesday, February 10, 2009

What is AJAX (Programming)

Ajax, or AJAX techniques used to create interactive (Asynchronous JavaScript and XML), is a group of interrelated web developmentweb applications or rich Internet applications. With Ajax, web applications can retrieve data from the server asynchronously in the background without interfering with the display and behavior of the existing page. The use of Ajax has led to an increase in interactive animation on web pages. Data is retrieved using the XMLHttpRequest object or through the use of Remote Scripting in browsers that do not support it. Despite the name, the use of JavaScript and XML is not actually required, nor do the requests need to be asynchronous. The acronym AJAX has thus changed to the term Ajax, which does not represent these specific technologies.


Source : http://en.wikipedia.org

Note (site to get sourcecode):

http://www.java2s.com/
http://www.javascriptkit.com/