Naveed Ramzan

Let's Payback to Pakistan

Menu
  • Home
  • Vision and Mission
  • Services
  • Testimonials
  • Appreciations
  • Photo Gallery
  • Contact Me

Tag: php

Easy way to add Contact form in Magento

May 14, 2016
| No Comments
| Magento

Easy way to add contact form in Magento (An Open Source E-Commerce Solution)   Login to Admin Panel CMS -> Pages Create New page In Content : paste this line {{block type=”core/template” name=”contactForm” form_action=”/contacts/index/post” template=”contacts/form.phtml”}} Save page

Read More »

Posted in <a href="https://naveedramzan.com/category/web-development/magento/" rel="category tag">Magento</a> Tagged <a href="https://naveedramzan.com/tag/contact-form/" rel="tag">contact form</a>, <a href="https://naveedramzan.com/tag/magento-2/" rel="tag">magento</a>, <a href="https://naveedramzan.com/tag/opensource/" rel="tag">opensource</a>, <a href="https://naveedramzan.com/tag/php/" rel="tag">php</a> Leave a comment

HADOOP Programming

April 15, 2016
| No Comments
| Uncategorized
air-university-hadoop

Provided a 4 hours training session on “HADOOP Programming” to students of 8th semester. We covered what is hadoop, why we need it, how it works, which sort of data we need, what is big data, how big data helps us, installation of hadoop, configuration and searching … Main training was conducted by Mr. Kashif-Ur-Rehman Qureshi and […]

Read More »

Posted in <a href="https://naveedramzan.com/category/uncategorized/" rel="category tag">Uncategorized</a> Tagged <a href="https://naveedramzan.com/tag/appreciation-2016/" rel="tag">appreciation-2016</a>, <a href="https://naveedramzan.com/tag/big-data/" rel="tag">big data</a>, <a href="https://naveedramzan.com/tag/hadoop/" rel="tag">hadoop</a>, <a href="https://naveedramzan.com/tag/iot/" rel="tag">iot</a>, <a href="https://naveedramzan.com/tag/java/" rel="tag">java</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> Leave a comment

Web Development Language Used

August 25, 2014
| No Comments
| Information Technology News, Self Management

Web Development Language Used Website Title Website URL Language Used Facebook www.facebook.com PHP YouTube www.youtube.com Flash, Python, Java Google www.google.com Java (Web), C++ (Indexing) Yahoo www.yahoo.com PHP & Java Microsoft www.live.com Dot Net Wikipedia www.wikipedia.com PHP Blogger www.blogger.com Java MSN www.msn.com Dot Net Twitter www.twitter.com Ruby n Rails, Scale, Java Paypal www.paypal.com Node.js

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> Tagged <a href="https://naveedramzan.com/tag/blogger/" rel="tag">blogger</a>, <a href="https://naveedramzan.com/tag/c/" rel="tag">c++</a>, <a href="https://naveedramzan.com/tag/dot-net/" rel="tag">dot net</a>, <a href="https://naveedramzan.com/tag/facebook/" rel="tag">facebook</a>, <a href="https://naveedramzan.com/tag/flash/" rel="tag">flash</a>, <a href="https://naveedramzan.com/tag/google/" rel="tag">google</a>, <a href="https://naveedramzan.com/tag/java/" rel="tag">java</a>, <a href="https://naveedramzan.com/tag/langauges/" rel="tag">langauges</a>, <a href="https://naveedramzan.com/tag/microsoft/" rel="tag">microsoft</a>, <a href="https://naveedramzan.com/tag/msn/" rel="tag">msn</a>, <a href="https://naveedramzan.com/tag/node-js-2/" rel="tag">node.js</a>, <a href="https://naveedramzan.com/tag/paypal/" rel="tag">paypal</a>, <a href="https://naveedramzan.com/tag/php/" rel="tag">php</a>, <a href="https://naveedramzan.com/tag/python/" rel="tag">python</a>, <a href="https://naveedramzan.com/tag/twitter/" rel="tag">twitter</a>, <a href="https://naveedramzan.com/tag/web-development-2/" rel="tag">web development</a>, <a href="https://naveedramzan.com/tag/wikipedia/" rel="tag">wikipedia</a>, <a href="https://naveedramzan.com/tag/yahoo/" rel="tag">yahoo</a>, <a href="https://naveedramzan.com/tag/youtube/" rel="tag">youtube</a> Leave a comment

PHP tips and tricks to improve website speed

November 22, 2013
| 2 Comments
| Self Management, Web Development

PHP tips and tricks to improve website speed Echo is faster than print Wrap your string in single quotes (’) instead of double quotes (”) is faster because PHP searches for variables inside “…” and not in ‘…’, use this when you’re not using variables you need evaluating in your string Use sprintf instead of […]

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/database-connection/" rel="tag">database connection</a>, <a href="https://naveedramzan.com/tag/echo/" rel="tag">echo</a>, <a href="https://naveedramzan.com/tag/full-paths/" rel="tag">full paths</a>, <a href="https://naveedramzan.com/tag/if-condition/" rel="tag">if condition</a>, <a href="https://naveedramzan.com/tag/magic_quotes_gpc/" rel="tag">magic_quotes_gpc</a>, <a href="https://naveedramzan.com/tag/mail-function/" rel="tag">mail function</a>, <a href="https://naveedramzan.com/tag/mod_deflate/" rel="tag">mod_deflate</a>, <a href="https://naveedramzan.com/tag/mod_gzip/" rel="tag">mod_gzip</a>, <a href="https://naveedramzan.com/tag/mysql_real_escape_string/" rel="tag">mysql_real_escape_string</a>, <a href="https://naveedramzan.com/tag/php/" rel="tag">php</a>, <a href="https://naveedramzan.com/tag/print/" rel="tag">print</a>, <a href="https://naveedramzan.com/tag/quotes/" rel="tag">quotes</a>, <a href="https://naveedramzan.com/tag/require/" rel="tag">require</a>, <a href="https://naveedramzan.com/tag/require_once/" rel="tag">require_once</a>, <a href="https://naveedramzan.com/tag/speedup/" rel="tag">speedup</a>, <a href="https://naveedramzan.com/tag/sprintf/" rel="tag">sprintf</a>, <a href="https://naveedramzan.com/tag/str_replace/" rel="tag">str_replace</a>, <a href="https://naveedramzan.com/tag/tips-and-tricks/" rel="tag">tips and tricks</a>, <a href="https://naveedramzan.com/tag/unset-array/" rel="tag">unset array</a> 2 Comments

Programming Skill Assessment Test

August 27, 2013
| No Comments
| Information Technology News, Self Management, Web Designing, Web Development

Programming Skill Assessment Test You can assess your programming related skills here : http://www.techgig.com/ Its free and also, you can invite friends from social media. thanks  

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/c/" rel="tag">c++</a>, <a href="https://naveedramzan.com/tag/drupal-2/" rel="tag">drupal</a>, <a href="https://naveedramzan.com/tag/facebook-login/" rel="tag">facebook login</a>, <a href="https://naveedramzan.com/tag/free-test/" rel="tag">free test</a>, <a href="https://naveedramzan.com/tag/joomla/" rel="tag">joomla</a>, <a href="https://naveedramzan.com/tag/linkedin-profile/" rel="tag">linkedin profile</a>, <a href="https://naveedramzan.com/tag/php/" rel="tag">php</a>, <a href="https://naveedramzan.com/tag/web-design/" rel="tag">web design</a>, <a href="https://naveedramzan.com/tag/web-development-2/" rel="tag">web development</a>, <a href="https://naveedramzan.com/tag/wordpress/" rel="tag">WordPress</a> Leave a comment

Drupal Coding Standards

August 22, 2013
| No Comments
| Drupal

Drupal Coding Standards Indenting and Whitespace Use an indent of 2 spaces, with no tabs Lines should have no trailing whitespace at the end All text files should end in a single newline (n) Operators All binary operators (operators that come between two values), such as +, -, =, !=, ==, >, etc. should have a […]

Read More »

Posted in <a href="https://naveedramzan.com/category/web-development/drupal/" rel="category tag">Drupal</a> Tagged <a href="https://naveedramzan.com/tag/arrays/" rel="tag">arrays</a>, <a href="https://naveedramzan.com/tag/binary/" rel="tag">binary</a>, <a href="https://naveedramzan.com/tag/call-function/" rel="tag">call function</a>, <a href="https://naveedramzan.com/tag/casting/" rel="tag">casting</a>, <a href="https://naveedramzan.com/tag/class-constructor-calls/" rel="tag">class constructor calls</a>, <a href="https://naveedramzan.com/tag/control-structures/" rel="tag">control structures</a>, <a href="https://naveedramzan.com/tag/declare-function/" rel="tag">declare function</a>, <a href="https://naveedramzan.com/tag/dowhile/" rel="tag">dowhile</a>, <a href="https://naveedramzan.com/tag/drupal-2/" rel="tag">drupal</a>, <a href="https://naveedramzan.com/tag/for/" rel="tag">for</a>, <a href="https://naveedramzan.com/tag/functions/" rel="tag">functions</a>, <a href="https://naveedramzan.com/tag/if/" rel="tag">if</a>, <a href="https://naveedramzan.com/tag/indenting/" rel="tag">indenting</a>, <a href="https://naveedramzan.com/tag/opensource/" rel="tag">opensource</a>, <a href="https://naveedramzan.com/tag/operators/" rel="tag">operators</a>, <a href="https://naveedramzan.com/tag/php/" rel="tag">php</a>, <a href="https://naveedramzan.com/tag/php-code-tags/" rel="tag">php code tags</a>, <a href="https://naveedramzan.com/tag/quotes/" rel="tag">quotes</a>, <a href="https://naveedramzan.com/tag/semicolons/" rel="tag">semicolons</a>, <a href="https://naveedramzan.com/tag/string-concatenations/" rel="tag">string concatenations</a>, <a href="https://naveedramzan.com/tag/strings/" rel="tag">strings</a>, <a href="https://naveedramzan.com/tag/swtich/" rel="tag">swtich</a>, <a href="https://naveedramzan.com/tag/unary/" rel="tag">unary</a>, <a href="https://naveedramzan.com/tag/while/" rel="tag">while</a>, <a href="https://naveedramzan.com/tag/whitespace/" rel="tag">whitespace</a> Leave a comment

PHP Web Development Tips and Tricks

July 25, 2013
| No Comments
| Web Development

PHP Web Development Tips and Tricks Echo() versus print() Echo is quicker than print. Both functions are used for the same thing but echo is the language constructs which return nothing, which publish will return 0 or 1 based on success or failure. About accessing arrays E.g. $row[‘id’] is 7 times faster than $row[id] Derived […]

Read More »

Posted in <a href="https://naveedramzan.com/category/web-development/" rel="category tag">Web Development</a> Tagged <a href="https://naveedramzan.com/tag/arrays/" rel="tag">arrays</a>, <a href="https://naveedramzan.com/tag/base-classes/" rel="tag">base classes</a>, <a href="https://naveedramzan.com/tag/derived-classes/" rel="tag">derived classes</a>, <a href="https://naveedramzan.com/tag/paths/" rel="tag">paths</a>, <a href="https://naveedramzan.com/tag/php/" rel="tag">php</a>, <a href="https://naveedramzan.com/tag/web-development-2/" rel="tag">web development</a> Leave a comment

How to configure CakePHP Application

July 4, 2013
| No Comments
| Cake PHP, Web Development

How to configure CakePHP Application Make app/tmp folder as writeable and also all included sub folders and files Change app/config/core.php (line 197) Security.salt set empty value Change app/config/core.php (line 197) Security.cipherSeed set empty value Rename file located in app/config/database.php.default to database.php Update information of database.php file as per your local machine Now need to install […]

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/" rel="category tag">Web Development</a> Tagged <a href="https://naveedramzan.com/tag/bootstrap/" rel="tag">bootstrap</a>, <a href="https://naveedramzan.com/tag/cakephp/" rel="tag">cakephp</a>, <a href="https://naveedramzan.com/tag/configuration/" rel="tag">configuration</a>, <a href="https://naveedramzan.com/tag/debugkit/" rel="tag">debugkit</a>, <a href="https://naveedramzan.com/tag/php/" rel="tag">php</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

Posts navigation

1 2 Next

About Naveed Ramzan

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
  • Secretary General of CXO Pakistan
  • Founding Member of TrainingsPK
  • Executive Member of Open Islamabad
  • Founder of LetsHelpPK

View More ...



Contact Me

Recent Posts

  • 2020 Learnings
  • 10 Tips to Launch Successful Product
  • Managing Difficult Times
  • Consultancy to Full-Time job
  • Defeat your Failaure at Faisalabad University

Tags

agile agile culture agile testing appreciation-2015 appreciation-2016 appreciation-2017 appreciation-2018 arrays attitude bootstrap c++ cakephp communication configuration css database drupal google google analytics htaccess html idea transformation 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

Tweets by NaveedRamzan

The profile image of naveedramzan
Naveed Ramzan 4 days ago

Just because I give you #advice, it doesn't mean I know more than you, it just means I have done more #stupid #shit #keeptrying #earning or #learning #nrsharing instagram.com/p/CKHGPQZnHy9/…

The profile image of naveedramzan
Naveed Ramzan 7 days ago

“A Good #Leader is a person who takes a little more than his share of the #Blame and a little less than his share of the #Credit” #JohnMaxwell #leadership #nrsharing instagram.com/p/CJ-QD4sHaqr/…

The profile image of naveedramzan
Naveed Ramzan 1 week ago

#Judging people does not define who they are. It defines who you are. #peoplemanagement #judgements #nrsharing instagram.com/p/CJ6r5vbn96n/…

The profile image of naveedramzan
Naveed Ramzan 1 week ago

To build #trust, tell the #truth #simonsinek #nrsharing instagram.com/p/CJ3TxgUHFRX/…

The profile image of naveedramzan
Naveed Ramzan 2 weeks ago

Finding #positivity in #negativity #nrsharing instagram.com/p/CJvEbzunqTd/…

The profile image of naveedramzan
Naveed Ramzan 3 weeks ago

If focus is money, we will get money If focus is impact, we will get impact #ChoiceIsYour #nrsharing instagram.com/p/CJiAW0ans38/…

The profile image of naveedramzan
Naveed Ramzan 3 weeks ago

Be a better person than you were yesterday #newyear #memories #nrsharing instagram.com/p/CJejO3dHBT7/…

The profile image of naveedramzan
Naveed Ramzan 3 weeks ago

Let's share one #positive thing and one #challenge of #year2020 #nrsharing instagram.com/p/CJYEgDtneuC/…

The profile image of naveedramzan
Naveed Ramzan 4 weeks ago

Usually I give #people more #chances than they deserve but onve I'm done, I'm done #relationship #nrsharing instagram.com/p/CJQ2FKNHCyo/…

The profile image of naveedramzan
Naveed Ramzan 4 weeks ago

With #faith, #discipline and #selfless devotion to duty, there is nothing worthwhile that you cannot achieve #MAJinnah #nrsharing #memories2017 instagram.com/p/CJMXKO5H5s6/…

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
 #NRsharing

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

© Naveed Ramzan 2010 - 2021.