Posts

Showing posts from August, 2014

More about emails

Image
Types of Emails Transactional Promotional Informational How to develop Modular system of designing is preferred. Determine common usecases. Then design individual component as per your needs. Each component should be self contained. Tools to use for designing Ink - Use it for creating responsive emails. Templates are available. http://zurb.com/ink/ SASS - Systamatically Awesome Style Sheet. http://sass-lang.com/ Compass, Scount, Kola - Applications using SASS YAML - used for data serialisation in emails Middleman - Is a static website generator using modern techniques like SASS,YAML etc. http://middlemanapp.com/ If found useful, buy me coffee for the time you saved.

How to create Facebook appid and secret

Image
 Login to www.facebook.com Go to Settings from the drop down menu from top right downward facing arrow.  Click Developers from the footer of the settings page You reach developers page Click on the Apps tab at the top menu Go to 'Create A New App' from the drop down menu New popup window appears Enter Display name (Eg: my app) Enter Namescape ( this is not necessary) Select a category  Click 'Create App' button Enter the CAPTCHA and submit You get AppID and Secret If found useful, buy me coffee for the time you saved.