Self Management September 11, 2013

10 Tips for Managing Yourself (Self Leadership)

10 Tips for Managing Yourself (Self Leadership) Today, it is very important that you manage yourself well. Those that do will have the opportunity to become the leaders of tomorrow. Managing yourself means learning how to work with others in a productive and profitable way. It also means being focused on the profitability of your …

10 Tips for Managing Yourself (Self Leadership) Read More »

Self Management September 2, 2013

Htaccess Tips

Htaccess Tips Redirecting something http://www.domain.com/page.php#portfolio we need to open it on : http://www.domain.com/portfolio RewriteRule http://www.domain.com/porfolio$ http://www.domain.com/page.php#portfolio [NE,L]    

Information Technology News August 27, 2013

Programming Skill Assessment Test

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  

Drupal August 15, 2013

Compare Joomla and Drupal Terminology

Compare Joomla and Drupal Terminology Common Terms Joomla Template is called Theme in Drupal. Component = Module. Module = Block. Mambot/Plugin = Input filter. Menu-Horizontal = Primary Links Menu-Vertical = Navigation Dynamic Content Item = Story Static Content = Page Back-end = there is no back-end in Drupal, SEF = Clean URLs (but some docs …

Compare Joomla and Drupal Terminology Read More »

Self Management August 4, 2013

Qualities of web project

Qualities of web project Developer should take care of : Reliability Creativity Flexibility Adaptability Efficiency Web project should be : Original, Fresh Content Target Audiuence User Friendly Navigation Simple and Professional Design Speed Search Engine Optimization Link Building Tracking Web Designer should be : Customer Oriented Usability Expert Familiar with Industry Include the Design Process …

Qualities of web project Read More »

Node.JS June 13, 2013

What is Node.js

What is Node.js Node.js is a platform built on Chrome’s JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. You can download here. Advantages: Web development in a dynamic language (JavaScript) on …

What is Node.js Read More »

Self Management June 12, 2013

GIT versus SVN

GIT versus SVN Summary of Comparison Git is much faster than Subversion Subversion allows you to check out just a subtree of a repository; Git requires you to clone the entire repository (including history) and create a working copy that mirrors at least a subset of the items under version control. Git’s repositories are much …

GIT versus SVN Read More »

Cake PHP May 20, 2013

Share Text/URL on Facebook, Twitter and LinkedIn

Share Text/URL on Facebook, Twitter and LinkedIn A common and very important activity in web development. How to allow our website content to our visitors, share on their walls ? You need to keep an eye on these steps : 1- Facebook :  https://www.facebook.com/sharer/sharer.php?u=www.naveedramzan.com Title, description will be grabbed automatically from the meta and title …

Share Text/URL on Facebook, Twitter and LinkedIn Read More »

Self Management January 7, 2013

Five Tips for Business Analysis in to Projects

Five Tips for Business Analysis in to Projects Ensure That Requirements Support Your Overall Business Needs Having a list of business requirements is certainly an integral part of your long journey toward project success. However, before celebrating, you need to be absolutely certain that those requirements support your organization’s overall business objectives. Clearly Understand the …

Five Tips for Business Analysis in to Projects Read More »

Information Technology News October 16, 2012

Great Website for Tutorials

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

Self Management October 3, 2012

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

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, …

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

Self Management September 20, 2012

Keyboard Shortcuts

Keyboard shortcuts Getting used to using your keyboard exclusively and leaving your mouse behind will make you much more efficient at performing any task on any Windows system. I use the following keyboard shortcuts every day: Windows key + R = Run menu This is usually followed by: cmd = Command Prompt iexplore + “web …

Keyboard Shortcuts Read More »