Social networking sites to which you should belong

I’m a member of about 11 social networking sites, most of which work in the same way. They also help you get more traffic to your web site or blog if you are a member of them. You might meet some people too.

I’m going to send you to my profile of each of the sites. From there you will be able to jin up as well as see what I’ve done with them. Unabashed self-promotion. What else?

Bloglines is important because you can read other blogs there and put a widget on your blog. Make comments on blogs you read.

Twitter is a simple application mainly for phone contact.

Facebook is a bit different in that you can use many applications there to build up a detailed view of what you have been up to! I’m a bit sick of Facebook and don’t want any more apps!

Flickr is mainly for photos

Squidoo is a place where you can create a web site.

A swicki is a site where you can create as many lens as you like and place the tags on your web site. These lens are on any issue. You can then tag you own web site so it is the first one that the searcher will find for that topic. I get a lot of traffic from these.

Linkedin is more for the professional trying to find old professional colleagues.

Stumbleupon is where you submit sites or blog posts you like so that it is user moderated rather than spidered by a bot. I think we should all use this one a lot more unselfishly unless we want to rely on Google and Yahoo. You should not stumble your own posts

Now ning is my new baby. Here you can add many things: a blog, photos, videos. You can create a group and join groups.

Everyone knows MySpace, but I haven’t bothered developing that one.

Digg is where people submit newsy type stories and like Stumbleupon you should not Digg yourself. I find non-USA sites very difficult to find here. The Australian market is so small that our cyclones are not of interest to the rest of the world.

I haven’t joined the next 2

Workbench is more for the business person.

Mixx is one I don’t know much about. I find I get social networking burn out pretty quickly.

If you join all these and work at them, you should get more traffic to your blog and/or web site. Join me there!

Professional Web 2.0 Design style makes your website perfect by Joanna Gadel

This is a free article from Go articles

You must acknowledge the author and include any links within the article

As we all know that creative website designing arena increases rapidly, the competition between affordable web design professionals gets enormously. Thus they are putting their total effort or you can say entirely strength into their designed websites, that these websites can easily catch the concentration of the market audience. Nowadays web designers are vastly using web 2.0 design style due to various logical reasons. Previously web designers depending on web 1.0 method and nowadays those site are get ranked into almost all search engines and thus they receive popularity too. But what about those new site who are not reputed as them? The only way to get noticed by their viewers is their professional looks.

People are thinking about effective contents but recently an exclusive small business web design can boost your traffic ranking with its simplicity, matured looks, elegant features that delivers more with less do. Here we discussed some elegancies of web 2 styles over previous web designing styles.

Exclusive Logos

Recently logos play a different role in traffic ranking of your. If you have exclusive logos at your website and your site known by search engines then traffic gaining chances are automatically increased for your site. A web 2 design style provides fabulous logos that have been larger in size and tinted, effectual visual impact, integrating the trade name icon, attitude and ready to grab the concentration of viewers.

Superior Text Fonts

A web 2 design allows you to highlight the important parts of your web content by frequently putting bigger text fonts into the content. This is also a recognized way to put visual effect into your content to catch the viewer attention when they traveling through your site.

Image Representation

Some times graphical representation is much worthy for any site. People are just using normal texts to optimize them but this modern web designing style offers you bold text introduction into the background of that image to make more significance to the look. It conveys an effectual message for that site and swells the pleasant feelings of any visitors.

Innermost Layout and Pretty Icons

Innermost layout or you can say central outline and nice looking icons are added features of this professional web design style. Using web 2 design it is really easy to maintain the Innermost layout of any website. These days appealing icons are very common requirement of elegant web designing due to catching relevant internet surfer attention.

Lesser Columns

Previously it is viewed that sometimes 4 to 6 columns are used for different purpose or needs of any sites. But recently, using web 2 designs, you can easily construct your web page within 2 to 3 fulfilling all above requirements. With lesser columns; you can display your information more clearly in a smart manner.

Reflections and Effects

Sometimes a website looks cleaner with its own reflections, it looks effortless and rich at a simple go. In web 2 designing you can increase the clarity or qualitative feelings of your website by using the inner-glows, drop shadows, infusing color reflections, 3D affects etc.

Highlighting Top Importance

In a web 2 design, you are able to highlight top important parts or you can say most important sections by using fluorescent color blocks. It can easily put viewers into your targeted portion of your web page.

Clear Navigations

Navigation part of your website should be very clear from the visitor point of view. Clearly defined big and bold links with specified color and also tone and shape separately from the other part of your web page content will be the out look for all web designers.

Effortlessness

The one and only purpose in choosing web 2 design style is to design any website effortlessly. This design style provides us superb quality web templates with sophisticated simplicity. An eye soothing clean and simple design will easily catch any visitor concentration apart from other web templates.

When first impression will created for a particular website, viewers are automatically read all sections properly and try to rest on them for long time. Thus for fulfilling the business goal, a simple accessible web design can increase the traffic through a worthy manner.

Infuse Brilliant Colors

Infusing colors into a site is always a difficult task for any web designer colors plays a vital role in snatching the attention of any kind of web traffic. In this designing style web designers are playing with sophisticated influential colors to get noticed by their targeted traffic. In recent days infused colors can make a tremendous impact apart from using any kind of solid web content.

About the Author

Joanna Gadel is from a reputed Sydney web site design firm in Australia and her writing on web 2.0 design style is just terrific in illuminating the technical knowledge that today’s small business web deign should have.

Using CSS to make rounded corners

I have been fiddling around with the css file which comes with my cutline theme. I felt it was too grey and black. The trouble is that it’s a lot of trial and error. I still have a problem in that links within a post do not show up as a link.

CSS Rounded Corners
By Courtnie Croft

This article is from Bravenet.com Professional Web Hosting
Host 10 Websites in One!
FREE Domain for life!
As low as $4.99 / month
Click Here

The HTML

<b class=”b1″></b><b class=”b2″></b><b class=”b3″></b><b class=”b4″></b>
<div class=”content”>
<div>content here</div>
</div>
<b class=”b4″></b><b class=”b3″></b><b class=”b2″></b><b class=”b1″></b>

Here is the CSS

.b1, .b2, .b3, .b4 {font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#000; margin:0 5px;}
.b2 {height:1px; background:#000; margin:0 3px;}
.b3 {height:1px; background:#000; margin:0 2px;}
.b4 {height:2px; background:#000; margin:0 1px;}
.content {background: #000;}
.content div {margin-left: 5px; color: #FFF;}

The CSS with border

.b1, .b2, .b3, .b4{font-size:1px; overflow:hidden; display:block;}
.b1 {height:1px; background:#FF5B0A; margin:0 5px;}
.b2 {height:1px; background:#000; border-right:2px solid #FF5B0A;
border-left:2px solid #FF5B0A;
margin:0 3px;}
.b3 {height:1px; background:#000; border-right:1px solid #FF5B0A;
border-left:1px solid #FF5B0A;
margin:0 2px;}
.b4 {height:2px; background:#000; border-right:1px solid #FF5B0A;
border-left:1px solid #FF5B0A;
margin:0 1px;}
.content {background: #000; border-right:1px solid #FF5B0A;
border-left:1px solid #FF5B0A;
}
.content div {margin-left: 5px; color: #FFF;}

Entrecard reviewed

When you sign up to entrecard, you agree to make a comment as well as drop your card onto the card on another blogger’s site.

I try to make a comment on each site I go to and I don’t do it often. I’m not addicted to entrecard. However, sometimes you just don’t have anything to say about the posts on that particular blog.

A little community builds up which is nice. It’s kind of better than blog catalog for example, because you know they will eventually come back to you, usually.

However, most of my traffic is now coming from entrecard and without comments.  This is not so healthy. I don’t want to rid myself of entrecard but I have deleted blog catalog and Blog Rush for the moment.

How is entrecard for you?

The best of web 2.0 interactive sites

This list is from PCAdvisor.co.uk

Facebook or MySpace?

There’s a very interesting article in The Age about Facebook and MySpace. The so called high priestess of the internet, danah boyd (yes she prefers her name to be in lower case) is doing a Ph.D on online culture.
She maintains that MySpace is losing people to Facebook, both of which are social networking sites because there is a class divide opening up. Facebook is for “college” aspirants, while MySpace is for the working class.

danah’s site is danah.org

Though I don’t know the stats, it isn’t surprising. As the rest of society is also divided in this way, why not the supposed egalitarian internet?

Google adsense changes

Google’s new ad management feature will mean that your ad unit settings (such as colours and channels) for new AdSense for content ad units will be saved in your AdSense account every time you generate ad code. Then, if you’d like to change any of these settings in the future, all you do is make the update within your account — you’ll no longer need to manually replace the ad code on all of your pages.

For instance, you can quickly change the borders of all your 300×250 medium rectangles from red to blue with just a few mouse clicks. Hopefully, this new feature will help you save time and will simplify the process of optimizing your ad units.

Social bookmarking, Digg, Reddit, Slashdot, Technorati

I read the following article in one of the computer magazines I recommended, but now can’t find it again to acknowledge the source.

“What is Social Bookmarking?
Have you ever seen additions to online articles that say “share this article” or “submit to Digg”, and wondered what they mean? These are links to social bookmarking sites. So, what is social bookmarking? Allow me to explain.
In the post dot-com age, the industry is full of buzz terms like ‘Web 2.0’ and ‘productise’. People are turning away from television and the mainstream media as a source of information and entertainment. The Internet has become the favoured conduit and increasingly, people are no longer looking to a single source (such as a search engine) for recommendations on information and entertainment on the Net. Raw search engineresults are missing any kind of “recommendation” element, to help us make a decision about what to access. And we are increasingly time-poor as content consumers. In the milliseconds after you load a page of listings, it’s far better to have a collective recommendation, ranked by dozens of like-minded people, who share your values or world view. This is what social bookmarking provides.

In short, social bookmarking allows you to suggest something interesting to people who share your values, lifestyle and attitudes. In kind, you can access a selectively ranked list of interesting material that’s suggested and compiled daily by your peers. With social bookmarks, such focused groups of people can come together and increase theirknowledge, or just share entertaining multimedia snippets.
Rather than just forwarding an email to your peer group, or posting on a forum page, the social bookmark opens up the audience for your contribution to a far larger pool of interested people. If your contribution strikes a nerve, it may go on to be read by thousands of people, who share an interest in it. They may also remember your screen name, and consider your post with greater esteem the next time you make a submission.

What is Digg?

Founded in technology and science related story links, Digg is one of the most popular social news sites on the web. Digg’s unique value lies in the readers voting to promote or demote submitted stories of the day. In this way, stories that strike a chord with many people quickly rise to prominence. Stories can be ranked “thumbs up” or “thumbs down”, but users can vote to “bury” inappropriate or incorrect stories. This system has been recently criticised, because users are apparently burying stories that don’t fit with their world view, creating something of a battle of ideologies on the site.

What is Reddit?

Reddit also hosts social news links like Digg, most notably science and technology stories, also allowing users to make comments on other’s comments on socially bookmarked links, and even vote on the validity these comments, a sort of “double-blind democracy” to battle perceived meddling by users with personal or political agendas.

What is Netscape.com?

Netscape.com is currently a vibrant social news site.
Famous as an alternative non-Microsoft web browser in the 1990s, Netscape quietly acquiesced in the browser war against Microsoft’s Internet Explorer and was acquired by
AOL (America OnLine), the infamous beacon of beginner-level Internet users the world over. Netscape remnants spawned the open-source Mozilla project, which is linked to the
current FireFox web browser. Of late, Netscape has seen a resurgence with its social news site and version 9.0 beta released in Q2 2007. The site is fed by “Scouts” who submit interesting links and controlled by content “Anchors” who selectively edit the listings. As on Digg, Netscape users can vote on stories and opt to “sink” ones that aren’t appropriate.
What is Del.icio.us?

Pronounced “delicious”, this is a social bookmarking site, owned by Yahoo! It allows users to share and save bookmarks to interesting sites or articles, and lets users browse the bookmark collections of other users.
It’s also useful for storing your own bookmarks in an easily accessible location on the Internet. Although fundamentally a web-based bookmarking service, Del.icio.us’ power comes from how users categorize web pages and how they reference each others’ profiles.
What is Technorati?

Technorati is a site that references the “citizen media”, meaning Internet user-generated
blogs, opinion-based article sites penned by enthusiastic volunteer writers. This “Live Web” is updated so regularly, according to Technorati, that you’d find a new update on various blogs around 18 times a second, if you could track things that quickly. Blog rankings on Technorati are based on the number of links from other blogs in a six-month period. The complete list of links to a given blog is retrievable through the Technorati
search, according to their website.

What is StumbleUpon?

Owned by eBay, StumbleUpon is a social recommendation system that allows users to rank sites with a “thumbs up” or “thumbs down” by clicking on a special web browser toolbar. With it, users can also choose to find semi-random recommended stories by clicking the “Stumble!” button. The selection is driven by sites that your friends and like-minded “Stumblers” have approved. StumbleUpon has over three million users.

What is Slashdot?

Slashdot is a technology news and rumours site with a relatively long and respected heritage as a source of information on the Internet. Slashdot has a fervent and lucid core of readers who actively contribute to lively discussions on hot stories and technology topics of the day. An editor-moderated ranking system ensures that the most interesting comments and message board posts are listed more prominently”.

Ozwebhub supports social bookmarks.

To use the social bookmark links, visit the target page and create a free account (for convenience, you can typically set the site to “remember you” to avoid regularly typing in your username and password. Then, when you’re viewing the story page, you can simply click one of the links (as seen below) and the story that you’re reading will be submitted to the site (you may have to log in). Once your link is submitted, it’s part of the exciting social news rollercoaster. Other readers may bury, denigrate or sink it. However, if you’ve read the audience correctly, it’ll skyrocket to popularity stardom, carrying your screen name with it.

Wikipedia search engine

wikipediatrans.gifDespite knowing that many contributions to wikipedia are dubious, depending on the politics of the contributer, and also knowing that the FBI and CIA monitor it fairly closely, here is a new wikipedia search engine.

Wikipedia, if accurate, would surely be the most searchable database, but it still does not have that reputation. On topics that I know about, it is not so much what is said as what is not said. I’d be telling my students, that as it is a database that anyone can contribute to and edit, that they need to check its authority as a reference.

Nevertheless, it is an excellent start for many students.

Enhanced by Zemanta

A large collection of web 2.0 applications

background One of my web site backgrounds.

The following URL displays AJAX widgets mainly. They include dynamic content, edit in place, feeds, forms, galleries, slideshows, menus. Each one has the sample XHTML. You just need to change the code to suit your images or menus.

http://www.ajaxdaddy.com/