-
Archives
- August 2023
- January 2023
- December 2022
- November 2022
- October 2022
- April 2022
- January 2022
- December 2021
- November 2021
- February 2021
- January 2021
- December 2020
- September 2020
- August 2020
- July 2020
- June 2020
- January 2020
- December 2019
- September 2019
- July 2019
- March 2019
- February 2019
- January 2019
- December 2018
- November 2018
- August 2018
- June 2018
- February 2018
- January 2018
- October 2017
- September 2017
- August 2017
- April 2017
- March 2017
- January 2017
- November 2016
- October 2016
- September 2016
- May 2016
- February 2016
- January 2016
- December 2015
- August 2015
- July 2015
- April 2015
- February 2015
- December 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- March 2014
- October 2013
- June 2013
- May 2013
- April 2013
- July 2012
- June 2012
- April 2012
- January 2012
- December 2011
- November 2011
- October 2011
- June 2011
- May 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- August 2010
- June 2010
- May 2010
- April 2010
- January 2010
- October 2009
- September 2009
- July 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
-
Meta
Category Archives: workday
Tips for wget
Amit Agarwal wrote recently really nice list of tips for well known utility wget. At the end, there is a little quiz, following wget command: wget ‐‐span-hosts ‐‐level=inf ‐‐recursive dmoz.org The first option ‐‐span-hosts will allow to download from all … Continue reading
Posted in workday
Leave a comment
More stylesheets with LESS
There is an excellent article on IBM developerWorks website “Do more in CSS with LESS“. It describes how to use LESS to write readable and maintainable Cascading Style Sheets. Unfortunatelly command line command using Rhino to compile LESS to CSS … Continue reading
Posted in workday
Leave a comment
Regular expression in JEdit
JEdit is an excellent editor and includes search and replace with regular expressions. For subexpressions in the replacement area is using dolar sign $ instead of backslash \. Here is a small example. Second occurence of substring cv needs to … Continue reading
Posted in workday
Leave a comment
AWS Free Tier
Amazon AWS Free Tier is a Virtual Private Server (VPS), something to try and play with for up to one year. After creating AWS account one can use any of the 18 products and services for free within certain usage … Continue reading
Posted in workday
Leave a comment
Web user experience at Groasis
Groasis is a wonderful project, which allows to grow plants in arid areas or even deserts. Their blog is wonderful also from web user perspective. If user is zooming up, the main article fills up the screen, and with more … Continue reading
Posted in workday
Leave a comment
PHP Composer
Composer is very useful tool or better dependency manager for PHP. Matthieu Moquet wrote excellent blog post about 5 features to know, and I am sure there is more about Composer on his blog posts. Here is summary of the … Continue reading
Posted in workday
Leave a comment
EXIF info from ISS
There is beautiful picture of the rising Orion from International Space Station. What is really nice, one can look at EXIF info, in this case by jhead program. Here is the info: File name : iss040e017069.jpg File size : 1246427 … Continue reading
Posted in workday
Leave a comment
Hibernate
Hibernate is great piece of java software, which utilize concept ORM – Object Relational Mapping. If application needs to store data into relational database, it simplifies development tremendously. One don’t need to use SQL queries, unless needs to do something … Continue reading
Posted in workday
Leave a comment
Nette framework: .htaccess file
Playing with nette php framework, here is www/.htaccess file, which is working on 1and1 linux platform: AddType x-mapp-php5 .php Options +MultiViews # disable directory listing <IfModule mod_autoindex.c> Options -Indexes </IfModule> # enable #cool URL <IfModule mod_rewrite.c> RewriteEngine On #following line … Continue reading
Posted in workday
Leave a comment
Bootable USB Flash disk with Windows7
Here are steps to create bootable USB Flash disk with Windows7. 1. 4GB or bigger USB Flash Disk needed 2. Put your Window 7 Instalation DVD into your computer DVD mechanics. If DVD is not readily available, you may download … Continue reading
Posted in workday
Leave a comment