Saturday, April 4, 2009

The Enemy's Perfect Plan

Let’s not allow the enemy to distract us…

Satan called a worldwide convention. In his opening address to his evil angels, he said, “We can’t keep Christians from going to church. We can’t keep them from reading their Bibles and knowing the truth. We can’t even keep them from conservative values. But we can do something else. We can keep them from forming an intimate, abiding relationship experience in Christ. If they gain that connection with Jesus, our power over them is broken. So let them go to church, let them have their conservative lifestyles, but steal their time, so they can’t gain that experience in Jesus Christ. This is what I want you to do, angels. Distract them from gaining hold of their Savior and maintaining that vital connection throughout their day!”


“How shall we do this?” shouted his angels.

“Keep them busy in the nonessentials of life and invent unnumbered schemes to occupy their minds” he answered. “Tempt them to spend, spend, spend then borrow, borrow, borrow. Convince the wives to go to work for long hours and the husbands to work six or seven days a week, ten to twelve hours a day so they can afford their lifestyles. Keep them from spending time with their children. As their family fragments, soon their homes will offer no escape from the pressures of work.”

“Overstimulate their minds so that they cannot hear that still small voice. Entice them to play the radio or cassette player whenever they drive, to keep the TV, VCR, CD’s and their PC’s going constantly in their homes. And see to it that every store and restaurant in the world plays non-biblical music constantly. This will jam their minds and break that union with Christ.”

Fill their coffee tables with magazines and newspapers. Pound their minds with news 24 hours a day. Invade their driving moments with billboards. Flood their mailboxes with junk mail, sweepstakes, mail order catalogues, and every kind of newsletter and promotional offering, free products, services and false hopes.”

“Even in their recreation, let them be excessive. Have them return from their recreation exhausted, disquieted, and unprepared for the coming week. Don’t let them go out in nature to reflect on God’s wonders. Send them to amusement parks, sporting events, concerts and movies instead. And when they meet for spiritual fellowship, involve them in gossip and small talk so that they leave with troubled consciences and unsettled emotion.”

“Let them be involved in soul-winning. But crowd their lives with so many good causes they have no time to seek power from Christ. Soon they will be working in their own strength, sacrificing their health and family unity for the good of the cause.”

It was quite a convention in the end. And the evil angels went eagerly to their assignments causing Christians everywhere to get busy, busy, busy and rush here and there.

Has the devil been successful at his schemes? You be the judge.

from : http://gatewaytojesus.com/inspiringstoriespage3.html

Categories: , ,

SMTP Gmail for Joomla

If you use joomla and your webhost does not give a support for sendmail or phpmailer function you just have achoice to use smtp. One of the hack to using smtp is use google/gmail account. Let’s do it.

You will have to locate the file that will be changed based on which version of Joomla! you have.

includes/phpmailer/class.phpmailer.php file in 1.0.x

libraries/phpmailer.php file in 1.5

on line 537 or close to it

The original code is:
if(strstr($hosts[$index], ":"))
list($host, $port) = explode(":", $hosts[$index]);
else
{
$host = $hosts[$index];
$port = $this->Port;
}
You must change this to:
if (preg_match('#(([a-z]+://)?[^:]+):(\d+)#i', $hosts[$index], $match))
{
$host = $match[1];
$port = $match[3];
}
else
{
$host = $hosts[$index];
$port = $this->Port;
}

And then go to your global configuration settings in your joomla administration panel.

change the smtp host to ssl://smtp.gmail.com:465

make sure all of your other mail settings are set and gmail might need to allow pop mail. (that can be changed in the gmail settings when you log in to your email.)
be sure to include your full email especially if you use your own domain with google aps.

example: email@domain.com or email@gmail.com

Type rest of the post here

Categories: , ,

Thanks GOD

31:9 (31-10) Kasihanilah aku, ya TUHAN, sebab aku merasa sesak; karena sakit hati mengidaplah mataku, meranalah jiwa dan tubuhku.
31:10 (31-11) Sebab hidupku habis dalam duka dan tahun-tahun umurku dalam keluh kesah; kekuatanku merosot karena sengsaraku, dan tulang-tulangku menjadi lemah.
31:11 (31-12) Di hadapan semua lawanku aku tercela, menakutkan bagi tetangga-tetanggaku, dan menjadi kekejutan bagi kenalan-kenalanku; mereka yang melihat aku di jalan lari dari padaku.
31:12 (31-13) Aku telah hilang dari ingatan seperti orang mati, telah menjadi seperti barang yang pecah.
31:13 (31-14) Sebab aku mendengar banyak orang berbisik-bisik, –ada kegentaran dari segala pihak! –mereka bersama-sama bermufakat mencelakakan aku, mereka bermaksud mencabut nyawaku.


31:14 (31-15) Tetapi aku, kepada-Mu aku percaya, ya TUHAN, aku berkata: “Engkaulah Allahku!”
31:15 (31-16) Masa hidupku ada dalam tangan-Mu, lepaskanlah aku dari tangan musuh-musuhku dan orang-orang yang mengejar aku!
31:16 (31-17) Buatlah wajah-Mu bercahaya atas hamba-Mu, selamatkanlah aku oleh kasih setia-Mu!
31:17 (31-18) TUHAN, janganlah membiarkan aku mendapat malu, sebab aku berseru kepada-Mu; biarlah orang-orang fasik mendapat malu dan turun ke dunia orang mati dan bungkam.
31:18 (31-19) Biarlah bibir dusta menjadi kelu, yang mencaci maki orang benar dengan kecongkakan dan penghinaan!
31:19 (31-20) Alangkah limpahnya kebaikan-Mu yang telah Kausimpan bagi orang yang takut akan Engkau, yang telah Kaulakukan bagi orang yang berlindung pada-Mu, di hadapan manusia!
31:20 (31-21) Engkau menyembunyikan mereka dalam naungan wajah-Mu terhadap persekongkolan orang-orang; Engkau melindungi mereka dalam pondok terhadap perbantahan lidah.
31:21 (31-22) Terpujilah TUHAN, sebab kasih setia-Nya ditunjukkan-Nya kepadaku dengan ajaib pada waktu kesesakan!
31:22 (31-23) Aku menyangka dalam kebingunganku: “Aku telah terbuang dari hadapan mata-Mu.” Tetapi sesungguhnya Engkau mendengarkan suara permohonanku, ketika aku berteriak kepada-Mu minta tolong.
31:23 (31-24) Kasihilah TUHAN, hai semua orang yang dikasihi-Nya! TUHAN menjaga orang-orang yang setiawan, tetapi orang-orang yang berbuat congkak diganjar-Nya dengan tidak tanggung-tanggung.
31:24 (31-25) Kuatkanlah dan teguhkanlah hatimu, hai semua orang yang berharap kepada TUHAN!


…………………………………………..Thanks GOD……………………………………………………

Type rest of the post here

Categories: , , ,

Search Engine Review

With dozens of search engines out there, which one do you use? This Feature How-To Article reviews Yahoo!, Altavista, Lycos, Excite and Google, helping you find the best search engine for you.

Search Engine Review

The ranking scale

Our overall ratings for search engines are shown below.

#1 - Google

#2 - Yahoo! #3 - Lycos

#4 - Excite

#5 - Altavista

The story behind each ranking


#1 - Google

http://www.google.com

Google’s interface is very simple, virtually without any advertising. When you type “google.com” into your browser, the page appears almost instantly, a huge plus for any search engine. Search engines are supposed to help people get to information quickly, and Google does this.

Searching Google results in fast, accurate results. For example, running a search for “free computer training” resulted in very accurate, high-quality sites being listed.



#2 - Yahoo!

http://www.yahoo.com

Yahoo! doesn’t make it to our #1 spot on the list this time for several reasons. First, Yahoo! is more cluttered with very eye-distracting ads.

Some people don’t understand that Yahoo! is made up of two systems: directory results, and search (Google) results. When you search Yahoo!, if any results from Yahoo!’s directory are found, they are displayed first. After that “Web page matches” are displayed. When we ran a search for “free computer training”, the directory results were not very helpful to us.

Yahoo! does earn the #2 spot on our list, however, because of the fast and accurate searching of the Google database.

#3 - Lycos

http://www.lycos.com

Lycos received a #3 rating on our list for many reasons. Searching is usually very fast, while still returning accurate results. Another feature of Lycos that we liked was the “Popular Sites” listing. When you run a search in Lycos, the first results you see are “Popular Sites”, which may help you choose a high-quality site to visit relating to your results.

The first page of search results is probably the most difficult to navigate through, which is the reason that Lycos has a #3 rating. Once you click the “[number] More Web Sites…” link, the interface is far less cluttered, and is easier to use.

#4 - Excite

http://www.excite.com

Excite’s search engine technology returns fairly accurate results. The one thing that gives it a low rating is the poor interface that is uses. Excite’s homepage is far too cluttered, essentially trying to create a “My Yahoo!” type service on its main homepage. While you can hide the extra components, most people wouldn’t think about it on their first visit.

Another downside to Excite are the “Sponsored Listings”. These are listings that web sites pay for. The only problem is that the same “Sponsored Listings” are displayed page after page of search results, just making more clutter to navigate through.

#5 - Altavista

http://www.altavista.com

Altavista has something that many search engines are lacking: an easy to navigate, non-cluttered interface. If Altavista has such a great interface, why isn’t is at the top of our list?

Altavista search results are not very accurate at all. For example, a search for “free computer training” returned some results that link to web design services and medical training. This was not what we searched for! Altavista can also be very slow at times, and also non-accessible at times.

source:http://www.computertim.com/howto/article.php?topic=general&idn=3

Categories: ,

Windows Shortcut

Just for windows newbie..

list of windows shortcut

CTRL+C (Copy)

CTRL+X (Cut)

CTRL+V (Paste)

CTRL+Z (Undo)

DELETE (Delete)

SHIFT+DELETE (Delete the selected item permanently without placing the item in the Recycle Bin)

CTRL while dragging an item (Copy the selected item)


CTRL+SHIFT while dragging an item (Create a shortcut to the selected item)

F2 key (Rename the selected item)



CTRL+RIGHT ARROW (Move the insertion point to the beginning of the next word)

CTRL+LEFT ARROW (Move the insertion point to the beginning of the previous word)

CTRL+DOWN ARROW (Move the insertion point to the beginning of the next paragraph)

CTRL+UP ARROW (Move the insertion point to the beginning of the previous paragraph)

CTRL+SHIFT with any of the arrow keys (Highlight a block of text)

SHIFT with any of the arrow keys (Select more than one item in a window or on the desktop, or select text in a document)

CTRL+A (Select all)

F3 key (Search for a file or a folder)

ALT+ENTER (View the properties for the selected item)

ALT+F4 (Close the active item, or quit the active program)

ALT+ENTER (Display the properties of the selected object)

ALT+SPACEBAR (Open the shortcut menu for the active window)

CTRL+F4 (Close the active document in programs that enable you to have multiple documents open simultaneously)

ALT+TAB (Switch between the open items)

ALT+ESC (Cycle through items in the order that they had been opened)

F6 key (Cycle through the screen elements in a window or on the desktop)

F4 key (Display the Address bar list in My Computer or Windows Explorer)

SHIFT+F10 (Display the shortcut menu for the selected item)

ALT+SPACEBAR (Display the System menu for the active window)

CTRL+ESC (Display the Start menu)

ALT+Underlined letter in a menu name (Display the corresponding menu)

Underlined letter in a command name on an open menu (Perform the corresponding command)

F10 key (Activate the menu bar in the active program)

RIGHT ARROW (Open the next menu to the right, or open a submenu)

LEFT ARROW (Open the next menu to the left, or close a submenu)

F5 key (Update the active window)

BACKSPACE (View the folder one level up in My Computer or Windows Explorer)

ESC (Cancel the current task)

SHIFT when you insert a CD-ROM into the CD-ROM drive (Prevent the CD-ROM from automatically playing)

Dialog Box Keyboard Shortcuts

CTRL+TAB (Move forward through the tabs)

CTRL+SHIFT+TAB (Move backward through the tabs)

TAB (Move forward through the options)

SHIFT+TAB (Move backward through the options)

ALT+Underlined letter (Perform the corresponding command or select the corresponding option)

ENTER (Perform the command for the active option or button)

SPACEBAR (Select or clear the check box if the active option is a check box)

Arrow keys (Select a button if the active option is a group of option buttons)

F1 key (Display Help)

F4 key (Display the items in the active list)

BACKSPACE (Open a folder one level up if a folder is selected in the Save As or Open dialog box)

Microsoft Natural Keyboard Shortcuts

Windows Logo (Display or hide the Start menu)

Windows Logo+BREAK (Display the System Properties dialog box)

Windows Logo+D (Display the desktop)

Windows Logo+M (Minimize all of the windows)

Windows Logo+SHIFT+M (Restore the minimized windows)

Windows Logo+E (Open My Computer)

Windows Logo+F (Search for a file or a folder)

CTRL+Windows Logo+F (Search for computers)

Windows Logo+F1 (Display Windows Help)

Windows Logo+ L (Lock the keyboard)

Windows Logo+R (Open the Run dialog box)

Windows Logo+U (Open Utility Manager)

Accessibility Keyboard Shortcuts

Right SHIFT for eight seconds (Switch FilterKeys either on or off)

Left ALT+left SHIFT+PRINT SCREEN (Switch High Contrast either on or off)

Left ALT+left SHIFT+NUM LOCK (Switch the MouseKeys either on or off)

SHIFT five times (Switch the StickyKeys either on or off)

NUM LOCK for five seconds (Switch the ToggleKeys either on or off)

Windows Logo +U (Open Utility Manager)

Windows Explorer Keyboard Shortcuts

END (Display the bottom of the active window)

HOME (Display the top of the active window)

NUM LOCK+Asterisk sign (*) (Display all of the subfolders that are under the selected folder)

NUM LOCK+Plus sign (+) (Display the contents of the selected folder)

NUM LOCK+Minus sign (-) (Collapse the selected folder)

LEFT ARROW (Collapse the current selection if it is expanded, or select the parent folder)

RIGHT ARROW (Display the current selection if it is collapsed, or select the first subfolder)

Shortcut Keys for Character Map

After you double-click a character on the grid of characters, you can move through the grid by using the keyboard shortcuts:

RIGHT ARROW (Move to the right or to the beginning of the next line)

LEFT ARROW (Move to the left or to the end of the previous line)

UP ARROW (Move up one row)

DOWN ARROW (Move down one row)

PAGE UP (Move up one screen at a time)

PAGE DOWN (Move down one screen at a time)

HOME (Move to the beginning of the line)

END (Move to the end of the line)

CTRL+HOME (Move to the first character)

CTRL+END (Move to the last character)

SPACEBAR (Switch between Enlarged and Normal mode when a character is selected)

Microsoft Management Console (MMC) Main Window Keyboard Shortcuts

CTRL+O (Open a saved console)

CTRL+N (Open a new console)

CTRL+S (Save the open console)

CTRL+M (Add or remove a console item)

CTRL+W (Open a new window)

F5 key (Update the content of all console windows)

ALT+SPACEBAR (Display the MMC window menu)

ALT+F4 (Close the console)

ALT+A (Display the Action menu)

ALT+V (Display the View menu)

ALT+F (Display the File menu)

ALT+O (Display the Favorites menu)

MMC Console Window Keyboard Shortcuts

CTRL+P (Print the current page or active pane)

ALT+Minus sign (-) (Display the window menu for the active console window)

SHIFT+F10 (Display the Action shortcut menu for the selected item)

F1 key (Open the Help topic, if any, for the selected item)

F5 key (Update the content of all console windows)

CTRL+F10 (Maximize the active console window)

CTRL+F5 (Restore the active console window)

ALT+ENTER (Display the Properties dialog box, if any, for the selected item)

F2 key (Rename the selected item)

CTRL+F4 (Close the active console window. When a console has only one console window, this shortcut closes the console)

Remote Desktop Connection Navigation

CTRL+ALT+END (Open the Microsoft Windows NT Security dialog box)

ALT+PAGE UP (Switch between programs from left to right)

ALT+PAGE DOWN (Switch between programs from right to left)

ALT+INSERT (Cycle through the programs in most recently used order)

ALT+HOME (Display the Start menu)

CTRL+ALT+BREAK (Switch the client computer between a window and a full screen)

ALT+DELETE (Display the Windows menu)

CTRL+ALT+Minus sign (-) (Place a snapshot of the active window in the client on the Terminal server clipboard and provide the same functionality as pressing PRINT SCREEN on a local computer.)

CTRL+ALT+Plus sign (+) (Place a snapshot of the entire client window area on the Terminal server clipboard and provide the same functionality as pressing ALT+PRINT SCREEN on a local computer.)

Microsoft Internet Explorer Navigation

CTRL+B (Open the Organize Favorites dialog box)

CTRL+E (Open the Search bar)

CTRL+F (Start the Find utility)

CTRL+H (Open the History bar)

CTRL+I (Open the Favorites bar)

CTRL+L (Open the Open dialog box)

CTRL+N (Start another instance of the browser with the same Web address)

CTRL+O (Open the Open dialog box, the same as CTRL+L)

CTRL+P (Open the Print dialog box)

CTRL+R (Update the current Web page)

CTRL+W (Close the current window)

Categories: ,

Copyright © Johannes Dwi Cahyo | Powered by Blogger

Design by Anders Noren | Blogger Theme by NewBloggerThemes.com | BTheme.net      Up ↑