A clean install of Ubuntu is not looking very slick at all. To be frank, it looks pretty boring.
But relax, if you follow this guide you will be able to get a ultra cool desktop like this one.
If you like that dark desktop, just keep reading, but if you rather like the below colourful desktop I have a guide for that as well right here.
Edit: Several steps in this guide will probably work very well also on other linux distributions as well but due to lack of own experience I won’t guarantee that.
We will do following steps:
Edit: BOBCFC kindly pointed out that compiz must be up and running in order to get this transparent look. You can activate compiz on Ubuntu 7.10 or higher: right click in the desktop, click “change desktop background”, click the tab “visual effects” and click “normal” or higher. It requires that your computer is equipped with a 3d graphics card.
1 Change background picture
All dark or black background pictures will look really good in relation to this guide. Many free pictures can be found at Gnome-look. If you click here it will take you to the Gnome-look, wallpaper department. Be sure to pick one which has the same size as your desktop resolution. A link to the wall paper I have is here.
The new wall paper can be installed by right clicking in the desktop, click “change desktop background”, click the tab “background” and click “add” to install your new wallpaper.
Easy!
2 Change GTK2 theme with window border and controls
You would like to find a cool GTK2 theme to make your controls and window border to look nice. The best place for that is gnome-look.com. The theme I have used is called Darker Ice and it is truly a amazing theme, always looking great. Here is the direct link to download that theme.
You have to unpack the file and inside the folder you will find a file called “DarkerIce.tar.gz”, this is the file you should install. Right clicking in the desktop, click “change desktop background”, click the tab “Theme” and click “install” and point at the file “DarkerIce.tar.gz”. You will then be able to chose Darker ice for both controls and Window border. In the Darkerice catalog you will also find another file to install and that will give you another three window borders to choose from. I use Darker-Ice-Devinorum but all of them are top notch.
3 Change icon set
Now you need to download a slick icon set and the best place I know for that again is Gnome look. The icon set I use is “Black-White 2 style”. A direct link to the icon set is here. To install it is similar as for the GTK2 theme.
Download and install the icon theme by right clicking in the desktop, click “change desktop background”, click the tab “Theme” and click “install” and point at the file. Click customize and click the “icon” tab and chose the new icon set. The change on the desktop will come immediately.
4 Change Fonts
Your desktop already looks quite nice but there are more important steps to do. One of the most important but often forgotten design feature in order to get that super feeling is to change to a good looking font. One free group of fonts which I personally have fallen in love with is the Liberation font group and especially Liberation sans. (sad to admit its a Vista look a like) It can be found for download all over the Internet and one of those places is here.
First you need to unpack the font files and put them in a folder called .fonts and place them in your home folder. My user name is daniel so I have this folder in /home/daniel/
Once the font files are in the font folder they can be used by Linux.
You will have to chose “see hidden files and folders” in nautilus.
Next step is to change the system fonts. Right clicking in the desktop, click “change desktop background”, click the font tab. Play around and make your configuration as you like. Mine look like this. If you know any good pages discussing system fonts, please let me know.
5 Configure the top bar.
Configure the bars as you like. I have deleted the bottom bar and kept the top one. You can change the default start menu by removing it and installing the small icon one called main menu. To make it look like mine chose background and “none”.
To configure a bar, right click and chose “properties” to increase or decrease the size.
To add things to a bar, right click and chose “add to bar”.
To delete things on a bar, right click on that thing a click and chose “remove from panel”.
To move things on a bar, right click on that thing a click and chose “move”.
6 Install a cool dock (AWN)
There are many cool Apple-like bars around and my favorite is Avant. Go to synaptics, download “awn-manager” and “avant-window-navigator”.
To make this dock autostart when Linux start go to system – preferences – sessions. Click add and write a name for the dock and write avant-window-navigator in the command line. Restart Ubuntu and the dock should appear. You can add launchers by using drag and drop from the normal start menu. Configure avant by right clicking in the end of the dock and click preferences.
7 Install and get conky up and running to get the geeky text information about RAM usage, processes etc
This step is the most geeky and perhaps the most difficult. But if you succeed you will have one of the coolest apps of them all. If you feel it might be too difficult, skip this one, or do it later when you have more time.
Open up synaptics and install conky. Conky is a program that display information and present it in the way you want it, and it can appear to be presented on the actual desktop. To start the program press alt+F2 and write conky. But the looks is not so good. To reconfigure the program you have to open .conkyrc which is in your home folder. If you want to have a good start you can copy my configuration file into your configuration file. My configuration can be downloaded here. However, since your system and my system is not exactly the same your information wont show up perfectly, so you still have to go in and change the file to fit to your computer and system. But the design will be same so you don’t need to worry about that part.
You want to autostart your conky program and if you simply autostart conky program it wont work well by some reason. But if it starts with a 30 second delay it works perfectly. Therefor, download this file, and make autostart to the file (same as autostart AWN in 5 above) in system- preference- sessions. It is a script which will start conky 30 seconds after you start the computer.
8 Change login theme
Go to gnome-look.com and download a nice dark gdm theme.
Open up a terminal and write “sudo gdmsetup”. click on the tab “local” and install your theme. Then logout and voila!!
9 Change the ugly orange color which is between the login screen and your fully loaded desktop
Almost finished now and only one more step in order to get the ultimate desktop. After you logged in from your ultra cool gdm theme the color will briefly switch to a annoying orange color. You can change that color as follows:
Edit: For hardy this might not be necessary. Try sudo gdmsetup and change to the background color of choice as well as installing you theme. Logout and in and if there are no orange color you can skip what is mentioned below.
Open a terminal and write: sudo gedit /etc/gdm/PreSession/Default
Then change
# Default value
if [ "x$BACKCOLOR" = "x" ]; then
BACKCOLOR=”#dab082″
fi
to (this will make the color black)
# Default value
if [ "x$BACKCOLOR" = "x" ]; then
BACKCOLOR=”#000000″
fi
I got a error message first but second time I logged in everything was alright.
I hope you enjoyed it and that the result will impress your family and friends.
111 Responses for "9 Steps: Make a ultra cool and good looking desktop for your Ubuntu Linux machine in 30 minutes"
OMG the buttons, slidders and other GTK widgets are gorgeous!
You know what, I downloaded this from gnome-look a while ago but I think I only tried the Metacity part, I hadn’t realised how nice the buttons were.
I am using a different emerald theme for the titlebars: radial
http://www.gnome-look.org/content/show.php/radial?content=71352
Although you need compiz fusion because of the transparency.
You are right the font is very important and often overlooked. Personally I use good old Tahoma, it looks very profressional, I even override the web fonts in Firefox so every site that I visit uses Tahoma too.
IMHO, KDE looks greater.
http://upload.wikimedia.org/wikipedia/commons/3/39/Openfire_3.4.1.png
Try using windows, much better desktop than the old brown look of Ubuntu
cool top! though i’m not sure how I’d type in a terminal that small.
>Try using windows, much better desktop than the old brown look of Ubuntu<
It may look better than brown Ubuntu but not better than this and then there’s the downside that it’s crapware.
Nice article. Personally I don’t like the GTK theme (too dark) but I love the panel background.
I myself am using:
- GTK: Aurora
- Window decoration: Simple GTK-Window-Decorator w/compiz (darkened the colours a bit)
- Dock: Avant Window Navigator
- Icons: NuoveXT
Screenshot: http://andri.dk/files/latest_desktop.png
[...] Edit: BOBCFC kindly pointed out that compiz must be up and running in order to get this transparent look. To activate compiz on Ubuntu 7.10 or higher: right click in the desktop, click “change desktop background”, click the tab “visual effects” and click “normal” or higher. You need a 3d graphics card to get it to work too. I will write a better compiz guide in some days so if ie the dock doesn’t work due to compiz problems, stay tuned. Read more at Kimchikid [...]
I’m really annoyed that everyone seems to think that you need a Mac style dock to be cool. Gnome is a solid foundation that anyone can use effectively.
Personally it has nothing to do with being cool. I hate how cluttered the window list gets when I have a few programs running. The dock doesn’t do that as much.
It’s just a plus that it looks cool.
I wonder why so many people like to comment stuff. Why is this kind of spending your free time so popular? Maybe people have a lack of communication in real world? Maybe that’s because they have a lot of problems in reality and want to run away from them? Maybe they need new impressions and experience? Or they just got suck here? I don’t have a clue. What do you all think?
How much memory do you got after this sequence compared to before?
I like mine the way it is. This isn’t cool at all, just clutter.
You should really turn this into an article for Full Circle Magazine.
I am not over keen on the brown theme that comes with Ubuntu. I upgraded my version to an Ultimate Edition but the theme with that was far too dark so I changed it to a lighter one.
I do not like docks and effects that look great but achieve nothing. Having tried Rocket Dock on Windows I would not entertain putting any dock on another computer. Compiz maybe great to look at but how does it help you ? I tried Tabs Effect in Firefox but uninstalled it after five minutes because it just got on my nerves. Maybe I am getting too old for these things but I just cannot see any benefit to me using my computer.
[...] 9 Steps: Make a ultra cool and good looking desktop for your Ubuntu Linux machine in 30 minutes [...]
Wow, thanks for the easy-to-follow guide.
Refreshing my ubuntu once in a while is a good thing to do, and it looks awesome now
Ok, after all that I have gone back to Liberation Sans-Serif. : )
I experimented a bit and decided that numbers look better than Tahoma because they are slightly narrower.
I agree with Andri, Aurora was my previous favourite GTK theme, although you have to actually compile it, lol.
If I could just have the cool buttons and widgets from Darker Ice but the colour scheme of Aurora…. hmmm
Nice article. I got to stumbled on this also http://www.quicktweaks.com/2008/04/11/three-little-things-to-make-your-ubuntu-desktop-beautiful-and-productive/
That is a sweet looking desktop. I like it a lot
Looks neat but I also prefer a simpler configuration. I do like the Compiz cube though; it makes switching desktops and dragging windows around simpler and faster. (Plus it freaks people out to no end.) I also find semi-transparent Emerald window borders help me to sort out overlapping windows.
[...] How to make a gorgeus and cool desktop for your Ubuntu Linux machine in 30 minutes | Kimchikid [...]
i dont use linux but this is great looking
Hi,
I would like to thank you for this excellent “how to”. Its the best guide I came across so far. I have been using Ubuntu for one week and struggling with things.
Regards,
Art
UHHH just get Windows + LITESTEP =)
Very nice writeup, I didn’t implement everything you recommended but it’s an excellent place to get started. I like the dark look. Keep up the good work!
Thanks for sharing
Oh yeah, you’ve captured the look of old PC-DOS really well.
Great tutorial and now i have a really good-looking desktop
Anyone has an idea why i now cant move the windows anymore?
I don’t get it…
What’s synaptics, awn-manager etc
I get the other stuff, but could someone help with this bit?
One problem, and a solution.
When you hit the “Show desktop” button it hides Conky, and gives no real means of making it visible again.
The solution is:
sudo apt-get install wmctrl
Once that is installed create a file called “show_desktop.sh” or something of your choosing and put into it:
#!/bin/sh
wmctrl -k on
wmctrl -a conky
set the script to be executable by entering:
chmod +x show_desktop.sh
Now right click on your panel and choose “Add to panel” select “Custom Application Launcher” and point it to the script.
What the script does is minimize all windows to reveal the desktop via the “wmctrl -k on” command, then it brings Conky back via the “wmctrl -a conky” command.
Thanks!
link : http://www.kimchikid.com/blog/wp-content/uploads/2008/04/clean-desktop.jpg
please sent me desktop wallpaper
e-mail : remember-everything-forgive-nothing@windowslive.com
Too much crap on the background for a single-monitor setup. Otherwise nice.
One of the things a person may run into when installing fonts is a permissions problem with the .fonts folder. You may need to hit Alt>F2 then type in gksu nautilus to get root access to the folder so you can add fonts. Though I think the Liberation fonts are available in the repositories and can be loaded via synaptic.
As far as a dock being worthless I disagree. The reason I use one (AWN) is because it puts all my launchers in one place that auto hides, and gives me that extra little bit of screen real estate at the bottom, and it certainly has nothing to do with wanting my GUI to look like Macwhatever.
And to all the Windows fanboys telling everyone to try Windows as if it’s some kind of “radical alternative” to Linux-they obviously forget that most Linux users have tried Windows, and thats why we use operating systems like Ubuntu now.
Thank you for your site
I made on photoshop backgrounds for myspace or youtube and more
my backgrounds:http://tinyurl.com/6rbxmr
Hope you had a good day and thank you again!
[...] If you like this green desktop, just keep reading, but if you rather like the below dark desktop I have a guide for that as well right here. [...]
Thanks for the tut, Im gonna try it out now!
Wait a sec…
There’s a better alternative:
USE KIBA-DOCK INSTEAD OF AWN.
Thanks… really enjoyed the site and the help offered here got everything up and running in no time
Hey guys, nice to be here! I love http://www.kimchikid.com!
hello!,I love your writing very so much! percentage we be in contact more about your article on AOL? I need an expert in this space to resolve my problem. Maybe that is you! Taking a look ahead to look you.
I’ve been surfing online more than 3 hours these days, yet I never discovered any attention-grabbing article like yours. It’s lovely value sufficient for me. In my opinion, if all webmasters and bloggers made just right content material as you did, the internet might be much more helpful than ever before.
Wow, fantastic blog layout! How long have you been running a blog for? you made running a blog look easy. The whole glance of your web site is great, let alone the content!
Camell938@yahoo.com
you will have an amazing blog here! would you wish to make some invite posts on my weblog?
I do not even know the way I ended up here, however I thought this put up was once great. I do not know who you’re but certainly you are going to a well-known blogger in the event you are not already
Cheers!
I must express some thanks to this writer just for bailing me out of such a problem. After surfing around through the world-wide-web and coming across techniques which are not productive, I believed my entire life was over. Existing minus the answers to the issues you’ve fixed by means of your good article content is a critical case, and those which might have adversely affected my career if I hadn’t come across the blog. The understanding and kindness in taking care of all the things was tremendous. I don’t know what I would have done if I had not come across such a step like this. I can at this point look ahead to my future. Thanks for your time very much for the professional and effective guide. I won’t think twice to refer your web sites to anyone who needs to have recommendations about this situation.
What i do not understood is in fact how you are no longer really a lot more neatly-preferred than you might be right now. You are so intelligent. You realize thus significantly on the subject of this matter, made me for my part imagine it from a lot of various angles. Its like women and men are not interested until it’s one thing to do with Lady gaga! Your own stuffs excellent. Always maintain it up!
The subsequent time I learn a weblog, I hope that it doesnt disappoint me as a lot as this one. I imply, I do know it was my option to learn, however I truly thought youd have something interesting to say. All I hear is a bunch of whining about something that you could repair in the event you werent too busy looking for attention.
I am typically to blogging and i actually respect your content. The article has really peaks my interest. I am going to bookmark your web site and preserve checking for new information.
Wow! This could be one particular of the most useful blogs We have ever arrive across on this subject. Basically Magnificent. I am also a specialist in this topic so I can understand your effort.
I definitely wanted to compose a quick remark to say thanks to you for those superb information you are writing here. My prolonged internet lookup has at the end been recognized with high-quality points to talk about with my relatives. I would assert that many of us site visitors are extremely blessed to dwell in a useful place with so many awesome people with very beneficial guidelines. I feel very much blessed to have discovered your webpages and look forward to really more pleasurable minutes reading here. Thanks a lot once again for all the details.
An interesting dialogue is value comment. I believe that you must write extra on this matter, it may not be a taboo subject however usually individuals are not enough to speak on such topics. To the next. Cheers
Lots of of us have perhaps been the sufferer of some minor highway collision which has still left us somewhat bruised or battered. Nevertheless, if an individual has more significant complications related to this crash, it might be which they could declare some kind of cost for this damage.
Your blog is pretty interesting to me and your topics are very relevant. I was browsing around and came across something you might find interesting. I was guilty of 3 of them with my sites. “99% of blog managers are guilty of these five errors”. http://is.gd/5Ruq1b You will be suprised how simple they are to fix.
I wanted to write you one little note just to say thanks as before for the striking guidelines you’ve provided above. It’s quite tremendously open-handed of you to convey publicly all a lot of people would’ve made available as an electronic book to end up making some bucks on their own, mostly seeing that you could possibly have tried it if you wanted. The advice likewise acted as a easy way to know that other people have similar eagerness the same as my own to find out a little more in respect of this matter. I’m sure there are several more enjoyable situations up front for those who see your blog.
Oh my goodness! a tremendous article dude. Thanks Nonetheless I’m experiencing concern with ur rss . Don’t know why Unable to subscribe to it. Is there anybody getting identical rss problem? Anyone who is aware of kindly respond. Thnkx
Attractive section of content. I simply stumbled upon your website and in accession capital to assert that I acquire in fact enjoyed account your blog posts. Anyway I’ll be subscribing in your augment and even I success you access constantly rapidly.
Hello, Neat post. There is an issue along with your website in internet explorer, might check this… IE still is the marketplace leader and a huge part of other people will omit your magnificent writing because of this problem.
It’s arduous to find educated individuals on this topic, but you sound like you realize what you’re speaking about! Thanks
I’ve learn several good stuff here. Certainly worth bookmarking for revisiting. I wonder how a lot effort you place to make any such great informative web site.
hello!,I like your writing so much! share we communicate extra about your article on AOL? I require an expert on this house to resolve my problem. Maybe that’s you! Having a look forward to peer you.
Pretty portion of content. I simply stumbled upon your web site and in accession capital to say that I get actually enjoyed account your weblog posts. Any way I will be subscribing in your feeds and even I fulfillment you get entry to consistently rapidly.
You really make it appear really easy along with your presentation however I to find this matter to be really something which I believe I might never understand. It seems too complicated and extremely extensive for me. I am having a look forward in your subsequent put up, I will try to get the grasp of it!
Whoah this blog is wonderful i love reading your articles. Stay up the great work! You realize, many persons are hunting around for this information, you can aid them greatly.
magnificent issues altogether, you simply received a brand new reader. What would you suggest about your publish that you just made some days in the past? Any sure?
Attractive component of content. I just stumbled upon your blog and in accession capital to claim that I acquire actually loved account your weblog posts. Anyway I’ll be subscribing in your augment and even I fulfillment you get right of entry to consistently rapidly.
I do accept as true with all of the concepts you have introduced for your post. They are very convincing and will certainly work. Still, the posts are very brief for beginners. Could you please extend them a little from subsequent time? Thank you for the post.
This web site is mostly a stroll-through for all the information you needed about this and didn’t know who to ask. Glimpse right here, and you’ll definitely discover it.
A formidable share, I just given this onto a colleague who was doing somewhat analysis on this. And he in actual fact purchased me breakfast as a result of I found it for him.. smile. So let me reword that: Thnx for the deal with! But yeah Thnkx for spending the time to discuss this, I really feel strongly about it and love studying more on this topic. If possible, as you grow to be expertise, would you thoughts updating your weblog with extra particulars? It’s extremely helpful for me. Big thumb up for this blog put up!
Ok when i right click, and click change desktop background, there is no tab theme, or an install button. so i cant get past that step.
I will immediately grasp your rss as I can not find your email subscription hyperlink or newsletter service. Do you’ve any? Please let me recognize so that I could subscribe. Thanks.
I’m impressed, I need to say. Really hardly ever do I encounter a weblog that’s each educative and entertaining, and let me inform you, you’ve hit the nail on the head. Your thought is excellent; the issue is one thing that not enough people are speaking intelligently about. I am very completely satisfied that I stumbled throughout this in my seek for something regarding this.
Hi, Neat post. There is an issue along with your site in web explorer, may test this… IE nonetheless is the market chief and a huge part of other folks will miss your excellent writing because of this problem.
Great work! That is the type of information that are supposed to be shared across the web. Shame on Google for no longer positioning this submit upper! Come on over and visit my site . Thank you =)
Good – I should definitely pronounce, impressed with your site. I had no trouble navigating through all the tabs and related info ended up being truly easy to do to access. I recently found what I hoped for before you know it at all. Reasonably unusual. Is likely to appreciate it for those who add forums or something, site theme . a tones way for your customer to communicate. Nice task.
Once again neat piece cheers tons for sharing, keep me posted I will be reading many of your pieces in the futurity!
Great write-up, I am regular visitor of one’s web site, maintain up the excellent operate, and It is going to be a regular visitor for a long time.
I do not even know the way I ended up right here, however I believed this put up used to be good. I don’t know who you are however certainly you’re going to a well-known blogger in the event you aren’t already
Cheers!
After research a number of of the blog posts in your web site now, and I really like your means of blogging. I bookmarked it to my bookmark website checklist and can be checking again soon. Pls check out my website online as effectively and let me know what you think.
It’s arduous to search out educated folks on this topic, but you sound like you know what you’re speaking about! Thanks
I have been exploring for a little for any high-quality articles or blog posts in this sort of space . Exploring in Yahoo I eventually stumbled upon this site. Reading this info So i’m glad to exhibit that I have an incredibly excellent uncanny feeling I found out exactly what I needed. I most no doubt will make certain to don’t put out of your mind this website and provides it a glance on a constant basis.
Hiya, I am really glad I have found this info. Nowadays bloggers publish only about gossips and net and this is actually annoying. A good website with interesting content, that’s what I need. Thank you for keeping this web-site, I’ll be visiting it. Do you do newsletters? Can’t find it.
It’s actually a great and helpful piece of information. I’m happy that you shared this helpful information with us. Please stay us up to date like this. Thanks for sharing.
Hiya, I’m really glad I’ve found this info. Today bloggers publish only about gossips and net and this is really frustrating. A good web site with interesting content, that is what I need. Thanks for keeping this web-site, I’ll be visiting it. Do you do newsletters? Can not find it.
It is actually a nice and helpful piece of info. I am satisfied that you just shared this helpful information with us. Please keep us up to date like this. Thanks for sharing.
Good day very nice web site!! Man .. Excellent .. Amazing .. I will bookmark your website and take the feeds also…I am satisfied to find numerous useful info right here within the put up, we want work out extra strategies on this regard, thanks for sharing.
I am glad to be a visitor of this everlasting web blog, thanks for this rare info!
Wow, superb blog format! How lengthy have you been running a blog for? you make blogging glance easy. The total glance of your web site is excellent, let alone the content!
What’s Happening i am new to this, I stumbled upon this I have found It positively helpful and it has helped me out loads. I hope to contribute & aid other users like its aided me. Good job.
There are some interesting time limits on this article however I don’t know if I see all of them heart to heart. There may be some validity but I will take maintain opinion till I look into it further. Good article , thanks and we want more! Added to FeedBurner as effectively
Good job, I recently stumbled your website and also planned to point out that I have really liked surfing around your blog articles. I have enrolled in your own feed i we imagine you publish once more quickly!
I get pleasure from, lead to I found exactly what I used to be taking a look for. You’ve ended my 4 day lengthy hunt! God Bless you man. Have a nice day. Bye
I am glad to be a visitor of this consummate blog, thank you for this rare info!
Thank you, I’ve recently been looking for info about this subject for a long time and yours is the greatest I have discovered till now. However, what about the bottom line? Are you positive about the supply?
Hiya, I’m really glad I’ve found this info. Today bloggers publish just about gossips and net and this is really irritating. A good web site with exciting content, this is what I need. Thank you for keeping this site, I’ll be visiting it. Do you do newsletters? Cant find it.
I do not even understand how I finished up right here, however I thought this post used to be good. I do not recognise who you’re however certainly you’re going to a famous blogger should you aren’t already
Cheers!
Thank you for another informative web site. The place else may just I am getting that kind of info written in such a perfect means? I have a challenge that I am simply now working on, and I’ve been on the glance out for such information.
I am extremely inspired together with your writing abilities as well as with the structure on your blog. Is this a paid topic or did you modify it yourself? Anyway stay up the nice high quality writing, it is uncommon to peer a great weblog like this one these days.
After research a couple of of the blog posts on your website now, and I actually like your method of blogging. I bookmarked it to my bookmark web site listing and will probably be checking again soon. Pls try my web site as properly and let me know what you think.
I as well as my buddies were actually examining the great guides on the website while unexpectedly I had a horrible suspicion I had not expressed respect to the blog owner for those strategies. All of the guys came for that reason thrilled to learn all of them and have now seriously been taking pleasure in them. Many thanks for genuinely very considerate and then for deciding on such fabulous subject matter most people are really eager to be aware of. My honest regret for not expressing gratitude to sooner.
I used to be very happy to search out this web-site.I wished to thanks for your time for this glorious read!! I undoubtedly enjoying every little bit of it and I’ve you bookmarked to take a look at new stuff you blog post.
naturally like your web site but you have to take a look at the spelling on quite a few of your posts. Many of them are rife with spelling issues and I find it very bothersome to inform the truth then again I will definitely come back again.
Wow, superb blog layout! How lengthy have you been blogging for? you make running a blog look easy. The overall glance of your site is magnificent, let alone the content material!
What necessary words… super, a brilliant idea
It’s really a cool and useful piece of info. I am glad that you just shared this useful info with us. Please stay us up to date like this. Thanks for sharing.
Whoah this weblog is wonderful i like reading your articles. Keep up the great work! You already know, lots of persons are searching around for this info, you could help them greatly.
Thank you for any other fantastic article. The place else may just anybody get that kind of information in such an ideal approach of writing? I’ve a presentation next week, and I’m on the look for such info.
Outstanding article once again! Thanks a lot.
I discovered your weblog site on google and check a number of of your early posts. Continue to keep up the excellent operate. I just extra up your RSS feed to my MSN Information Reader. Searching for forward to reading extra from you in a while!…
Leave a reply