Sitecritic - web-developer.sitecritic.net - Open Source Technologies At Work
General Information:
Latest News:
Testing Just One Function In PHPUnit 12 Feb 2013 | 03:39 am
A PHPUnit class might contain many test cases, to just run one testcase within each class can be helpful. Thanks to the filter option.
Woocommerce: Send Invoice Straight Away When Payment Successful 8 Feb 2013 | 12:06 am
One good feature I really want is to send an invoice straight away when payment is successful. At the moment, customers receive an order completion notification email which I find it useless. To send ...
PHP Ldap connection example 4 Feb 2013 | 03:40 am
ldap connection can be confusing. Its good to have a sample to follow:
Woocommerce: Modifying form fields 18 Jan 2013 | 05:51 am
Woocommerce provides some filters that we can use to change remove or make certain fields in whatever forms not compulsory. Say we want to make the billing phone not compulsory and remove the address_...
The best project management software ever invented – trello 17 Jan 2013 | 04:39 am
I know, the definition of “the best” is biased. I’ve come across many… and till today I must say the project management software that impresses me most is trello. I like the way the don’t do aggressiv...
WordPress: Insert Ads in Middle of Post Content 17 Jan 2013 | 01:57 am
It is a good idea to add advertisement somewhere in the content area. That way, user can have a chance to click on the ads while reading the content. Its actually quite easy to achieve that using word...
Custom Query in WordPress 15 Jan 2013 | 01:08 am
It’s sometimes easier to run your own query than using wordpress core functions. There are pros and cons for each. To run custom query, in your theme functions.php
woocommerce: only secure content is displayed in IE 7 Jan 2013 | 01:11 am
IE 9 by default doesn’t like mixture and ssl and non-ssl content. so you get a popup “Only secure content is displayed” at the bottom of the screen if the mixture occurs. The best solution is to ensur...
updating software using git 2 Jan 2013 | 01:25 am
If your software is version controlled using git for example, you need to version control the software update as well. For file changes, there are 3 possibilities: a) file modified b) file deleted c) ...
Recommended bitrate for streaming videos 6 Dec 2012 | 10:30 am
1000kbps for 360p (640 x 360px) seems to be spot on in most cases. vbr is preferred for http streaming, so it can be 750kbps – 1500kbps. we can still go higher for high motion videos. Many people use ...

