Childhood is very important moment in life, because what has been learned in this time actually can create a mind set of an adult. In this sense, it can be a crucial decision whether to encourage competitiveness or put more importance on cooperation in children. It is good to have some sort of competitiveness to… Continue reading Writing: A sense of competition in children
Author: rocker8942
Quality coding with Visual Studio plug-ins
Utilising a few useful tools can make your code quite productive. Fix all “Warnings” Use FxCop Download here. Install FxCop Runner extension, then you can run FxCop inside VS and see the warnings together with original VS warnings in warnings window. (It’s integrated as Code Analysis in VS2012, so you don’t need to install FxCop again) Use CodeMaid… Continue reading Quality coding with Visual Studio plug-ins
Sublime Text2 Plug-ins
Emmet (previously known as Zen Coding) https://github.com/sergeche/emmet-sublime#readme
Html for E-mail: Rendering Issues and best practice
Web page rendering is still painful sometimes. But, e-mail rendering is pretty much pain in the ass. Main reason for this is that email client is various and not standardized, compared that web browsers are quite much standardized. In particular, outlook on PC and outlook on cloud need a lot of care, as old IEs… Continue reading Html for E-mail: Rendering Issues and best practice
iPhone bug: how to clear out “other” space
One of the bugging issue with iPhone that I found recently is that “other” space is getting bigger and eat up all space in iPhone. It started causing sync issue of Music category. After short search I realized that many has the same issue with me. General solution from Apple is like this: http://support.apple.com/kb/TS1503 But,… Continue reading iPhone bug: how to clear out “other” space