Thinking
Thursday, May 21, 2015
Making a round lable
›
//width and height are twice of layer.cornerRadius label.frame = CGRectMake(0, 0, 100, 100); label.center = CGPointMake(160, 240); labe...
Tuesday, April 7, 2015
Composite pattern
›
A design pattern that solves this kind of structural problem is called the Composite patternWith the Composite pattern, we can compose our...
Friday, April 3, 2015
Observation Pattern in Objective-C
›
There are three steps to using key-value observation: • Send the addObserver:forKeyPath:options:context: message to each object that ...
Thursday, February 12, 2015
The following are some high-level, conceptual questions to develop of Axure
›
• How is information organized and accessed on each screen in the case of Information Architecture? • Where and how are key task flows init...
Tuesday, November 4, 2014
Xampp version on Windows
›
Add this line to xampp\phpmyadmin\config.inc.php $cfg['ExecTimeLimit'] = 6000; And Change xampp\php\php.ini to post_max_size = 750M ...
Tuesday, September 2, 2014
Choosing a data format for Javascript
›
HTML snippets require very little work to implement. The external data can be loaded and inserted into the page with one simple method th...
Tuesday, August 26, 2014
fadeIn() VS slideDown
›
The fading animations are very useful for items that are outside the flow of the document. For example, these are typical effects to apply ...
›
Home
View web version