To help you get everything from your photos you must sometimes apply magic touch in Photoshop. To do it quickly and efficiently you need to know stuff like this: http://design.tutsplus.com/tutorials/the-ultimate-guide-to-adjustment-layers-color-balance-and-selective-color–psd-36561
Have fun 馃檪
26 marca 2014 09:13
Grzegorz Drozd
Brak komentarzy
Komentuj
Kategorie:
Bez kategorii
If you want to make great photographs you must fists know how your camera works. Recently I have found great article with detailed information and comparison of different methods. If you also want to know: http://digital-photography-school.com/metering-modes-and-how-your-camera-meter-works/
26 marca 2014 09:30
Grzegorz Drozd
Brak komentarzy
Komentuj
Kategorie:
Bez kategorii
If you need to write mobile application that uses localstorage or a website that is capable of working offline don’t forget that localStorage also has a performance cost. If you want to know how big it is, read this article: http://www.stevesouders.com/blog/2014/02/11/measuring-localstorage-performance/
26 marca 2014 09:13
Grzegorz Drozd
Brak komentarzy
Komentuj
Kategorie:
Bez kategorii
http://YouMightNotNeedjQuery.com/
22 marca 2014 11:53
Grzegorz Drozd
Brak komentarzy
Komentuj
Kategorie:
Bez kategorii
Interesting post that tries to make a case: Do we need php frameworks in an era of composer and PSR ?Find out here: http://www.brandonsavage.net/you-dont-need-a-framework/
22 marca 2014 10:31
Grzegorz Drozd
Brak komentarzy
Komentuj
Kategorie:
Bez kategorii
If you ever needed to generate summary of some date range with 0 for missing intervals (for example orders grouped by days with 0 for days without orders) then check this link (http://www.databasesoup.com/2013/08/fancy-sql-monday-generateseries-and.html ) for quick tip for how to do this in PostgreSQL using generate_series and cross join.
9 marca 2014 14:14
Grzegorz Drozd
Brak komentarzy
Komentuj
Kategorie:
Bez kategorii
Ever wonder what is the difference between class attribute and object attribute? Or how to use static (but not so static 馃槈 ) attributes in Python? Look no further: under the following link you will find everything. Czytaj…
8 marca 2014 14:26
Grzegorz Drozd
Brak komentarzy
Komentuj
Kategorie:
Bez kategorii
Today I was looking for a simple way to easily retrieve data from the redis or memcache server using pure Lua client implementation. I could not find a simple example so I wrote one myself.
Czytaj…
27 lutego 2014 22:00
Grzegorz Drozd
Brak komentarzy
Komentuj
Kategorie:
Bez kategorii
Today I will show how you can create a simple bash script for automatically changing wallpaper in Linux Mint Cinnamon.
Czytaj…
24 lutego 2014 22:21
Grzegorz Drozd
Brak komentarzy
Komentuj
Kategorie:
Bez kategorii
Skype on Linux allows to launch multiple instances (one for work account, one for private or other). To launch it you just need to append –dbpath=/path/to/skype/database/folder. Below is a simple launcher that will scan current directory for folders named .Skype_<instanceName> and present you with a list of instances with checkboxes to launch them.
Czytaj…
17 stycznia 2014 11:40
Grzegorz Drozd
Brak komentarzy
Komentuj
Kategorie:
Bez kategorii