About Junaid Rehman

I am a blogger and freelance web developer by profession. I love to blog and learn new things about programming and IT World.

Good blogging tips for newbie

There are millions of blogs on the internet and the number of blogs is still increasing. So what makes your blog at top level than the other non-interesting blog? There are many ways that you can follow to make your blog better:- Do little bit of research on the topic you are writing about Write with your heart and always go for the article that you [...]

By |2024-03-27T13:03:49+00:00August 9, 2011|Blogging|0 Comments

Importance of social networking sites for small business

With the invention of facebook there is huge place for marketing for small businesses. But small businesses when starts have not good resources for hiring the people for this. But as you know all the people using computer interact with facebook, linkedin, twitter and now google plus each day. You can create your pages on facebook to make the appearance of your company and get users and you [...]

By |2024-03-27T13:03:50+00:00August 9, 2011|Social Network|0 Comments

Popular htaccess tricks

.htaccess is used very common nowadays. To create the .htaccess file you can open notepad and save the file with name of .htaccess. So here are some popular htaccess tricks. If you want that if you type example.com in your url and it is changed to http://www.example .com then you can do this by writing the following code in .htaccess file:- RewriteCond %{HTTP_HOST} ^example\.com$ [NC] [...]

By |2024-03-27T13:03:51+00:00August 7, 2011|Programming|0 Comments

How to win bids on freelancer sites

When you start your career you mostly do regular jobs or internship. After doing some months of jobs you probably think that you want to do work for your own and get projects from net. So you try to get projects from freelancer sites. There are many freelancer sites like elance.com, odesk.com, freelancer.com and others. In some freelancer sites you have to complete test to bid on projects [...]

By |2024-03-27T13:03:51+00:00August 5, 2011|Freelancing|0 Comments

Skills needed to learn web development

I am in the world of website development for last 5 years. Web development is becoming more popular day by day. There are many websites made every day. So there is huge work to maintain these websites and also to make new websites. There are simple one page sites to large websites like facebook. Some people watch the websites and daily use the websites and one day they [...]

By |2024-03-27T13:03:52+00:00August 4, 2011|computer beginners|0 Comments

Which things you need to make good video tutorial

I started making video tutorials when I was impressed by some people who are already making videos tutorials on youtube and some other websites. Videos give better way to deliver your knowledge and it cover lot of things in less time. If you read tutorials on net then you know it consumes lot of your time. Similarly learning from books and get some usual knowledge from it takes [...]

By |2024-03-27T13:03:52+00:00August 1, 2011|computer beginners|0 Comments

Which skills you need to develop your first website

Nowadays every one using internet likes to develop own website. With website you can express yourself and you can show yourself to the world. Website is of different types. For example one website consists of just photos you catch up daily or may be consists of videos. You can also make website of articles. You write articles and then publish to your website daily, weekly or on monthly [...]

By |2024-03-27T13:03:53+00:00July 31, 2011|computer beginners|0 Comments

ipad 1 vs ipad 2

ipad 1 also known as ipad was launched in January 2010. Ipad become very popular because there exist great number of apps for Ipad that is not available for iphone. Most of users use ipad for web browsing and email capabilitly. Ipad has nice touch screen. There is great media resource for ipad like ABC’s and Netflix’s. Some people use ipad instead of laptops. Ipad weighs [...]

By |2024-03-27T13:03:53+00:00July 30, 2011|ipad and iphone|0 Comments

Headers already sent – Solve

Most programmers get the warning of headers already sent in php. This warning occurs due to using header function of php. To remove the warning in your webpage simply place @ in front of header function but this stops working of header function some time. To solve this problem you can use javascript redirect function. Here is the code:- <?php echo "<script type='text/javascript'> <!-- window.location [...]

By |2024-03-27T13:03:54+00:00July 29, 2011|Php Tutorials|1 Comment
Go to Top