Samsung S3 battery @ Hong Kong
My S3 Phone is about 2 years ago. But its battery life is very short, that is about 2 hours long. I tried to uninstall apps and kills apps. These actions cannot help. Finally, during my recent trip to Hong Kong, I bought a new battery in Golden Shopping Center for $129. The problem is solved, I used it for more than 2 weeks, its battery life can last for about 6 hours.
I started to love Visual Studio 2013
I started to use Visual Studio 2013 for some new projects. I found there are a number of new features make our life easier, such as displaying the number of references for each class and method.
Those small features help us to build the applications easier.
Check contains a string
In PHP, there is not a simple function similar with C#, such as '"michael".contains("mich")'. However, you can use strpos which is to find the position of the first occurrence of a substring in a string. because if it cannot fund a substring in a string, it will return false. Thus, if it doesn't return false, therefore the substring is existed.
PHP
strpos($address['name'], 'michael')!==false |
The support for Windows Server 2003 will be ended soon
Source:Open Clip Art Using Under Public Domain Attribution
This year, Microsoft ended the official support for Windows XP. Today I got a notification from Microsoft, Windows Server 2003 will be ended soon, the official data is 15 July 2015. That is a server product. I think that is essential to have a update support, such as the security packs. That is a time to upgarde!
Customize a shipment method in Virtuemart
Source:Open Clip Art Using Under Public Domain Attribution
The shipment plugins can configured by zip code to make the shipment method only available within a range of zip code. But not every country has zip code. So, I need to customize the shipment plugin.
To do this customization, I need to put my own code in:
PHP
protected function checkConditions ($cart, $method, $cart_prices) { |
In my case, I need to check values in $address.