piątek, 19 sierpnia 2011

Fotokody - ciekawostki

http://mobile.kaywa.com/20080313
http://www.uetm.com/index.php?option=com_wrapper&view=wrapper&Itemid=12
http://fotokody.net/jak-odczytac-fotokod/
http://invx.com/
http://whomwah.com/2008/03/12/more-fun-with-qr-codes-and-the-bbc-logo/
http://www.weevo.it/index.php/chrome-frame

wtorek, 16 sierpnia 2011

Zasady wykonania dobrego portretu

http://www.lumitouch.com/benstudiotutorial/rules.html

poniedziałek, 8 sierpnia 2011

Google Font Directory - podgląd czcionek

http://font-combinator.com/

Generator styli CSS dla DIV'ów (warstw)

http://layerstyles.org/

APC caching extension

http://www.blogcatalog.com/blogs/7php-dot-com

http://7php.com/linux-mint-how-to-install-apc-and-configure-apc-on-xampp-apc-caching-extension/

Found on the Internet - haven't checked yet ...

"To install APC (APC caching extension) for Xampp on your Linux Mint or Ubuntu distro, just follow the steps below:

# cd apc (to your apc folder you just extracted)
# sudo /opt/lampp/bin/phpize
# ./configure –enable-apc –with-apxs –with-php-config=/opt/lampp/bin/php-config
# make
# sudo make install

Next Step is to edit you php.ini and add the apc extension as follows:extension=apc.so

How To Configure APC In php.ini ?

I have been pretty comfortable with the following APC Settings so far with version PHP 5.3.2+ (I haven’t tested with lower PHP version)

In your php.ini, just add the following block:
NOTE:
=> There should be only one line of extension=apc.so
=> So either delete the one you added above, or remove the one in the block below.. your choice, but I prefer the one below, to keep things grouped by modules/extensions

[apc]
extension=apc.so
apc.enabled = 1
apc.shm_segments = 1
apc.shm_size = 32M
apc.optimization = 0
apc.num_files_hint = 512
apc.user_entries_hint = 1024
apc.ttl = 0
apc.user_ttl = 0
apc.gc_ttl = 600
apc.cache_by_default = 0
apc.filters = “apc\.php$”
apc.slam_defense = 0
apc.use_request_time = 1
apc.mmap_file_mask = /tmp/apc.XXXXXX
apc.file_update_protection = 2
apc.enable_cli = 0
apc.max_file_size = 2M
apc.stat = 0
apc.write_lock = 1
apc.report_autofilter = 0
apc.include_once_override = 0
apc.rfc1867 = 0
apc.rfc1867_prefix = “upload_”
apc.rfc1867_name = “APC_UPLOAD_PROGRESS”
apc.rfc1867_freq = 0
apc.localcache = 1
apc.localcache.size = 512
apc.coredump_unmap = 0
apc.stat_ctime = 0

Possible Errors During Execution Of phpize..."

Jak robić dobre zdjęcia ślubne?

http://vod.onet.pl/jak-robic-piekne-zdjecia,jak-robic-piekne-zdjecia,11955,0,15837,odcinek.html

Jak zrzucić brzuch?

http://www.zaradni.pl/porada/4068,jak_zrzucic_brzuch_bez_dodatkowej_diety_lub_stosujac_prosta_diete_odtluszczajaca

sobota, 6 sierpnia 2011

Canon EOS Flash - zdjęcia pod słońce

Znalezione na sieci:

"Zdjęcia pod słońce to FEC na -2 lub -1 2/3 - daje to najlepsze rezultaty, ale tylko w połączeniu z slow synchro".

"W instrukcji aparatu poczytaj o trybie Av - priorytet przysłony."

http://photonotes.org/articles/eos-flash/

poniedziałek, 1 sierpnia 2011

Ładowanie podstron bez przeładowywania strony

http://forum.webhosting.pl/Strona-glowna-podstrony-t1726.html&hl=ajax

http://net.tutsplus.com/tutorials/javascript-ajax/how-to-load-in-and-animate-content-with-jquery/

http://www.mkyong.com/jquery/page-loading-effects-with-jquery/

http://yensdesign.com/2008/12/how-to-load-content-via-ajax-in-jquery/