Monday 29 August 2011

How to Embed a Web Page on Another Site?

techxplore.net – exploring computer hardware, software, Internet blogging, technology and gadgets » Blog Archive » How to Embed a Web Page on Another Site?

How to Embed a Web Page on Another Site?



Have you ever wondered if you can embed website contents from one website to another? It’s doable and perfectly simple. But is it legal or not? I dunno about the legality of which, but if you own both sites then for sure it’s permissible I think. I have posted before about My Little Forum a Basic Web Forum. I have used MLF and embedded it as part of the Gender Development Studies (GDS) site.

How does one do this? There’s no need long list of code, or complex JavaScript coding, but it uses pure simple HTML tags. The trick is to use Inline Frame or what we call IFRAME to embed an HTML document with the main document.

I have a sample code below as used in my website project:

A short explanation:

height – sets the height of the inline frame in pixels

width – sets the width in this case 100% represent that it will use the full width available

frameborder – specifies if a border is shown or not for the frame

src – specifies the source HTML page to be embeded in the main document

The text between the opening tag is the text message that will be shown whenever the client browser does not support IFRAME.

See it working in the Gender Development Studies Forum. There’s no magic in it and it’s very practical to use at times. If you are looking for a simple and solution to embedding website contents from another website then IFRAME tag could be the answer. This is HTML tag based solution so it works for all major Internet Browser such as FireFox, Internet Explorer, Opera, Safari, Google Chrome, and more. Well you can try it too.



How to Embed Almost Anything in your Website

How to Embed Almost Anything in your Website

Learn how to embed almost anything in your HTML web pages from Flash videos to Spreadsheets to high resolution photographs to static images from Google Maps and more.

Embed RSS Feeds in Web Pages

Go to this page, replace the feed URL with your own feed, use the default color scheme or change it to something else and then click Get Code. You'll get a JavaScript snippet that can be easily placed in the sidebar of your blog.

If you like to embed feeds from multiple sources, merge all of them into one using Yahoo Pipes and then pass the combined feed to the Google Gadget. You can also use RSS widgets like WidgetBox or YourMinis that are done in Flash and not JavaScript.

Embed High Quality or HD YouTube Videos

To embed a high resolution version of YouTube clip in your web pages, first make sure that “Watch in High Quality” or “Watch in HD” link exists next to the YouTube player as most videos are only available in standard format.

Next copy the YouTube embed code and append &ap=%2526fmt%3D18 (for high quality) or &ap=%2526fmt%3D22 (for 720p High Definition) to the URL value of the movie parameter in both instances (see YouTube HD example).

Embed MP3 music and other Audio

If you like to embed audio files like songs, podcasts or interviews in your web pages, use Yahoo! Media Player - its a free Flash music player that automatically detects all links to MP3 files in the current web page and turns them into a music player. Another alternative is the Google MP3 Player.

To embed other audio formats like 3GP, Midi, Real or Windows Media, it may be a good idea to convert these files into MP3 using Zamzar so that they play on almost any web browser.

Embed Flickr Photos and Slideshows

To embed an individual Flickr photograph in your blog, click the "Share This" link (available next to the photo title) and choose embed it. Flickr requires that the embedded image should link back to Flickr and this built-in embed option automatically takes care of that requirement. (see example)

To embed a Flickr photo slideshow in your web page, open any Slideshow in a new page (see example) and choose "Customize HTML" from the embed option (see example). Here you can specify a custom size for your Flash slideshow so that it fits just right into your web page.

Embed Picasa Web Albums

When you open a photo album inside Picasa, click the link in the right sidebar that says "Link to this album" and choose "Embed Slideshow". You can use the same approach to embed individual photographs that are available inside Picasa.

Embed Events from Google Calendar

Click the drop-down arrow next to any Google Calendar and select Calendar settings. Open the Google Embeddable Calendar Helper program by clicking the customize button and choose elements that you want to display or hide in the calendar.

Embed Very Large Photographs

To embed really large images in your blog, you may either use Deep Zoom or the Google Maps viewer. These programs break your photographs in small tiles and you can even pan / zoom across these images very similar to the default interface of Google Maps.

Embed Charts and Graphs in Web Pages

My personal favorite is Zoho Sheet – any chart created inside Zoho Sheet can be published as an external image without exposing the full spreadsheet. If you are interested in creating charts with low volume of data, use Google Charts.

Embed GIF Animations and Screencasts

GIF animations (see example) are a perfect way to embed short screencasts in web pages as they require no plugins and auto-play inside feed readers. You should upload GIF files to your Flickr account as it preserve all the frames while lot of other image hosting website will drop anything after the first frame.

Embed Chat in your Blog

If you like to chat with visitors who are currently on your site, get the chat widget from Meebo Me and place it in the sidebar of your website. Visitors show up in your Meebo buddy list so you can strike up a conversation, answer questions, or just keep tabs on guests. Also see some more options to embed chat in blogs.

Embed Word Documents

Upload your document to Scribd and they'll give you the embed code in Flash. Scribd supports both doc and the new Office 2007 docx format in addition to Open Office documents. Even Barack Obama is using Scribd to upload his public documents and upcoming plan.

Embed PowerPoint Presentations

While the popular choice is Slideshare, you should also consider using Issuu (best web application) for presentations that are either large or formatted in the form of magazines or catalogues (see example). The only downside is that Issuu accepts PDFs so you need to convert the presentation before uploading onto Issuu.

Embed Spreadsheet Data

Both Zoho Sheet and Google Docs allow you to publish a range of cells from a spreadsheet into a web page but the embedding process in Zoho is less complicated - select a range and choose "Publish" from the contextual menu to embed that range into your web page.

Embed Adobe PDF Files

To embed PDFs in a web page, you can either use Issuu (for magazine style PDFs) or Scribd for PDFs has either have lot of text or have a top-to-bottom reading layout similar to Word documents.

Embed Flash (SWF) or Flash Video (FLV)

The best option to embed Flash content is via swfobject. It improves the overall user experience by providing alternatives in case Flash is missing and your Flash content also becomes more searchable. This tutorial has all the files and other details to help you get started with SwfObject 2.

Related: How to Embed FLV Flash Videos

Embed LinkedIn Profile

If you wish to display your LinkedIn profile in the sidebar of your blog, try LinkInABox. People (site visitors) can read a summary of your LinkedIn profile without leaving the site.

Embed Google Maps in Web Pages

Embedding a Google Map in your website is now almost as easy as adding an image – just open the Static Maps wizard, search for location that you want to embed and specify the dimensions of your map. They’ll provide a simple URL that actually points to a static image of that map.

Embed Another Webpage in your Blog

If you like to embed another website into your web page, your best bet is an IFRAME tag also known as an Inline Frame. Just set the SRC value to the address of the web page that you want to embed into your current HTML document. You could try IFRAMEs for inserting live search results from Google into your web page without having to worry about APIs.

Embed Windows Media or QuickTime movies

While it is possible to embed mov or wmv videos in web pages directly using the OBJECT tag, I recommend that you put these videos onto blip.tv and then embed them in web pages as Flash video. That’s because your visitors can then play the video without extra plugins and two, they always have the option to download the video in the original format from blip.tv servers.

Embed Other Fonts in Web Pages

Most web pages use universal fonts like Arial, Times New Roman or Verdana since they are installed on most computers and hence your web pages will render correctly. If you want to try something different and render pages in fonts like Microsoft Calibri or Adobe Garamond Pro that are only available on some machines, all you need is sIFR – it lets you use almost any font for your web pages using JavaScript + Flash and is perfect for writing “newspaper style” headlines.

Embed your Lifestream in a Web Page

You have a presence on YouTube, Flickr, Twitter, Last.fm, Facebook, Amazon and a dozen other online places. It can get really tough for friends to track you at so many places so what you should do is create an account at FriendFeed, import all the different services that you use and then use the FriendFeed Badge to embed your lifestream activity on your main site. You can also create Lifestream with Google Reader.

Related tutorial: How to Embed Video in PowerPoint

How to Embed Almost Anything in your Website



Saturday 20 August 2011

Design software - Balsamiq Mockups | Balsamiq

Install the trial 

Features

Focus on Content and Functionality

Low-Fi Sketch Wireframes
Sketchy, low-fidelity wireframes let you focus design conversations on functionality
UI Components & Icons
75 built-in user interface components and 187 icons, plus a whole lot of community-generated components.
Click-Through Prototypes
Linking lets you generate click-through prototypes for demos & usability testing
Export to PNG or PDF
Share or present mockups with embedded links using PDF export, or use a 3rd party tool to export to code.

Never Waste a Minute

Quick Add for Speed
Lets you build wireframes using your keyboard
Drag and Drop for Simplicity
Interfaces with drag and drop components–anyone can use it
Re-usable Symbol Libraries
Create templates, masters, and re-usable component libraries
Full Keyboard Support
CTRL+C, V, X, Z all you want!
Import and Export
Seamless integration with all versions of Mockups, for when you’re back online
Works Offline
Work on the plane or in a coffeeshop without an Internet connection
Mac, Windows, and Linux
Fully cross-platform

Screenshots




Saturday 13 August 2011

How to Feed a blog to a Website | 365 Web Applications for Designers

Howto Feed a blog to a Website | 365 Web Applications for Designers
Almost all blog software and blog sites have feeds that list the latest blog posts. An easy way to keep visitors updated on your site is to also list the blog posts. This article goes over how to add a PHP script to your website to list the latest blog posts.

  • Download the Magpie RSS Feed display tool

  • Create a rss subdirectory in your site and expand the contents of the Magpie software into that directory.

  • Include the rss feed reader at the top of the page you want the feed to display.
    1. [SEE ORIGINAL ARTICLE]


  • Paste the following code where you want the blog feed to display on your site.
    1. [SEE ORIGINAL ARTICLE]


  • Now locate the link to your blogs RSS feed. This is usually indicated by a link like “Feed” “RSS” or “Subscribe.” Right click on it and copy the link and then paste in the spot in the code from above where it says your_feed_url_here.

  • You can now publish the updated page to your site and view the feed. You can also modify the feed to display the way you want. The Magpie website and zip contain some more detailed examples.

Happy blogging!

Friday 12 August 2011

Google appears to have stopped indexing blogspot.com new post as of 20 Oct - Webmaster Central Help

Google appears to have stopped indexing blogspot.com new post as of 20 Oct - Webmaster Central Help



Google appears to have stopped indexing blogspot.com new post as of 20 Oct Report abuse

Striker123
Level 1

10/21/10
I have read the FAQs and checked for similar issues: YES

My site's URL (web address) is: spanishfootballsports.blogspot.com

Description (including timeline of any changes made):



Google robot appear to have stopped indexing new posts on my blogspot BLOG as of 20 Oct. Until then it was almost immediate

Webmaster tool has a NDS timeout notice . But server is blogger ie Google . Is the problem there?

Last Cache : 19 Oct



Any replies guys? Totally buffled . I think its a google / blogger server problem that I hope will be fixed

Best answers

Mithali2010
Level 1

10/22/10
Best answer - Striker123 (Asker) Go to this answer
Hi All,



Me too started facing this issue since 19-Oct-2010(Midnight IST) and I did extensive research on this and posted my findings in the thread.



Thread Link: http://www.google.com/support/forum/p/Webmasters/thread?tid=1ed8a63ec69d8257&hl=en



My major finding is that it is Blogger's internal bot that is failing to index the pages instantly not the Google Bot. If you wait for 1 or 2 days your pages will be indexed by Google Bot, but still your posts will not appear in the Goolge Blog Search API they will appear only in Google Web Search. As a result even Google bot indexes your new posts, still your new posts will not attract much traffic because they are not available for the Blogger Search API.



As per my experience Blogger Works this way.



1). When you start a new blog your pages will not be indexed by either Blogger Bot or Google Bot

2). After reaching certain posts/visits Blogger starts indexing your pages.

3). Once Blogger starts Indexing your blog all your subsequent new posts will be indexed instantly i.e. in less than 2 mins.



HOWEVER SINCE 19-OCT-2010 BLOGGER STOPPED INDEXING NEW POSTS OF THOUSANDS OF POPULAR BLOGS.

AT THE SAME TIME BLOGGER IS INDEXING THOUSANDS OF BLOGS WITHOUT ANY ISSUES AND THIS IS MAKING US CRAZY AND DONT KNOW WHY GOOGLE HAS TARGETED ONLY US NOT ALL. WE ARE NOT VIOLATING ANY TOC.



4). When the Blogger indexes your new posts instantly they will be available in the Blogger Index.

5). When you search in Google home page it will actually look into the Indexes created by Google Bot,Youtube Bot,Blogger Bot etc and fetches the results.

6). Normally many bloggers when they find their new posts instantly in Google Web search they assume that Google Bot indexed their new posts. This is wrong the new posts are actually indexed by Blogger internal Bot.

7). If Blogger Bot fails(This never happend with any blog in the past and started happening since 19-OCT-2010) to index your pages the Goolge Bot will still index your pages with out any issues. But depending on your blog's populatity it might take few hours to few weeks to be indexed by Google Bot.

8). The major advantage of the pages indexed by Blogger internal bot is that the posts will be available for both Google Web Search and Blogger Search API and this will acutally increase your traffic 10 fold.



Since 19-Oct-2010, I have posted 50 posts and none were got indexed by the Blogger internal bot, however due to the popularity of my blog the Google bot visits my blog every hour and indexes few posts. Like this out of 50 posts 47 are indexed by now, but still I am not getting significant traffic as these new posts are not available for the Blogger Search API.



Another strange thing that I have observed is that when Goolge Bot index your new blog posts it will not catche your pages assuming that Blogger has already catched the page. When new posts appear in the Google Search they do show the cathce link but when I click on it, it will say below message.



Your search - cache:DchG6HBba9MJ:blogposturl:serach key words - did not match any documents.



I have verified all my 47 pages indexed by Google bot and for all of them the Catche link is available but the Catche page is missing. I guess this is because it is assuming that Blogger has already stored the page but since the blogger failed to index our pages the Catche pages are not available. In the last couple of days the same issue was reported in many threads and they even provided the links to their posts. I could see that some of their pages are indexed by Google Bot after they reported the issue, but the Catche page is not available for these pages as well and also these pages are not appearing in the Blogger Search API results.



Also I did time line search using "Last 24hours" option in Google using the search string "anykeyword site:blogspot.com" and verified many blogs and found that there are many blogs affected by this issue, but not all.



Those who want to verify weather your posts are indexed by Blogger internal Bot or not they can visit the AJAX PLAYGROUND at http://code.google.com/apis/ajax/playground/?exp=search

and see weather your new posts are being fetched by the Blogger Search API.



I think in the next few days this forum will be flooded with similar issues as many bloggers will notice their traffic reaching ground zero and only Google Employees can answer why Blogger Stopped indexing the posts instantly since 19-Oct-2010 for many blogs.



Please let me know how can we inform this issue to the Google Employees.



Regards,

Mithali.
Did you find this answer helpful?
Report abuse


5 Ways to Get Your Blog Indexed by Google in 24 Hours

5 Ways to Get Your Blog Indexed by Google in 24 Hours



We all know that content is king and that if you keep blogging… if you keep doing what you love… the traffic and the money will follow suit. While that’s partially true, there is also things that you can do to:

  • Index your newly launched blog fast by major Search Engines
  • Increase traffic to your blog
  • Improve your SERPs (Search Engine Result Positions)

Why wait right? Content can be king but waiting around for traffic to come by itself is not a good way to start blogging. So let’s start…

Getting Indexed

Let’s say you launched a blog today and want it on Google’s results tomorrow. Can this be done? Yes.

Easiest way to get indexed by major Search Engines is to get mentioned by established blogs. This usually will get your blog indexed within 24 hours. But since we are new (i.e the newly launched blog of ours) I don’t think any blogger want to mention it. So instead of begging other bloggers to notice your newly launched blog, you just have to figure out other ways of getting indexed by Google fast. Can it be done? Absolutely! (All it takes a little effort on your side).

1. Blog Communities

There are few blog related community portals that have a very good rankings in Google and other Major Search Engines Results, they are: MyBlogLog, BlogCatalog, Blogged and NetworkedBlogs, particularly MyBlogLog. This means that if you get your blog on these blog communities, Google will have no other choice but to index your blog. So, go ahead and register for an account on these communities and list your blog on it. Once you are done you will have a page like this, this and this.

What to pay attention: Your blog’s description (have a proper write-up), keywords & tags (add related keywords and tags to your listing, this will be used by other members to find your blog), branding (put your logo, avatars, screenshots etc. have a consistent branding everywhere), and list your blog in the correct category.

2. Site Valuation & Stats Sites

Some of those How Much Your Site Worth? sites have a good ranking in Search Engines. All you need to do is to go there and check how much your site worth. This would create a special page for your blog (like this) and consecutively it would be indexed by Google. Here is a list of worthy sites: WebsiteOutlook, StatBrain, CubeStat, WebTrafficAgents, BuiltWith, WhoIs, QuarkBase, URLfan and AboutTheDomain.

3. Feed Aggregators

List your blog’s feed in these feed aggregators Feed-Squirrel, OctoFinder, FeedAdage. Once you have submitted your feed to these sites, they will keep track of your newly published posts and index them in their site. Whenever someone clicks on the blog post title, he/she will be redirected to your original blog post sending you free traffic and getting your latest posts indexed by Google.

4. Social Sites

Registering account on Social Sites with the same username as your blog’s URL is very effective in getting your blog indexed by Search Engines. Especially for those targeted keywords.

For example, if your blog’s name is WhiteElephant, it’s a good practice to register the same username at twitter as @WhiteElephant, and to create a page in Facebook at www.facebook.com/WhiteElephant. Having a consistent keyword-username on all major Social Sites will help get your blog indexed faster, and at a later stage it will also help build a “brand” for your blog.

So, get account on major Social Sites for your newly launched blog, namely: Twitter, Facebook (create a page for your blog), Digg, StumbleUpon, Delicious etc. By the way, it’s a good pratice to create a separate Social Sites account for each of your projects. This way you can stay focused and post messages that are related to your project. In the long run, this will help build a community that are like-minded around your project.

Note from Darren: it’s worth nothing that many social media sites (like Twitter) use no follow tags on links which means the links don’t really help with SEO. Having said this – it’s still worth getting pages for your keywords/brand as these pages can rank in and of themselves in Google and can help you to have control over numerous search results for the same keyword.

5. Misc Sites

Squidoo is a community website that allows people to create pages (called “lenses”) on various topics. Creating a topic that is related to your blog and then including your feed in that page would help your blog get indexed by Search Engines. Squidoo used to have a really good ranking in Google results, but not so much today. But it’s still ranks well and it shouldn’t be neglected.

ChangeDetection is a website that monitors sites for changes. When you monitor a particular site using ChangeDetection, it will ask you whether you want the notices to be public or private. If you say public, it will be published in their news section. For example; AdesBlog.com got an update today, type of update: text additions etc. This of course will get picked up by Search Engines and Search Engines in return will index your blog.

Technorati is a search engine for searching blogs. According to Wikipedia, as of June 2008, Technorati was indexing 112.8 million blogs and over 250 million pieces of tagged social media. It’s a dying breed, but not just dead yet. You have to definitely register for an account and get your blog listed on Technorati.

That’s it. Once you are done with creating accounts and submitting your newly launched blog in the above mentioned sites, you should see your blog in Google’s Search Results within 24 hours. Most of the time it will appear within the next few hours only.

Lastly, getting indexed is one thing but sustaining that traffic is another. And this is where the Content is King phrase should truly be emphasized. Because, without a good and valuable content, all your effort will be just wasted.

I hope you have found this post useful.

Abdylas Tynyshov (Ades) is a full-time blogger based in Kuala Lumpur, Malaysia. He blogs at http://www.adesblog.com and is the creator of a great freeware color picker tool. You can follow him on twitter at @ades.



Blogger blog not indexed

 How the heck does one get a blogger blog indexed??? I put up a blogger blog over ten days ago and Google still hasn't indexed it. I did go to webmaster tools with it, and I pinged both posts. Don't know what else to do. Help !!!

I'd post the URL, but the blog is monetized, and I don't want to be accused of spamming the board.
Extract answers from forum:
Do a search Google and use link then colon and web address and you will get a list of all the pages that Google can see, also do a Google site map which will tell Google about what pages they should index and check you don't have any follow rages on the html code any-ware, do the same for yahoo and bing

Set up account with the sites below.
http://www.dailyblogtips.com/when-and-ho… https://siteexplorer.search.yahoo.com account
http://www.bing.com/toolbox/webmasters/
https://www.google.com/webmasters/tools/…
http://www.google.com/support/forum/p/We…
http://www.dailyblogtips.com/calculate-y…

Source(s):

Asker's Rating:

2 out of 5

Asker's Comment:

Thanks, I will try
 
Other answers:

Submitted link to digg.com and the googlebot finally picked it up.

You would think, since blogger is a Google property, that blogger blogs would be indexed

Make the most relevant articles
push with your best blog
automatically, but apparently that's not the case.

You need to get links to it , as long as its not been sandboxed you should get on the index pretty fast 

Ping your Perma link using autopinger, pingerfinger to quick index 
The fastest way to get your blogs indexed is to ping your blogs using various pinging sites and you should also build backlinks from other relevant blogs.  

submit your blog in google.com/addurl it takes arount 7 days to croll after that ur blog will definitely index 


Share |




  #11 (permalink)  
Old 02-08-2011, 05:27 AM


cola2929's Avatar
Contributing Member
 
Join Date: 01-09-11
Posts: 126
iTrader: 0 / 0%
cola2929 is a jewel in the roughcola2929 is a jewel in the roughcola2929 is a jewel in the roughcola2929 is a jewel in the roughcola2929 is a jewel in the roughcola2929 is a jewel in the roughcola2929 is a jewel in the rough
Quote:


Originally Posted by surajdeshmukh View Post
See as you specified that you have created your blog about 5 - 6 days back and submitted sitemap in google webmasters also.the thing is sometimes it takes about more than 7 days to index your site in google. Just try submitting your site to high pr social bookmarking sites, and ping your blog with pingomatic sites.
Quote:


Originally Posted by joejeson View Post
Sometimes It takes time so i do not think that you should be worry for that...
Quote:


Originally Posted by marklowren View Post
Go on on post writting and give it just time All you need is time
My dear friends I already mentioned in my above post that my blog is indexed in google now and I am living happily ever after.

Last edited by cola2929; 02-08-2011 at 05:38 AM.

Tuesday 9 August 2011

Learning CSS Code: Effective Ways - TopTenREVIEWS

By Nathan Spicer Dec 2nd, 2010
Increase font size
Decrease font size

Throughout your life, you’ve undoubtedly been given multiple strategies for learning something. Well, similar to math and vocabulary, some techniques for learning CSS are more effective and efficient than simply consulting a site every time you need information.

Reword the Technical Definitions

One of the largest issues for many people is making sense of the technical definitions provided by most websites. For example, if you’re unsure what the "inherit" value for the "direction" property does, you’ll probably reference a CSS tutorial website. If that site is fond of technical definitions, you’ll find an explanation similar to “Specifies that the value of the direction property should be inherited from the parent element,” which is the definition provided by w3schools.com.

Yet that explanation won’t do much for a layman. However, if you can manage to make sense of the definition by putting it in your own words, it will be much easier to remember what the “inherit” value does. So instead of “Specifies the value of the direction property, etc.,” you can reword it to “If using the ‘inherit’ value for the ‘direction’ property, the words on the page will be read in the same way as it does in the element containing the ‘direction’ property.” Of course, providing an example always helps: “If a ‘div’ uses the direction property to make the text read right to left (div {direction:rtl;}), then I can make paragraphs inside the ‘div’ read the same way. All I have to do is use the code ‘div p {direction:inherit;}.’ That says that all paragraphs inside a ‘div’ will use the same text direction as the ‘div.’”

Use Your Own Vocabulary

Similar to technical definitions, the vocabulary in CSS is also relatively technical (e.g., the aforementioned “property” and “value”). For a while, I had trouble remembering the difference between “element,” “property” and “value.” Then I broke down the words and substituted words that made more sense to me. An element is just a part of something (hydrogen is a part of water). So in my head, instead of “element,” I use the words “HTML part.” That way, I always remember that “element” refers to the HTML part of the code.

Don’t Copy and Paste

“You learn by doing” is an established mantra used by countless teachers. One of the best ways to learn CSS is to craft a site from scratch – by yourself. Instead of copying and pasting code from various sites to achieve desired results, or using a template that already has most of the code intact, type each letter for each element (“HTML part”). Every time you type out a CSS property (what I call a “styler”) and declare a value for it, you’ll become more familiar with the property, the values that change it and what the result looks like. But if you copy and paste everything, you’ll only become familiar with copying and pasting and easily forget the purpose of each styler – and even which ones exist.



Numerous techniques for learning CSS are available from a wide variety of sites. But it’s crucial to make sense of CSS in your own head instead of always relying on the work of other people.

Monday 1 August 2011

5 Hot Design Trends for Aspiring Bloggers

The Web Design Trends Series is brought to you by the Intel AppUp℠ Developer Program, which provides developers with everything they need to create and then sell their applications to millions of Intel Atom™ processor-based devices. Learn more here.

So you want to start a blog. You’ve already picked out your subject matter — “Tiny Kittens in Tinier Bowls” — and you’re ready to start defining the look of your online domain.

Well, there are tons of blog design trends out there just clamoring for your attention — some more advanced than others — and depending on the style, content and theme of your blog, there are a lot of factors to take into account. In fact, sometimes the plethora of choices you have at your disposal can be overwhelming, especially if your only experience blogging was on LiveJournal back in 2003.

Before you give up and start scrawling your musings on notebook paper to distribute as a makeshift ‘zine on the street corners of your ‘hood, take a look at some words of wisdom we’ve collected from a bevy of designers and other webby folks about what’s hot right now in blogs.

Take inspiration where you will, initiative where you dare, and, of course, everything with a grain of salt. After all, unless you’re a designer peddling your graphical wares, your blog is all about your content, and the trick is to showcase that content to the best of your abilities. And, of course, it’s important to avoid creating a messy, busy GeoCities-esque travesty — unless, of course, the theme of your blog is “Messy, Busy GeoCities-esque Travesties.” Then, by all means, have at it.

cont.....