Tuesday, December 08, 2009

The ultimate Google start page

One of the latest Google news was that the guys at Google simplified further their start page. They had spent months with that.

I proudly present that I went much further, in a more efficient way, and today, in my lunch break, I invented the ultimately-simple Google start page:

http://www.zsoltmolnar.hu/the_ultimate_google_start_page.html

My inventions:
  • No Google logo. Rationale: Everybody knows that "web search" equals Google, so it is redundant.
  • No "Search" button. Rationale: My long research resulted that after entering the search term, the majority of people uses Enter, so it is unnecessary. The small fraction of mouse addicts do not deserve Google services.
  • No "beta" in the logo. Rationale: Apart from the fact that there is no logo any more, one who knows what "beta" means also knows that all the Google applications are in permanent beta status, so it does not convey any useful information.
Please start using my new Google start page, because I need beta testers. Once Google paid the millions for my invention, all the successfull beta testers are invited for a lunch. To be stylish, empty white dishes will be served with a fork.

Wednesday, September 16, 2009

Joomla ALFContact telepítése

Jegyzeteket csináltam a www.genfhun.net oldal építése során, aztán arra gondoltam, hogy publikálom őket, nekem ugyanis így sikerült, hátha valakinek hasznos lesz. A post-ot Google Doc-ból publikáltam. Vigyázz, pusztán jegyzetek...!

1. Toltam egy backup-ot.

2. Upgrade volt a Joomla 1.5.10-ről 1.5.14-re. Min. 1.5.12 kell az SMTP/Security beállításokhoz.

Követett instrukciók:

http://docs.joomla.org/Upgrading_1.5_from_an_existing_1.5x_version

Parancsok:

cd ~/public_html/genfhun
wget http://joomlacode.org/gf/download/frsrelease/10786/42661/Joomla_1.5.10_to_1.5.14-Stable-Patch_Package.zip
unzip Joomla_1.5.10_to_1.5.14-Stable-Patch_Package.zip

(válaszd azt, hogy mindent felülír)

rm Joomla_1.5.10_to_1.5.14-Stable-Patch_Package.zip

3. Telepítettem az ALFContact-ot.

Instrukciók itt:

http://extensions.joomla.org/extensions/contacts-and-feedback/contact-forms/3818

Telepítettem ezeket:

Bigo Captcha Plugin: http://files.alfsoft.com/plg_bigocaptcha-1.2.zip
Joom!Fish: http://joomlacode.org/gf/download/frsrelease/9987/38267/JoomFish2.0.3.zip
ALFContact: http://files.alfsoft.com/com_alfcontact_v191.zip
ALFContact magyar nyelv: http://files.alfsoft.com/ALFContact_v182_hu-HU.zip
ALFContact Joom!Fish konfig: http://files.alfsoft.com/alfcontact_joomfish.zip (Unzip first, then install in the Content Elements tab of the Joom!Fish Control Panel)

4. A levelezés beállításai: webhely/globális beállítások

A <root>/configuration.php-ben a következő értékek legyenek:

var $mailer = 'smtp';
var $mailfrom = 'noreply@genfhun.net';
var $fromname = 'GenfHun';
var $sendmail = '/usr/sbin/sendmail';
var $smtpauth = '1';
var $smtpsecure = 'ssl';
var $smtpport = '465';
var $smtpuser = 'noreply@genfhun.net';
var $smtppass = '<ide kell a fő genfhun.net admin jelszó>';
var $smtphost = 'host300.hostmonster.com';


Ezek direkt módon képeződnek le ide, a beállításokra.

Az ALFContact beállításai: Komponensek/ALFContact

A Kapcsolataim listájából töröltem mindent, majd csináltam egy újat ezekkel a pareméterekkel:


Alapértelmezett-re állítottam.

5. Létrehoztam neki egy menüpontot a Főmenüben.


6. Ezen az oldalon:

http://chxo.com/labelgen/

csináltam egy email cím képet a (na email címet nem írok, de itta lenti cím lenne...) -nek. Itt van:


Ez azért kell, hogy a spam robotok ne tudják lenyúlni és bepakolni az adatbázisukba, stb.

7. Beállítottam az ALFContact paramétereket:

A header HTML kódja:

<br /><div align="justify">Ha rövid üzenetet küldenél nekünk, azt itt is megalkothatod. Ha hosszabban szeretnél értekezni, akkor használd bizalommal a következő email címet: <br /> <br /> <img src="images/kontakt_email.png" /> </div>
<br /> <hr />

A beállítások:


8. A Bővítmények/Beépülő modulkezelő-ben engedélyezd a System - BigoCaptcha modult.