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: mysql

Tips for Drupal Beginners

July 5, 2013
| No Comments
| Drupal, Web Development

Tips for Drupal Beginners Having balance flexibility Simplicity User Management Content Management System and Framework Provides a raw material, from which you can filter and present with a clear vision and design ( you should need programming language ) Node : A single piece of an entity such as page of blog, topic of forum […]

Read More »

Posted in <a href="https://naveedramzan.com/category/web-development/drupal/" rel="category tag">Drupal</a>, <a href="https://naveedramzan.com/category/web-development/" rel="category tag">Web Development</a> Tagged <a href="https://naveedramzan.com/tag/blocks/" rel="tag">blocks</a>, <a href="https://naveedramzan.com/tag/bootstrap/" rel="tag">bootstrap</a>, <a href="https://naveedramzan.com/tag/cms/" rel="tag">cms</a>, <a href="https://naveedramzan.com/tag/comments/" rel="tag">comments</a>, <a href="https://naveedramzan.com/tag/content-type/" rel="tag">content type</a>, <a href="https://naveedramzan.com/tag/database/" rel="tag">database</a>, <a href="https://naveedramzan.com/tag/drupal-2/" rel="tag">drupal</a>, <a href="https://naveedramzan.com/tag/eav/" rel="tag">eav</a>, <a href="https://naveedramzan.com/tag/entity/" rel="tag">entity</a>, <a href="https://naveedramzan.com/tag/modules/" rel="tag">modules</a>, <a href="https://naveedramzan.com/tag/mysql/" rel="tag">mysql</a>, <a href="https://naveedramzan.com/tag/node/" rel="tag">node</a>, <a href="https://naveedramzan.com/tag/opensource/" rel="tag">opensource</a>, <a href="https://naveedramzan.com/tag/path/" rel="tag">path</a>, <a href="https://naveedramzan.com/tag/regions/" rel="tag">regions</a>, <a href="https://naveedramzan.com/tag/taxonomy/" rel="tag">taxonomy</a>, <a href="https://naveedramzan.com/tag/user-management/" rel="tag">user management</a>, <a href="https://naveedramzan.com/tag/users/" rel="tag">users</a>, <a href="https://naveedramzan.com/tag/views/" rel="tag">views</a> Leave a comment

PHP Operators Examples

June 11, 2013
| 1 Comment
| CodeIgniter, Web Development

PHP Operators Examples PHP Arithematic Operators Operator Name Description Example Result x + y Addition Sum of x and y 2 + 2 4 x – y Subtraction Difference of x and y 5 – 2 3 x * y Multiplication Product of x and y 5 * 2 10 x / y Division Quotient […]

Read More »

Posted in <a href="https://naveedramzan.com/category/web-development/codeigniter/" rel="category tag">CodeIgniter</a>, <a href="https://naveedramzan.com/category/web-development/" rel="category tag">Web Development</a> Tagged <a href="https://naveedramzan.com/tag/and/" rel="tag">and</a>, <a href="https://naveedramzan.com/tag/arithematic/" rel="tag">arithematic</a>, <a href="https://naveedramzan.com/tag/comparison/" rel="tag">comparison</a>, <a href="https://naveedramzan.com/tag/logical-operator/" rel="tag">logical operator</a>, <a href="https://naveedramzan.com/tag/mysql/" rel="tag">mysql</a>, <a href="https://naveedramzan.com/tag/not/" rel="tag">not</a>, <a href="https://naveedramzan.com/tag/operators/" rel="tag">operators</a>, <a href="https://naveedramzan.com/tag/or/" rel="tag">or</a>, <a href="https://naveedramzan.com/tag/php/" rel="tag">php</a> 1 Comment

Access LinkedIn Companies/Groups/jobs/Contacts in PHP

May 24, 2013
| No Comments
| Cake PHP, CodeIgniter, Social Network Integration, Web Development

Access LinkedIn Companies/Groups/jobs/Contacts in PHP A simple way to access LinkedIn all data which includes: Own Profile Information My Grouops All Jobs (Also my jobs) My Network (My Contacts) By using a stand-alone OAuth/LinkedIn API solution, we don’t need to install any server/PHP extensions, which usually require some form of root access. Download the code […]

Read More »

Posted in <a href="https://naveedramzan.com/category/web-development/cake-php/" rel="category tag">Cake PHP</a>, <a href="https://naveedramzan.com/category/web-development/codeigniter/" rel="category tag">CodeIgniter</a>, <a href="https://naveedramzan.com/category/web-development/social-network-integration/" rel="category tag">Social Network Integration</a>, <a href="https://naveedramzan.com/category/web-development/" rel="category tag">Web Development</a> Tagged <a href="https://naveedramzan.com/tag/custom-coding/" rel="tag">custom coding</a>, <a href="https://naveedramzan.com/tag/linkedin/" rel="tag">linkedin</a>, <a href="https://naveedramzan.com/tag/linkedin-companies/" rel="tag">linkedin companies</a>, <a href="https://naveedramzan.com/tag/linkedin-connections/" rel="tag">linkedin connections</a>, <a href="https://naveedramzan.com/tag/linkedin-integration/" rel="tag">linkedin integration</a>, <a href="https://naveedramzan.com/tag/linkedin-jobs/" rel="tag">linkedin jobs</a>, <a href="https://naveedramzan.com/tag/mysql/" rel="tag">mysql</a>, <a href="https://naveedramzan.com/tag/php/" rel="tag">php</a> Leave a comment

Get Record from database based on field id and record id in php and mysql

October 3, 2012
| No Comments
| Self Management, Web Development

Get Record from database based on field id and record id in php and mysql Mostly we need to get all record details of foriegn key used in another table. Such as, we have Three tables: Orders (id, order_date, order_status, user_id) Products (id, name, price, quantity, status) Users (id, name, email, password, status) in order, […]

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/fetch/" rel="tag">fetch</a>, <a href="https://naveedramzan.com/tag/field-name/" rel="tag">field name</a>, <a href="https://naveedramzan.com/tag/get-record/" rel="tag">get record</a>, <a href="https://naveedramzan.com/tag/mysql/" rel="tag">mysql</a>, <a href="https://naveedramzan.com/tag/mysql_fetch_assoc/" rel="tag">mysql_fetch_assoc</a>, <a href="https://naveedramzan.com/tag/mysql_query/" rel="tag">mysql_query</a>, <a href="https://naveedramzan.com/tag/php/" rel="tag">php</a>, <a href="https://naveedramzan.com/tag/query/" rel="tag">query</a>, <a href="https://naveedramzan.com/tag/record/" rel="tag">record</a>, <a href="https://naveedramzan.com/tag/record-id/" rel="tag">record id</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

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 - 2022.