Saturday 9 January 2016

Bootstrap css framework tools for web developers

http://getbootstrap.com/customize/
http://galacticmilk.com/sphere/#
https://premium.wpmudev.org/blog/choose-color-scheme-your-website/
http://bootsnipp.com
example sites
https://www.uber.com
Tool
https://mobirise.com/


Thursday 7 January 2016

latex table multirow

best reference is here

http://www.howtotex.com/tips-tricks/how-to-create-table-cells-of-multiple-rows-in-latex/

procedure for apple developer Lic

Here is the procedure for apple developer Lic

1. Getting  D-U-N-S Number
    D-U-N-S is a business identification system used by businesses, banks and government to     learn about your business.

2. Apply for developer lic to Apple

Member ship Type: Organizations:Apple Developer Program.

Member  Price : 99 USD per membership year
https://developer.apple.com/support/compare-memberships/
https://developer.apple.com/programs/whats-included/

publishing Android app with google play


https://play.google.com/apps/publish/signup/
$25 registration fee

Ref:
https://support.google.com/googleplay/android-developer/answer/6112435?hl=en&ref_topic=3450769
https://developer.streamezzo.com/tools/develop-test-and-publish-android

Wednesday 6 January 2016

Text wrap latex table

p{'width'}

paragraph column with text vertically aligned at the top


\begin{tabular}[c]{|p{2cm}|p{2cm}|p{2cm}|p{2.5cm}|p{4cm}|}

or for automatic with calculation with respect to line with

\begin{tabular}[c]{|p{.2\linewidth}|p{.2\linewidth}|p{.15\linewidth}|p{.2\linewidth}|p{.4\linewidth}|}