Tuesday 26 February 2013

PHP Tutorials (PART 2)


We have already started PHP tutorials. If you missed it, here’s the link to Part 1. So far we covered the basics of PHP, how to run your programs, strings and variables. Today I’ll talk about operators.
An operator, as you certainly know from when you studied maths, is a symbol representing a certain operation. Programming languages, however, how many different types of operators, not only the arithmetic ones, and below I’ll talk about the basic ones.

Monday 18 February 2013

How to add META tags to your blog (Increase SEO)

If you don't know what meta tags are, and the importance of adding meta tags, here is the detailed article on how to add them to your blogger(blogspot) blogs or any website.

Adding meta tags is very important if you want to get some good traffic from search engines like google,yahoo,msn,etc,especially the meta description part is the most important one.

If you don't know what meta tags are,Meta tags are the tags which describes your site and tells the search engines what your site is all about. Adding meta tags is an important factor in Organic Search Engine Optimization (SEO). Meta tags allows search engines to index your web pages more accurately. In other words,Meta tags communicate with the search engines and tells more information about your site and make your webpages index correctly and accurately.

Here is an example. This is what I got when I typed 'Techoyo' in the Google Search Engine. 

Wednesday 13 February 2013

Tweak title tag in blogspot for better SEO

Title tag SEO
Are you a blogspot blogger? In order to increase your blog's visibility to the search engines, you need to have keywords in the title. (That is SEO basics)
In this tutorial I'm going to tell you how to do this in your blogspot blog.



Tuesday 12 February 2013

Check Your External Links with This Tool


Incoming links (i.e., links from other websites pointing to your own) usually cannot hurt your search rankings, even if they come from spammy websites. This is because Google knows you can’t control those links.
Outgoing links, however, can get you in trouble, because you are in direct control. If you link to malicious or spammy websites, Google might put a red flag on your website and reduce your search rankings temporarily, until it figures what is going on. This why links on blog comments have the nofollow tag by default.
Sometimes if you link to a website that links to malicious or spam content you can also get in trouble, so it’s a good idea to keep an eye on the sites you are linking to. One tool you can use for this purpose is called Text Link Checker.
Incoming links checker SEO

You just need to insert a URL (i.e., the homepage of the website where you want to analyze the external links), and the tool will start crawling all the links, up to three levels in depth if I am not wrong. After that it will build a little report with icons highlighting dangerous links.
Obviously you should use this tool only as a starting point of your analysis, because there are many false alarms. It’s a useful thing to have on your tool-belt, though, so check it out.

PHP Basics (Part 1)


In this tutorial, I'm going to briefly describe what PHP is and also the programming basics which will help if you are a beginner. 

What’s PHP, and why should I care?

PHP is a programming language that was developed to to produce dynamic web pages. Technically speaking it’s a server-side scripting language. Server-side means that it works on the server, as opposed to stuff that runs on the client (i.e., the browser), like JavaScript or Java applets. Scripting means that PHP is an interpreted language used mostly to create dynamic web pages, as opposed to a compiled language like C or C++ which are used to create complete applications. Other scripting languages popular in web development are Perl, Python and Ruby
Speaking of which, why should you learn PHP and not one of those other scripting languages I mentioned? There are three main reasons:

Monday 11 February 2013

7 Super-Handy PHP Functions for Beginners

Have you ever taken a look at the list of functions available in PHP? I just counted 5025 on the PHP quick reference page. Granted, it depends on what extensions you have enabled, but still: that’s one heap of functions! While I can’t show you every one of them, if you’re new to the language, I’ll introduce you to seven really handy ones in this quick tip!
From net.tutsplus.com

How to Become a Successful Internet Entrepreneur


Web startup
These days, the Internet is a major part of both small and big business. With extensive traffic on the web, from social media advertising to new methods of merchandising online, a new generation of business people is growing up: the Internet entrepreneur is someone who is looking at the vast power of the Internet to start or grow a business. Whether it's a physical merchandising business or a play on innovative modern services, someone who wants to become a successful Internet entrepreneur will often pay attention to some startup basics involving blending this new technology with classic good business sense.

Wednesday 6 February 2013

10 awesome jQuery snippets

jQuery gave a new life to JavaScript coding. Thanks to this great tool, it is now possible to build powerful and responsive web pages. In this article, I have compiled 10 jQuery snippets that will definitely help you in your daily client-side coding.

Saturday 2 February 2013

Super useful online tools to make JavaScript development easier

Since over 15 years, JavaScript allows web developers to interact with the client browser. Today, I have compiled a list of the most useful online tools to make your JavaScript developer life even easier.

Friday 1 February 2013

Facebook like Expanding Textbox with Jquery.

Hey people! Here is a tutorial that shows you how to create a expanding text box similar to the status update box on facebook using jQuery. 


You can have a look at the demo and also download the script from the links below:

jQuery plugins for awesome web typography



Typography is a very important part of a website design. But it is also often neglected. In this article, I have compiled the most awesome jQuery plugin to take total control of your site typography.