<?xml version="1.0" encoding="iso-8859-1"?>
<!-- generator="FeedCreator 1.7.2" -->
<rdf:RDF
	xmlns="http://purl.org/rss/1.0/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel rdf:about="http://www.marcofolio.net">
		<title>Marcofolio.net</title>
		<description>Marcofolio.net - Marco's online portfolio and digital playground on the net</description>
		<link>http://www.marcofolio.net</link>
		<image rdf:resource="http://www.marcofolio.net/images/M_images/marcofolio.png" />
	   <dc:date>2009-11-07T20:53:08+01:00</dc:date>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://www.marcofolio.net/reviews/complete_list_with_sweet_ui_improvements_on_windows_7.html"/>
				<rdf:li rdf:resource="http://www.marcofolio.net/photoshop/planet_collision_free_november_2009_calendar_wallpaper.html"/>
				<rdf:li rdf:resource="http://www.marcofolio.net/webdesign/browser_size_aware_content_scaling.html"/>
				<rdf:li rdf:resource="http://www.marcofolio.net/css/8_different_ways_to_beautifully_style_your_lists.html"/>
				<rdf:li rdf:resource="http://www.marcofolio.net/css/css_trick_debug_your_html_and_css.html"/>
				<rdf:li rdf:resource="http://www.marcofolio.net/webdesign/create_a_mouse_follower_with_smokey_trail_in_silverlight.html"/>
				<rdf:li rdf:resource="http://www.marcofolio.net/reviews/giveaway_contest_invoicera_billing_software.html"/>
				<rdf:li rdf:resource="http://www.marcofolio.net/webdesign/create_a_better_jquery_stylesheet_switcher.html"/>
				<rdf:li rdf:resource="http://www.marcofolio.net/webdesign/theatrical_movie_trailer_with_jquery.html"/>
				<rdf:li rdf:resource="http://www.marcofolio.net/photoshop/advanced_photoshop_covers_nl_11_20_.html"/>
			</rdf:Seq>
		</items>
	</channel>
	<image rdf:about="http://www.marcofolio.net/images/M_images/marcofolio.png">
		<title>Marcofolio.net</title>
		<link>http://www.marcofolio.net</link>
		<url>http://www.marcofolio.net/images/M_images/marcofolio.png</url>
	</image>
	<item rdf:about="http://www.marcofolio.net/reviews/complete_list_with_sweet_ui_improvements_on_windows_7.html">
		<dc:format>text/html</dc:format>
		<dc:date>2009-11-02T07:34:42+01:00</dc:date>
		<dc:source>http://www.marcofolio.net</dc:source>
		<title>Complete list with sweet UI improvements on Windows 7</title>
		<link>http://www.marcofolio.net/reviews/complete_list_with_sweet_ui_improvements_on_windows_7.html</link>
		<description>First things first here: I'm a Mac guy (http://www.marcofolio.net/other/taking_the_plunge_buying_a_macbook_pro.html). But I must say: Windows 7 (http://www.microsoft.com/windows/windows-7/) has made quite a lot improvements compared to it's predecessor (Vista). The first time I booted the OS and saw flying orbs create the Windows logo, I was impressed.
I was even more impressed by the amazing user interface improvements made by Microsoft. For those that aren't familiar with these, here's a complete list with sweet UI improvements on Windows 7. Below is the startup screen created by the flying orbs.

	

A small little diclaimer here: I've fully skipped the  Windows Vista Era , since I moved to Mac OSX right after Windows XP. There might be some things in this list that were already implemented in Vista, but I wasn't aware of those. Also, this list only shows the graphical improvements - not the technical.
That being said, let's check out the slick UI improvements Microsoft brought to their new OS. It could be pretty inspirational for you too!</description>
	</item>
	<item rdf:about="http://www.marcofolio.net/photoshop/planet_collision_free_november_2009_calendar_wallpaper.html">
		<dc:format>text/html</dc:format>
		<dc:date>2009-11-01T14:52:09+01:00</dc:date>
		<dc:source>http://www.marcofolio.net</dc:source>
		<title>Planet Collision: Free November 2009 Calendar Wallpaper</title>
		<link>http://www.marcofolio.net/photoshop/planet_collision_free_november_2009_calendar_wallpaper.html</link>
		<description>Planet Collision: Free November 2009 Calendar Wallpaper was originally my entry for the Desktop Wallpaper (http://www.smashingmagazine.com/2009/10/31/desktop-wallpaper-calendar-november-2009/) collection on SmashingMagazine (http://www.smashingmagazine.com/). Sadly, my wallpapers weren't selected to be included in the list, but I still wanted to share them with the rest of the world.

	

I hope you enjoy them and use them as your wallpaper. These wallpapers are totally free for all kinds of use. Next to the versions that has a calender on them, the non-calender version has been included (in case you want to use it in other months too).
space explosion tutorial (http://www.smashingmagazine.com/2009/02/22/space-explosion-photoshop-tutorial/).</description>
	</item>
	<item rdf:about="http://www.marcofolio.net/webdesign/browser_size_aware_content_scaling.html">
		<dc:format>text/html</dc:format>
		<dc:date>2009-10-26T09:04:09+01:00</dc:date>
		<dc:source>http://www.marcofolio.net</dc:source>
		<title>Browser size aware content scaling</title>
		<link>http://www.marcofolio.net/webdesign/browser_size_aware_content_scaling.html</link>
		<description>Just recently, I noticed something pretty cool at Google Images (http://images.google.com/imghp): When you resize your browser, search results are hidden/shown, depending if it makes a full row. It does really have a big advantage: you'll never have any  empty spots  on your website. The grid is always fully filled and results that don't fit in the grid, are simply hidden.
I wanted to recreate this technique using jQuery (http://jquery.com/). Just like Google Images, it check how many images fit in each row and hides the one that fall off (depending on the browser size).

	

The difference between my HTML and the one Google, is that Google uses a table to display the image. My version uses floating images (but essentially, they work the same). Just make sure to check out the demo.
  

Now let's take a deeper look at the problem, the solution and how you create your own browser size aware content scaling.</description>
	</item>
	<item rdf:about="http://www.marcofolio.net/css/8_different_ways_to_beautifully_style_your_lists.html">
		<dc:format>text/html</dc:format>
		<dc:date>2009-10-19T18:34:23+01:00</dc:date>
		<dc:source>http://www.marcofolio.net</dc:source>
		<title>8 different ways to beautifully style your lists</title>
		<link>http://www.marcofolio.net/css/8_different_ways_to_beautifully_style_your_lists.html</link>
		<description>The use of HTML lists (http://www.w3.org/TR/html401/struct/lists.html) (&amp;lt;ol&amp;gt; for an ordered list, &amp;lt;ul&amp;gt; for an unordered list) is very common these days. Today, we're going to look a little bit further than creating regular lists, by showing 8 different ways to beautifully style your HTML lists with CSS. We'll use some pure CSS techniques to make a bored list look awesome (and even have some extra functionality).

	

As a reminder, here's how a default ordered list and a unordered list look like:

	
		
			
				
					Ordered list item #1
					Ordered list item #2
					Ordered list item #3
				
			
			
				
					Unordered list item #1
					Unordered list item #2
					Unordered list item #3
				
			
		
	

And check out the demo to see what we're going to create with it.
  

Looks much better, doesn't it? And you get all that, just by adding a couple of sweet CSS stuff. Want to know how? Here we go!</description>
	</item>
	<item rdf:about="http://www.marcofolio.net/css/css_trick_debug_your_html_and_css.html">
		<dc:format>text/html</dc:format>
		<dc:date>2009-10-13T22:25:25+01:00</dc:date>
		<dc:source>http://www.marcofolio.net</dc:source>
		<title>CSS trick: Debug your HTML and CSS</title>
		<link>http://www.marcofolio.net/css/css_trick_debug_your_html_and_css.html</link>
		<description>Today, I'll be showing you a neat little CSS trick to Debug your HTML and CSS. Take note that this will not be actual debugging, but it can help you find the element depth on a web page. Also, when you didn't properly close a tag, this piece of code will expose it for you.

	

Simply check out the demo to view what we're going to create! At first, the demo looks like a regular web page. But when you start hovering the elements, you'll be able to see the HTML structure (in depth) of the HTML page.
  

There are just a couple of lines of CSS to get this effect! Check out how (or view the source) you can create this yourself.</description>
	</item>
	<item rdf:about="http://www.marcofolio.net/webdesign/create_a_mouse_follower_with_smokey_trail_in_silverlight.html">
		<dc:format>text/html</dc:format>
		<dc:date>2009-10-05T21:21:59+01:00</dc:date>
		<dc:source>http://www.marcofolio.net</dc:source>
		<title>Create a mouse follower with smokey trail in Silverlight</title>
		<link>http://www.marcofolio.net/webdesign/create_a_mouse_follower_with_smokey_trail_in_silverlight.html</link>
		<description>Last week, I started experimenting with Microsoft Silverlight (http://silverlight.net/). I've never worked with the technique before, but after using it, I was impressed. It works pretty good and the separation of the XAML and CS file is great.
Today, we're going to create a Smokey Mouse Follower in Silverlight. This was my first experiment too and pretty fun to see. I have to admit that the layout can be improved in loads of ways, but this tutorial is intended to be for beginner Silverlight users.

	

We'll be using Microsoft Expression Blend 3 (http://www.microsoft.com/expression/products/Blend_Overview.aspx) in this tutorial. Visual Studio will probably give the same effect, but I haven't tested it. We're going to create the program using Visual C#. The images (cursors) I used are from IconFinder (http://www.iconfinder.net/).
  

Make sure to check out the demo to see what we're going to create! As you can see, it's not really that useful, but pretty fun to see. Also, it's a great way to get in touch with Silverlight. Let's start!</description>
	</item>
	<item rdf:about="http://www.marcofolio.net/reviews/giveaway_contest_invoicera_billing_software.html">
		<dc:format>text/html</dc:format>
		<dc:date>2009-10-02T17:08:56+01:00</dc:date>
		<dc:source>http://www.marcofolio.net</dc:source>
		<title>Giveaway contest - Invoicera Billing Software</title>
		<link>http://www.marcofolio.net/reviews/giveaway_contest_invoicera_billing_software.html</link>
		<description>Formatting and submitting invoices may seem like a headache at times, but this essential component of the billing process is a critical part of doing business. Record-keeping would be nearly impossible without a paper trail that includes invoices submitted to clients, customers or employers.  This is where one should consider the help offered by web based invoicing software, a surprisingly simple and easy way to automate your invoicing paperwork.
There are a plethora of online invoicing and billing applications to choose from but not all of them are capable of meeting the expectations. Many of them are at a loss on features or there is a high cost involved. There is hardly any software which comes to the rescue of freelancers, entrepreneurs or SMB owners and helps them to sync their all crucial tasks. But things are changing now and Invoicera is one of the latest exciting entrants in the race bringing about this change.

	

Three lucky readers will be able to win a license for Invoicera (http://www.invoicera.com/). Read the rules below to find out how you can join this contest: it's pretty simple! If you're one of the three winners, you'll receive one licence for Invoicera. Make sure you join...</description>
	</item>
	<item rdf:about="http://www.marcofolio.net/webdesign/create_a_better_jquery_stylesheet_switcher.html">
		<dc:format>text/html</dc:format>
		<dc:date>2009-09-28T16:40:44+01:00</dc:date>
		<dc:source>http://www.marcofolio.net</dc:source>
		<title>Create a better jQuery stylesheet switcher</title>
		<link>http://www.marcofolio.net/webdesign/create_a_better_jquery_stylesheet_switcher.html</link>
		<description>Style Sheet switchers (or  colour theme choosers ) are not really that new. Apart from that fact, they still are pretty fun to use and cool to see. I was wondering how jQuery (http://jquery.com/) could help me achieve this technique. While searching, I came across (http://www.kelvinluck.com/2006/05/switch-stylesheets-with-jquery/) several solutions (http://www.cssnewbie.com/simple-jquery-stylesheet-switcher/).
There is a problem when using these techniques, which I will explain later. I created a little work-around to create a better jQuery stylesheet switcher. We'll simply change some colours for the user!



Make sure to check out the demo to view what we're trying to accomplish.
Fast Icon (Dirceu Veiga) (http://www.iconspedia.com/pack/creatures/). Now, let's take a look at how you can create something like this yourself!</description>
	</item>
	<item rdf:about="http://www.marcofolio.net/webdesign/theatrical_movie_trailer_with_jquery.html">
		<dc:format>text/html</dc:format>
		<dc:date>2009-09-21T17:51:48+01:00</dc:date>
		<dc:source>http://www.marcofolio.net</dc:source>
		<title>Theatrical movie trailer with jQuery</title>
		<link>http://www.marcofolio.net/webdesign/theatrical_movie_trailer_with_jquery.html</link>
		<description>Don't you wonder sometimes, when looking at something, how you can create something like that yourself? I have to admit that I do. This is why I came up with the Skype for Mac (http://www.marcofolio.net/webdesign/the_mac_skype_app_menu_with_css3_and_jquery.html) and the iPhone examples (http://www.marcofolio.net/webdesign/the_iphone_unlock_screen_in_xhtml_css_and_jquery.html) in your webbrowser. Today, we're trying something new in this Proof of Concept category: creating a theatrical movie trailer with jQuery



This technique could be really well used when creating a slide-show that just needs some text. Using the CSS letter-spacing property, we can really make it look like the movies.
  

I'll leave out the CSS in this tutorial, since not much really important stuff is going on there. This example works best in Firefox - Although it works in Safari and Opera too, the letter-spacing CSS property gets rounded up (or down) and you won't be able to see the full effect. Also, you'll need to imagine the sound effects yourself.</description>
	</item>
	<item rdf:about="http://www.marcofolio.net/photoshop/advanced_photoshop_covers_nl_11_20_.html">
		<dc:format>text/html</dc:format>
		<dc:date>2009-09-16T20:01:31+01:00</dc:date>
		<dc:source>http://www.marcofolio.net</dc:source>
		<title>Advanced Photoshop Covers (NL #11 - #20)</title>
		<link>http://www.marcofolio.net/photoshop/advanced_photoshop_covers_nl_11_20_.html</link>
		<description>The readers (http://feeds2.feedburner.com/marcofolio) (or regular visitors) of Marcofolio.net, must already know that I'm a true programmer. Although this is a fact, I do love to kick up Photoshop some times and create something outstanding. For that reason, I'm also subscribed to  Advanced Photoshop Covers (NL #01 - #10)  (http://www.marcofolio.net/photoshop/advanced_photoshop_covers_nl_01_10_.html). As you could have expect, this is part 2 of the Dutch Advanced Photoshop Covers that are so inspirational, that you'll surely get your design fluids flowing.

	

The pictures are taken by me and I apologize for any  reflections  on the magazine. If you like one, I recommend you to check out the portfolio website from the artist. Be ready to get inspired!</description>
	</item>
</rdf:RDF>
