Surface Pro 3
Last Thursday, I went to harvey norman. I saw there was Surface Pro 3. I spent a few minutes to test it. I know the screen is improved, CPU(4th Generation iCore) is upgraded. However, I cannot experience much different it from Surface Pro 2.
Static Cell Table with sub view
I created an app which is using static table in iOS. Moreover, I tried to plug in a sub view for autocomplete should be underneath a text box.
[self.view addSubview:autocompleteTableView];
But I found it will break the layout. The subview will be overlapping other cells in the table.
Please be careful to use subview in static table.
PHP Error:call to undefined function json_decode()
Source:Open Clip Art Using Under Public Domain Attribution
I just moved a website to a new server. During the first test, I got an error :call to undefined function json_decode().
That is simple, because by default, my new server has not enable json module in PHP. The solution is going to cpanel to enable json in PHP.
Price disappeared at Virtuemart
I found the price in all products at my virtuemart are disappeared. I checked all products have price and the template has the price field too.
I figured the problem in Currency. Please check Virtuemart-> Configuration-> Currency and make sure Positive Format filled(like the image above).
Joomla Form Engine: chrono forms
I like to use chrono forms for building forms in Joomla. That is very powerful, you can have form to email functions and all forms elements, such as text box, option box and drop down box. Moreover, the administration interface is very easy to use. You can drag and drop elements to a form, then you can construct a form you want.
Lastly, it has a free version. So far, only one limitation I found is all forms need to have a link back to chrono forms. Well, that is fair.