Google's Python Class 1


 This class was given By Nick Parlante.

This is a free class for people with a little bit of programming experience who want to learn Python. 

It's very easy to follow. Just get started. 



Support materials and exercises: http://code.google.com/edu/languages/google-python-class

What is JQuery?


jQuery is a cross-browser JavaScript library designed to simplify the client-side scripting of HTML. It was released in January 2006. 

Find out in the following 200 videos, which also include some tutorials about Ajax. 

Enjoy them. 





I think many of us do not like how the title of the blog post is presented by default in the search engine.
This post introduces step-by-step how to change the look. If you still have problems, please leave a message. 

Title tags for blogger play vital role in search engine optimization.Today i will hold the tutorial on title tags and various ways on how to add these tags and what effect it makes to SEO with various demos and pictures to make it all clear. The original way is blog title first then the post title tag like this:



Let me first tell you, this post is the part of my blogger design tutorial series i have started.Below are the first two Types of changing blogger post title:

Swap title hack.Swap the title or change the title for the posts of the blog in place of title of blog makes the seo for blogger. Title tags hack makes blogger search engine optimized. When you click the post in blogger the post title always appear after the blog title. and your blog is restricted to only blog title.

Also See >> How to Disable Right Click on Blogger Hosted Blog Posts

But now your title will come first on clicking your post which ill make it seo i.e the blogger title is swapped.

This Title Tag Hack Is Also Done In Two Ways:-

1. if you want blog title to appear after your post title separated by | sign.

Or

2.Only post title will appear after clicking post.

First Change title tags for your blogger posts with blogger title-

Option 1. Go to Template then Edit Html

Search for this tag <title><data:blog.pagetitle/></title>

Replace this tag with Following tag

<b:if cond='data:blog.pageName == &quot;&quot;'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>



I hope you will like this swap title hack as this is very good for search engine optimization.

Option 2. Change post title in blogger,this is the best hack then previous as only post title is the title for seo and will be searched. As blog title will not be indexed in it as previous.It all depend on you to use which hack as if you feel you blog title to be indexed as well with every title then you can use previous procedure else follow my this new change post title hack in blogger.

Go to Layout then Edit Html

Search for this tag <title><data:blog.pagetitle/></title>

Replace this tag with Following tag-
 
<b:if cond='data:blog.pageType == &quot;index&quot;'> 
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
  

</b:if>
Now For the Only Post Title Will appear like this


 Thanks & Blessing be on you all

What  Is JavaScript?:

JavaScript is a programming language that is used to make web pages more interactive.
The Javascript program is running on the visitor's computer so that it will reduce the workload
on the server site.

JQuery and AJAX are all based on the JavaScript Language. As a Web developer, you need to know
at lease some basic knowledge about all of these technique. 

Is it the same with Java?:

Absolutely not, they are two completely different computer languages. Only their names share 'Java'.

Find out more in the 40 video tutorial from the new Boston.


Here is all of the Python Programming high quality video tutorials from theNewBoston.


It's very easy to follow, and the tutor is pretty hilarious. This python tutorial is all step-by-step. 

Hopefully, you will find it useful. 


http://www.youtube.com/watch?v=4Mf0h3HphEA&feature=share&list=ECEA1FEF17E1E5C0DA




Google Python Class Day 1 Part 1:
Closing Thoughts.


Google Python Class Day 2 Part 2:
Utilities: OS and Commands.

Google Python Class Day 1 Part 3: Dicts and Files.


Google Python Class Day 2 Part 3:
Utilities: URLs and HTTP, Exceptions.



Google Python Class Day 1 Part 2:
Lists, Sorting, and Tuples.

By Nick Parlante.

Support materials and exercises:
http://code.google.com/edu/languages/google-python-class

Google Python Class Day 2 Part 1:
Regular Expressions.


A new start

Posted by Jeffye | 12:35 PM

Hi. my dear readers, welcome to this website.

I am a huge fun of python and web development. I have been working in this field for many years.

Today I would like to start a website to share some develop skills with your guys.
This effort is also a new start to me since it is also a turning point of my career.
I saw the wave of online education, which excited me so much. I want to be involved in this.

In this website, our team will provide not only textual tutorials and example codes, but also video tutorials. Hopefully, you will find it useful and interesting. In the first step, I will move some of my previous blog posts to here in order to whet your appetite.

See your guys in the next post. 

Popular Posts