Skip to content

Yelpshop's SEO Way – Earn Money

Jessica SEO Learning and Trying to Earn Money

Archive

Category: Forward

This Article is from Danny at Whiteboard Friday. I don’t know if there is many people like me, want to do a job what I am interested in and what I am doing now. It’s not so easy to get the samoue kind job as you thoughts. So when I saw this article, I hope others experience will help more people to get SEO Job as they want.

If you have  yany good idea or any advice or just want to complain your life, WELCOME to leave your comments.

It is about how to get an SEO job. In it, he divulge the secret of how I suckered his way into how I earned this job. He also do the worst impression of his life and finish with a shocking twist that he guarantee you won’t see coming.

Apply for an Internship

* Leverage Start-ups – Start-ups are particularly well suited for interns because most of them can’t afford to pay people :-)
* Use the “Godfather Approach” – Make the company an offer they can’t refuse. (Try working for free and provide your own laptop in exchange for an internship,)

Dive Right In

* Build Test Sites – After reading the Beginner’s Guide to SEO, try building simple sites to target long tail terms.
* Offer to Help Charities – Like start-ups, charities tend to not have a lot of extra resources. Take advantage of this by volunteering.

Create a New Niche

* Leverage What You Already Know – Combine your current knowledge with what you want to learn to become the best in a given niche.
* Educate Others For Free – Earn links and share the love by teaching others about what you learn.

Join the Community

* Participate in Blogs/Social Media/Conferences – Get your name out and build your network by participating online.
* Take Advantage of Osmosis – Get into an environment where you learn simply by being in the right place.

Again, If you have  yany good idea or any advice or just want to complain your life, WELCOME to leave your comments. Yelpshop isn’t a borning blog who just focus on one thing. What I want is to make more friend and share more good with thing and help more people who is in trouble.

Thanks for your coming….

Post to Twitter

If you are working on Shopping Website, you should notice this, and check out what do they have to have the success, as well as why don’t you so success on online shopping Website.
And all the data is from Chinese not international.
No1. 糯米网 www.nuomi.com RMB 724,800,000
No2. 美团 www.meituan.com RMB 618,400,000
No3. F团爱赴网 www.ftuan.com RMB 349,400,000
No4. 满座网 www.manzuo.com RMB 309,600,000
No5. 爱帮网 tuan.aibang.com RMB 306,500,000
No6. 36团 www.36tuan.com RMB 281,800,000
No7. 拉手 www.lashou.com RMB 216,000,000
No8. 可可团 www.cocotuan.com RMB 193,800,000
No9. Yoka优享网 tuan.yoka.com RMB 170,900,000
No10. 团宝 www.groupon.cn RMB 147,900,000

Post to Twitter

It’s easy to follow Yelpshop Blog on different SNS.
List some:

You can add my site’s url (blog.yelpshop.com) into Google Reader.
Then you can read the newest blog in my blog as soon as I posted.
Thanks for your focus Yelpshop, Follow Yelpshop Blog.

Post to Twitter

This article is from line25.com

I’m currently working on a new WordPress theme called ♥grid, which lives up to its name with a clear grid based design. Follow this step by step walkthrough of the design and build process, right from the initial Photoshop concept, through to writing the HTML structure, styling up with CSS then adding clever functionality with the jQuery library.

View the LoveGrid demo

The ♥grid concept is pretty minimal in its design, using a limited colour palette of light grey, dark grey and a highlighting colour of red. The background of the design makes use of a subtle texture for a tactile feel, but the main feature is the strict grid based layout. The design makes use of a 24px baseline and 6 column grid, which becomes a design feature itself as it remains visible as part of the design.

View the demo

The design concept

The design of ♥grid started in Photoshop. I always begin my website designs with a fairly large canvas of around a 1680px wide, this helps me gauge how the site will look on a typical widescreen monitor.

The background of the canvas is filled with a light grey tone, then given a touch of texture using the Photoshop Noise filter at just 3%.

A new 24×24px document is created, in which the repeating pattern for the baseline grid is created. Just a single 1px line across the lower edge of the canvas is all it takes. This pattern is then defined as a pattern.

The pattern is then filled across a new layer and set to Multiply to render the white area transparent. The vertical grid lines are drawn manually, then duplicated and moved by hand. The cursor keys nudge the lines by 1px, or by 10px while the Shift key is held. Gutters are measured at 21px, and the column widths are 139px.

All the vertical lines are grouped together once six columns are created, then aligned centrally on the document. The basic grid is now ready to be decorated with the actual page elements.

The logo comes first in the top left corner. A selection is made within the first column and filled with red.

The ♥grid logo is then placed inside the logo container, and aligned on the baseline grid.

Navigation elements are then placed on the same baseline, and aligned to the right of each of the five remaining columns. Being links they’re given a red colouring.

Being a theme for a blog the content is made up of sample blog posts. The first post is laid out and spread across columns two to six. Georgia is used for the post titles as a stark contrast against the Helvetica body text. The body text itself is edited so the line height matches the height of the baseline grid.

The first column is reserved for some meta information about the post, such as post date and category. These are laid out in a lighter grey to give less prominence, but at a larger type size. The 24px line height is maintained to keep the consistent leading across the design.

Read more buttons are styled up with a red background and serif Georgia text to give the links extra prominence.

The design begins to take shape as two sample blog posts show the white space and structure across the layout.

The lower portion of the design switches to a darker grey, giving a contrasting footer area. A large selection is filled with a dark grey and given the same noise treatment as the background.

The footer area features a range of lists, these lists begin with two short lists of Categories and Social links. Headers are set in Helvetica, while the links are treated with Georgia at double the line-height.

Links in the lower portion of the design are set in white to give contrast against the dark grey background. The first two lists fit within a single columns, while the second two span across two columns.

Now the design concept is complete, the individual images can be exported ready for the building stage. This starts with the repeating background graphics, taking into account the gridlines so they are recreated when the graphic repeats.

Being a lightweight design, the number of image files is pretty low. Two versions of the background are exported, one with, and one without the grid. This will be developed as a feature at a later stage where the user can toggle the grid lines on and off.

Creating the HTML structure

The next stage of the build is to write out the HTML structure. This begins with a typical webpage layout with Doctype, head and body.

The top portion of the design is contained in a <div> with an ID of upper, this will be a hook for the baseline grid pattern in the CSS stage. The logo and navigation list are written out as <h1> and <ul> elements.

A <div> with an ID of main contains the main content, and each post is separated with individual <div> elements. Inside each post the content is split into two <div> elements, so the post content and post details can be floated side by side. Despite the details coming first in the design, they are written second in the HTML to keep a logical order of information, these can be positioned correctly by floating them with CSS. Post titles are laid out as <h2> headings, following on from the <h1> used in the header. <p> elements with a class of btn are used to represent the read more buttons.

In the lower portion of the design, each panel is laid out in its own <div>, with <h3> elements identifying the lists of anchor links.

After the four list panels, the three credits are laid out in a <ul>. Information is given in the anchors, but the actual logos will be displayed using CSS. Finally a back to top link is placed in a <p> element. This back to top link targets the #header, but will later be enhanced with jQuery so the page scrolls automatically, but it’s important to maintain the functionality using a plain old same-page anchor for those without Javascript enabled.

Styling the design with CSS

With the HTML strucutre in place, the design can now be styled with CSS to match the original Photoshop concept. The CSS starts with a reset to remove any browser defaults, then begins styling up the page body. A global font style of Helvetica is set, followed by a line-height of 24px to match the baseline grid. The baseline grid itself is added as a background-image to the body, whereas the vertical gridlines are set as background images on the #upper div.

The <h1> is given specific dimensions and a red background to match the design. The”Show/Hide Grid” button in the header is styled accordingly with the small icon as a background image, but is set to visibility:hidden;. Being a function that relies on Javascript, this button will be made visible again using jQuery so users that don’t have Javascript enabled won’t see it. Navigation <li> elements in the header are floated side by side and given specific widths and margins to match the size of the grid columns and gutters.

Fonts are styled up in the #main section, with headers being set in Georgia, body text set in grey Helvetica and buttons set with a red background. Each elements also has a 24px bottom margin to bump the following content down an extra line on the baseline grid.

Each post <div> has 48px of bottom padding, this equates to two baselines as well as the 24px margin on the paragraph elements, leaving three lines between each post. The content and details divs are floated side by side, and their contents styled appropriately in accordance to the Photoshop concept.

The #lower and #footer sections of the design are given new background images to generate the darker footer styling. Font styling for the footer is then reset, making headings a subtle grey colour and links in a more legible white against the dark background.

The four links panels are all floated side by side and given left margin to space them according to the grid gutter. The footer already has padding to take into consideration the first gutter, so the margin on the first div is removed with the :first-child pseudo selector. Panels one and two are set at the width of one column, while panels three and four span across two columns so are given a greater width, as measured from the Photoshop document. The list of links in each panel is styled to match the concept, with type set in Georgia at a doubled line-height.

The credits list items are floated and given the appropriate margin, as well as the sprite background image. Each individual <li> is then given specific background-position settings to display the correct logo. Finally the back to top link is floated over to the right, given the smaller font size and treated with a background image to render the small arrow. A small 3px margin helps tweak the text into place on the grid, ensuring the link is aligned by the text baseline, not the bottom of the icon.

Enhancing with jQuery

The design and webpage is now nearing completion, with the HTML and CSS page matching the Photoshop concept exactly. Next up is the extra Javascript functionality. Three Javascript files are reference in the HTML head, the jQuery library, the jQuery Cookie plugin and my own scripts.js file, which will include all the handwritten code to activate everything.

The first function to be added is the auto-scrolling back to top link. This code states that when the #back-top anchor is clicked, animate the body and html to the position zero. return false; is in place to stop the original anchor from working, so the effect relies only on Javascript.

Next, the “Show/Hide Grid” button functionality is created. First, the button needs making visible after the CSS was set to visibility:hidden; earlier. Then the toggle() function gives commands for when the button is turned on and off, these include adding or removing the class nogrid to the body and changing the text of the anchor.

In order for the effect to work, extra CSS styling needs to be added to actually change how the page looks when the page body has the nogrid class. This is where those alternative background images come into play.

The effect works great, when the user clicks the “Show/Hide Grid” button, the grid is toggled on and off, but once the page is refreshed, or a new page is visited the grid comes back. In order to save the setting the jQuery Cookie plugin needs setting. $.cookie("grid", "hidden"); creates a new cookie named grid with the value of hidden when the button is clicked. A couple of lines of jQuery then check if the cookie is present, and if so the addClass() and .html() functions are repeated. Now whenever the user visits the effect will be in the same state as they left it.

View the LoveGrid demo

Post to Twitter

I  found many pretty pictures of Chinese Knots.

Show them Now!

Design Chinese Knots

Design Chinese Knot - tiger

Design Chinese Knots with Traditional Chinese jewelry

Design Chinese Knots with Traditional Chinese jewelry

Chinese knots are, in some ways, similar to Celtic knots. Each knot represents a particular traditional Chinese form, and in many cases are representative of Buddhist precepts like the continuation of life. Chinese knotted jewelry usually incorporates a main jade or stone centerpiece and jade, stone, coins or glass beads. The cord from the knots usually is extended upward to make a lanyard for a necklace, but with some bracelet styles the knot or knots are extended around the wrist with a macramé style knot.

Post to Twitter

I want to build a Chinese Station for a long time.

It’s difficult to decide a right and suitable direction.

Service People is the main point of Chinese Station.

You can know Chinese knots history, Types of knots, Methodology introduced, Tools of Materials.

Then you can learn how to design a beautiful Chinese Knot by yourself, as well as buy them online.

I am very pride of Chinese Folk Art, especially Chinese knot.

I learned two type of Chinese knots when in Grade one of my college.

I still hang it in my room, I will show you my work by picture later.

It’s not very difficult but I am the one who build the simplest and most beautiful in my class, so now I am still happy to see my work of Chinese knot.

In Chinese Station I will show many other pretty Chinese knots Pictures, If you would like to buy them, you can order.

In Chinese Station I also will teach you how to make and design a Chinese Knot by Pictures, If you have time and Interested in it, Welcome to learn and see it anytime you would like.

I am not a professional lover of Chinese Folk Art, every showing is what I picked from others or translate some article by myself. So it won’t very good, hope you don’t mind.

I will try me best to build a good Chinese Folk Art Station for Everyone, of course including myself.

Post to Twitter

Always want to popular Chinese Custom overseas. Because most Chinese Festival is very interesting and the people who spend their life in Chinese Folk Art is very lovely and cute.

That’s why i want to build a website called China Station. If it allows I want to build it bigger.

First I want to design the website like a House, but my poor photoshop skills not allows and I am a student I don’t have more money to ask somebody to design it for me. But if you would like to help me, please tell me and leave how to contact with you. I will very thankful.

China Station webdesign header by Jessica

China Station webdesign header by Jessica

Actually I am not very satisfied with the China – Station Webdesign Header. And I can’t find a good WordPress e-commerence Theme without Payment. What a pity! But i can understand now, it’s not so easy to design a website through myself own experience.

I have some good pictures about the Chinese Folk Art to show you first, I will organized them as soon as I can. Because I am stilly busy with my graduation program and the paper. Everything isn’t going so well. Fine, let’s see the pictures.

Chinese Folk Art 1

Chinese Folk Art 1

Chinese Fold Art 2

Chinese Fold Art 2

Post to Twitter

Jenny a high school student – beautiful and lovely, cute and fresh.

She spent all time on study and listen to her parents’s words and work hard to make their wishes come true by giving up her own life.

Then a new fun and interesting world come in front of her.

Everything seems that the world is really what she want and her family want, happy, fun, money without payment.

They are too beautiful to lose herself in it.

And the point is the love in the mind of the girl is so easy and real.

It’s easy for a girl to give all what she has to her lover.

What girl should remember is that No shortcut, be patence to go deep into a new world.

I always remember one sentence i said to many parents even my parents, if child want to go and try some new things, let them go. Nobody will listen to others’ words when they thought it’s right and it’s really i want to do.

What parents can do is tell them your points and your suggestions, let them to think by themselves. And wait them back if they fail one day.

I was just like the girl Jenny in my high school.

The difference is there wasn’t any beautiful world in front of me, just a crowd of boring student who wanted to be treated like a grown-up, and want to have their own life.

I left my school and parents, what i have final is my experience. I know i want to go on my school and i want to pay back to my parents. They are the only things won’t change in my life. And they are just there whenever i want to see them.

They helped me after one question: are you sure that you want to go back to school? Yes, of course i want.

So I can in my university now.

I kept this film in my laptop to remind me of the past and more important thing is don’t waste myself for boyfriend.

I still always make the same mistake and doubt everything especially myself then change my plan again and again for other reasons (not very big and important reasons).

Have my own way and life is exactly what i want.

No stone on my way, i should write them down then hang up on my room with bigger and bigger words.

Post to Twitter

This article is to mark a change of my life in this period.

Our workteam’s member seems less and less, and we don’t have any light of good future, at least to me no.

I decided to finish my work here and go back to school.

No matter whether i will go back to do my graduate program or go back to learn seo by my own trying,

I am fine with both of them.

In these days I have to go home to tell my parents about this decistion, I want to know if  they would like to support me on my school life.

It’s an important thing.

Without their support I can’t go on by my own at least now at school, and I hope they won’t ask me to work at hometown.

I don’t know if the decision is good or not, you know if we leave then the workplace will have just four people still there and they can’t doing program work at least now.

I hope the workplace can pass this hard time and have a good future.

Ok, I am going to pack my bag and go to school to live an easy life.

Post to Twitter

Flame is an online painting program but it’s very different to other online tools available such as Aviary. It’s part of an experimental project called “I am artist” created by Peter Blaškovič of Escape Motions. Below you can see a screengrab of the entire user interface.

FlameApplication

The tool lets you pick a black or white background and then change color palettes for your foreground paint brushes. When you use a black background, the palette is additive, when using a white background the palette is subtractive. For web designers, I could see Flame as a really useful for creating unusual backgrounds, headers and footers for websites or to use as a layer in Photoshop (or any other image editor).  Apart from that, it is really good fun to use and the effects are very impressive.

Site

Point

The main tool is the brush with which you paint. You can change the color, saturation and opacity. You can also change the focus of the brush and alter parameters such as chaos and noise. There is a helpful eraser tool and you can also choose to clear the entire artboard. Working with this tool is a very nice experience.

When you want to save your work of art to your computer, press save. Your picture is not saved onto the Flame website. Your artwork will open in a new window and then it’s up to you to right click and save the picture to your computer. You can save high resolution pictures of 1680 x 1050 pixel.

Here’s a couple of paintings which were saved in the Flame gallery showcasing some work which is far superior to my pathetic effort at the top of this post.

Flame

Flame1

Flame2

Flame3

Flame4

It’s i picked from google reader.

I’d love it, because it’s more amazing. I will never can make them, could you?

Wonderful isn’t it?

I want to do some Chinese Special Show! Keep in mind, i will do it.

Post to Twitter

Share this blog

Bookmark and Share