Monday, August 31, 2015

STCnetwork's Exclusive Interview by NED Entrepreneurship Society

STCnetwork's Exclusive Interview by NED Entrepreneurship Society

Link to My Blogger Tricks

STCnetwork's Exclusive Interview by NED Entrepreneurship Society

Posted: 30 Aug 2015 12:34 PM PDT

STCnetwork Exclusive Interview
It is not very often that we get to learn the secrets of success from successful people. Many are very secretive about what they do and how they achieve success. But it has always been our understanding that if you limit knowledge, knowledge will in turn limit you. It is our aim here at STCnetwork to spread our knowledge and to provide guidance to aspiring people looking to make a name for themselves online. To that end, I'd like to share with all our readers some words of wisdom passed on by our Mohammad Mustafa, who was cordially invited by the NED Entrepreneurship Society (NES) to an interview as an alumni where he shared some insights about his professional life and online business secrets, and how he started STCnetwork and reshaped it into what it is today. The interview took place at STCnetwork's head office in karachi.
Read more »

Tuesday, August 25, 2015

2 ways To Fix XML Parsing Errors in Blogger

2 ways To Fix XML Parsing Errors in Blogger

Link to My Blogger Tricks

2 ways To Fix XML Parsing Errors in Blogger

Posted: 25 Aug 2015 05:27 AM PDT

fix XML errors in blogger editorMost often when you insert a Facebook JavaScript or AdSense JavaScript in your blogger template editor, you often come across XML Parsing errors that prompts and says "The reference to entity "version" must end with the ';' delimiter." Blogger blogs are coded in XHTML and  XML is quite strict in following correct syntax formatting than HTML. XML is surely unforgiving in this case. Blogger interprets all your document as XML rather than as HTML. XML is PCDATA (Parsed Character Data) by default which means that XML parsers will normally parse all the text in a document. As a result when we insert JavaScript inside blogspot templates, all script inside the JavaScript tags is treated as a text and due to the presence of some illegal special characters like "<" , ">" and "&" , you often face the following error:

Read more »

Friday, August 21, 2015

Make Blog Images and Post Thumbnails Responsive!

Make Blog Images and Post Thumbnails Responsive!

Link to My Blogger Tricks

Make Blog Images and Post Thumbnails Responsive!

Posted: 21 Aug 2015 05:31 AM PDT

mobile friendly responsive imagesWe have covered most important core concepts of responsive designs and have shared almost every tip to design mobile friendly layouts in blogspot blogs, now it is time to learn how to make blog images to auto adjust their dimensions in mobile phones and tablets without effecting its resolution. Images with large sizes often don't fit in small screen devices and as a result gives a bad UI impression. Images must be fluid in its behavior, their width and height dimensions should be stylized such that they may instantly change their overall size as the browser screen goes smaller or bigger. Our approach is based on CSS @media Queries unlike adaptive image methods which makes use of JavaScript of php.

Read more »

Monday, August 17, 2015

Make Your Multi Column "Blog Footer" Responsive

Make Your Multi Column "Blog Footer" Responsive

Link to My Blogger Tricks

Make Your Multi Column "Blog Footer" Responsive

Posted: 17 Aug 2015 08:25 AM PDT

create a responsive blog footer
 

In this tutorial you will learn how to convert your three Column footer into a responsive and auto-adjusting footer wrapper by creating separate stylesheet for different device breakpoints. Your blog footer could be a single column, 2 column, 3 or even 4 column, it may contain multiple rows and columns but the idea behind mobile optimized layouts is a simple concept which if understood would make it really simple for you to play around all elements on your blog and make them mobile responsive. I am sharing below the tutorial for blogger blogs but this methodology can be applied across all platforms. We have already learned how to mobilize Blog header and content area and now we need to play around the footer. Lets get to work then!

Read more »