Naveed Ramzan

Let's Payback to Pakistan

Menu
  • Home
  • Vision and Mission
  • Services
    • Trainings
    • Web Development
    • Product Management
    • Project Management
    • Service Management
    • Business Consultancy
    • Book Slot
  • Testimonials
  • Appreciations
  • Photo Gallery
  • Contact Me

Tag: html

Great Website for Tutorials

October 16, 2012
| No Comments
| Information Technology News, Self Management, Web Designing, Web Development

Great Website for Tutorials http://www.lynda.com/

Read More »

Posted in <a href="https://naveedramzan.com/category/information-technology-news/" rel="category tag">Information Technology News</a>, <a href="https://naveedramzan.com/category/self-management/" rel="category tag">Self Management</a>, <a href="https://naveedramzan.com/category/web-designing/" rel="category tag">Web Designing</a>, <a href="https://naveedramzan.com/category/web-development/" rel="category tag">Web Development</a> Tagged <a href="https://naveedramzan.com/tag/css/" rel="tag">css</a>, <a href="https://naveedramzan.com/tag/design/" rel="tag">design</a>, <a href="https://naveedramzan.com/tag/development/" rel="tag">development</a>, <a href="https://naveedramzan.com/tag/html/" rel="tag">html</a>, <a href="https://naveedramzan.com/tag/lynda/" rel="tag">lynda</a>, <a href="https://naveedramzan.com/tag/php/" rel="tag">php</a>, <a href="https://naveedramzan.com/tag/seo/" rel="tag">seo</a>, <a href="https://naveedramzan.com/tag/tutorial/" rel="tag">tutorial</a> Leave a comment

15 Amazing Facts About Google

September 27, 2012
| 1 Comment
| Information Technology News

15 Amazing Facts About Google 1) Google began as a research project in 1996. 2) The original nickname was BackRub due to the backlink technology used to determine site importance but eventually changed the name to Google originating from the misspelling of the word “Googol to signify the large quantities of information for people that […]

Read More »

Posted in <a href="https://naveedramzan.com/category/information-technology-news/" rel="category tag">Information Technology News</a> Tagged <a href="https://naveedramzan.com/tag/ceo/" rel="tag">ceo</a>, <a href="https://naveedramzan.com/tag/google/" rel="tag">google</a>, <a href="https://naveedramzan.com/tag/html/" rel="tag">html</a>, <a href="https://naveedramzan.com/tag/noogler/" rel="tag">noogler</a>, <a href="https://naveedramzan.com/tag/stock/" rel="tag">stock</a>, <a href="https://naveedramzan.com/tag/web-pages/" rel="tag">web pages</a> 1 Comment

Major mistakes in HTML

September 20, 2012
| No Comments
| Self Management, Web Designing, Web Development

Major mistakes in HTML Do not use Block elements inside the Inline elements <a href=””><h3>Click Me</h3></a>        In Correct <h3><a href=””>Click Me</a></h3>        Correct Do not avoid to insert ALT and TITLE tags in image and hyperlinks tags <img src=”images/logo.png”>                     In […]

Read More »

Posted in <a href="https://naveedramzan.com/category/self-management/" rel="category tag">Self Management</a>, <a href="https://naveedramzan.com/category/web-designing/" rel="category tag">Web Designing</a>, <a href="https://naveedramzan.com/category/web-development/" rel="category tag">Web Development</a> Tagged <a href="https://naveedramzan.com/tag/block-tags/" rel="tag">block tags</a>, <a href="https://naveedramzan.com/tag/css-selectors/" rel="tag">css selectors</a>, <a href="https://naveedramzan.com/tag/css2/" rel="tag">css2</a>, <a href="https://naveedramzan.com/tag/css3/" rel="tag">css3</a>, <a href="https://naveedramzan.com/tag/heading/" rel="tag">heading</a>, <a href="https://naveedramzan.com/tag/html/" rel="tag">html</a>, <a href="https://naveedramzan.com/tag/html-tags/" rel="tag">html tags</a>, <a href="https://naveedramzan.com/tag/html4/" rel="tag">html4</a>, <a href="https://naveedramzan.com/tag/html5/" rel="tag">html5</a>, <a href="https://naveedramzan.com/tag/inline-tags/" rel="tag">inline tags</a>, <a href="https://naveedramzan.com/tag/listing/" rel="tag">listing</a>, <a href="https://naveedramzan.com/tag/major-mistakes/" rel="tag">major mistakes</a>, <a href="https://naveedramzan.com/tag/paragraph/" rel="tag">paragraph</a>, <a href="https://naveedramzan.com/tag/style/" rel="tag">style</a>, <a href="https://naveedramzan.com/tag/tags/" rel="tag">tags</a>, <a href="https://naveedramzan.com/tag/xhtml/" rel="tag">xhtml</a> Leave a comment

Responsive Design

September 19, 2012
| No Comments
| Self Management, Web Development

Responsive Design A website that responds to the device that accesses it and delivers the appropriate output for it uses responsive design. Rather than designing multiple sites for different-sized devices, this approach designs one site but specifies how it should appear on varied devices.

Read More »

Posted in <a href="https://naveedramzan.com/category/self-management/" rel="category tag">Self Management</a>, <a href="https://naveedramzan.com/category/web-development/" rel="category tag">Web Development</a> Tagged <a href="https://naveedramzan.com/tag/css/" rel="tag">css</a>, <a href="https://naveedramzan.com/tag/html/" rel="tag">html</a>, <a href="https://naveedramzan.com/tag/html5/" rel="tag">html5</a>, <a href="https://naveedramzan.com/tag/joomla/" rel="tag">joomla</a>, <a href="https://naveedramzan.com/tag/magento-2/" rel="tag">magento</a>, <a href="https://naveedramzan.com/tag/mysql/" rel="tag">mysql</a>, <a href="https://naveedramzan.com/tag/opensource-responsive-design/" rel="tag">opensource responsive design</a>, <a href="https://naveedramzan.com/tag/oscommerce/" rel="tag">oscommerce</a>, <a href="https://naveedramzan.com/tag/php/" rel="tag">php</a>, <a href="https://naveedramzan.com/tag/responsive/" rel="tag">responsive</a>, <a href="https://naveedramzan.com/tag/responsive-designs/" rel="tag">responsive designs</a>, <a href="https://naveedramzan.com/tag/web-responsive-design/" rel="tag">web responsive design</a>, <a href="https://naveedramzan.com/tag/wordpress/" rel="tag">WordPress</a>, <a href="https://naveedramzan.com/tag/xhtml/" rel="tag">xhtml</a> Leave a comment

Browser Hack

September 16, 2012
| 3 Comments
| Self Management, Web Designing, Web Development

Use * for Internet Explorer CSS properties (width:100px; *width:95px;) Use # for Google Chrome CSS Properties (width:100px; #width:95px;)

Read More »

Posted in <a href="https://naveedramzan.com/category/self-management/" rel="category tag">Self Management</a>, <a href="https://naveedramzan.com/category/web-designing/" rel="category tag">Web Designing</a>, <a href="https://naveedramzan.com/category/web-development/" rel="category tag">Web Development</a> Tagged <a href="https://naveedramzan.com/tag/browser-hack/" rel="tag">browser hack</a>, <a href="https://naveedramzan.com/tag/css/" rel="tag">css</a>, <a href="https://naveedramzan.com/tag/html/" rel="tag">html</a> 3 Comments

Analysis of PHP OpenSources

September 5, 2012
| No Comments
| Magento, Self Management, Web Development, WordPress

Analysis of PHP OpenSources PHP Open Sources has reduced our development time but of course grip looses on automatic procedures. We have advantages and disadvantages of every thing. Here I am going to share   a small analysis about PHP Open Sources. WordPress Advantages Easy to setup a website Available a lot of themes, install by […]

Read More »

Posted in <a href="https://naveedramzan.com/category/web-development/magento/" rel="category tag">Magento</a>, <a href="https://naveedramzan.com/category/self-management/" rel="category tag">Self Management</a>, <a href="https://naveedramzan.com/category/web-development/" rel="category tag">Web Development</a>, <a href="https://naveedramzan.com/category/web-development/wordpress/" rel="category tag">WordPress</a> Tagged <a href="https://naveedramzan.com/tag/advantages/" rel="tag">advantages</a>, <a href="https://naveedramzan.com/tag/architecture/" rel="tag">architecture</a>, <a href="https://naveedramzan.com/tag/community/" rel="tag">community</a>, <a href="https://naveedramzan.com/tag/complexity/" rel="tag">complexity</a>, <a href="https://naveedramzan.com/tag/css/" rel="tag">css</a>, <a href="https://naveedramzan.com/tag/developers/" rel="tag">developers</a>, <a href="https://naveedramzan.com/tag/development/" rel="tag">development</a>, <a href="https://naveedramzan.com/tag/disadvantages/" rel="tag">disadvantages</a>, <a href="https://naveedramzan.com/tag/extensions/" rel="tag">extensions</a>, <a href="https://naveedramzan.com/tag/fast-growing/" rel="tag">fast growing</a>, <a href="https://naveedramzan.com/tag/google/" rel="tag">google</a>, <a href="https://naveedramzan.com/tag/html/" rel="tag">html</a>, <a href="https://naveedramzan.com/tag/installation/" rel="tag">installation</a>, <a href="https://naveedramzan.com/tag/java-application/" rel="tag">java application</a>, <a href="https://naveedramzan.com/tag/magento-2/" rel="tag">magento</a>, <a href="https://naveedramzan.com/tag/magento-extensions/" rel="tag">magento extensions</a>, <a href="https://naveedramzan.com/tag/magento-themes/" rel="tag">magento themes</a>, <a href="https://naveedramzan.com/tag/mvc/" rel="tag">mvc</a>, <a href="https://naveedramzan.com/tag/opensources/" rel="tag">opensources</a>, <a href="https://naveedramzan.com/tag/php/" rel="tag">php</a>, <a href="https://naveedramzan.com/tag/self-learning/" rel="tag">self-learning</a>, <a href="https://naveedramzan.com/tag/updates/" rel="tag">updates</a>, <a href="https://naveedramzan.com/tag/wordpress/" rel="tag">WordPress</a>, <a href="https://naveedramzan.com/tag/wordpress-plugin/" rel="tag">wordpress plugin</a>, <a href="https://naveedramzan.com/tag/wordpress-themes/" rel="tag">wordpress themes</a> Leave a comment

About Naveed Ramzan

  • Professional Scrum Master Level 1 (Scrum Guide 2020)
  • Professional Scrum Master Level 1 by Scrum.org
  • ITIL (Information Technology Infrastructure Library) v3 by Exin Exam Body
  • Remote Working & Virtual Collaboration by CertiProf


Naveed Ramzan is a “multi-dimensional” person, completed his ICT research under supervision of WHO-Pakistan. ITIL Foundation certified, Training & Development Certificate, Overall has 10+ years experience in web development and CRM/ERP systems. Loves to work in open source.

  • Looking for New Challenges
  • Founder of EverythingPK
  • Founding Member of AgilePK
  • Founding Member of TrainingsPK
  • Founder of LetsHelpPK

View More ...



Contact Me

Recent Posts

  • Talk in Comsats Islamabad on ICT
  • 2020 Learnings
  • 10 Tips to Launch Successful Product
  • Managing Difficult Times
  • Consultancy to Full-Time job

Tags

agile agile culture agile testing appreciation-2015 appreciation-2016 appreciation-2017 appreciation-2018 arrays attitude bootstrap cakephp communication configuration css database drupal google google analytics htaccess html idea transformation islamabad libre calc libre doc libre office life magento microsoft office mvc mysql opensource php Project Management purpose quality requirement analysis scrum self-learning success testing tips ubuntu views web development WordPress


Contact Me

Yes We Can Do It !

I know, you are looking into detail of this article that what we can do? But in fact, it’s all based on a theme “if we want to change the world, initiate by yourself”. A very good quote came across to my mind that “We do not listen to understand but only to respond” and that’s the harsh reality. We just respond, even we don’t know the facts and the situation. We want to participate in the flow of discussion even it’s right or wrong. Read more ...



Contact Me

Social Links

scrum-org-icon
facebook-icon
twitter-icon
google-icon
whatsapp-icon
 flicker-icon
 wordpress-icon
 youtube-icon
 stackoverflow-icon
 linkedin-icon
 quora-icon
 udemy-icon
 skype-icon
 skype-icon
 podbean-icon
 meetup-icon
 Medium-icon
hacker-rank-icon
leet-code-icon
 #NRsharing

Home | Vision and Mission | Services | Testimonials | Appreciations | Photo Gallery | Contact Me

© Naveed Ramzan 2010 - 2023.