RSS

Archive for the ‘Tips n Tricks’ Category

I went through a phase of  scrutinizing a few entries from a contest for designing a “contents page” for a tech magazine. Some of the worst entries had a  pathetic color scheme. With hot pink texts on dirty green and black background made my mind shutdown for a while. I then decided to post something that would help inexperienced color pickers.  Be it good typography or design, its always underpinned with the proper use of colors. Color combinations like these are pleasing to the eye:

Color Scheme with #9C9284 #CCCC99 #E6E6CC #6699CC #FF9900 #000000

Color Scheme with #F1921A #669900 #656E75 #E6E7E8 #679EC9 #FFFFFF

Color Scheme with #E8110F #FBC723 #1B6AA5

Getting such a great sense of color demands great experience. Still some places on the web help us generating new colored ideas. Some of the tools which help finding a perfect color sceme are:

http://www.colorcombos.com/ Personally my favorite place for finding a color scheme for any occasion. This website has a huge gallery of pre-made color arrays. You just have to scan them and pick the best one that suits. There isn’t any hassle of turning knobs or pushing buttons to generate a scheme. On finding a box that is the best for your project, click on it for a full page display with the hex codes. Though the hex codes are within the box in the library itself. But having a look at the colors on a full page helps you decide.

http://colorschemedesigner.com/

http://www.colorschemer.com/

and the list goes on…

You would have to look some of these related articles to find great color picking tools on the web.

Enhanced by Zemanta

25 Jul 2010

Color Combination

Author: indigoanalysis | Filed under: For You, Photoshop, Tips n Tricks

Most of the monitors have a poor contrast with light shades of grey and whites. It gets irritating when you have to find the scrollbar while going through long pages in Chromium browser for Ubuntu. The scrollbar looks something like this before and after the fix.

before

Before

after

After

Using Gnome color chooser doesn’t change it in Chromium. The Google Chrome extension specifically for Ubuntu Chromium users helps rectify this problem. Though a lot of incompatibility and crashes are reported in the comments, I had incompatibility wit some sites but no crashes yet. [EXTENTION]

This makes the scrollbar blue like the blue clear looks style. The vivid blue on grey makes spotting it easy on long pages also.

Reblog this post [with Zemanta]

31 May 2010

Chromium contrast problem – Ubuntu

Author: indigoanalysis | Filed under: The WWW, Tips n Tricks, linux

I used to hate those millions of Farmville and Mafia war’s feed on my Facebook feed. I blocked them, they got added to the blocked app list. But trust me when you actually start playing these you have hard time surviving without those feeds. Now when I want to enable them i find no option to do it. Facebook changed its interface recently just after the “birthday”. Everytime Facebook changes its look, its like “you better devote some time to find all those misplaced areas”. I did that. I found where the applications can be added to the feed again.

The trick is to move to “Top news” first. The most used “most recent” page doesn’t let you do it.

  • Go to Top News link on the top of your feeds.
  • Now navigate to the end of the page and find “Edit Options”
  • Go to the “applications” tab in the floating box.
  • Click on the “add to news feed” button. You are done.

The catch here is that you’d kill yourself from frustration after not finding any such options under the “Most Recent” page. True that you never go to the “Top News” page. But for this you’ll have to go. There is no other way on the present Facebook interface to unhide applications from your news feed.

P.S. You also find blocked pages there.

3 Mar 2010

Unhide application feeds – Facebook

Author: indigoanalysis | Filed under: For You, Soial Media, The WWW, Tips n Tricks

Start pages are always a mess in web browsers. Firefox put up a design contest for users to design a perfect start page recently. Be it Chrome’s most used pages or Firefox’s default Google search page. Well, Chome does the work to a pretty good extent not to mention opera’s and safari’s speed dial pages. But it is totally a different experience when you have the start page on the cloud that is perfectly customized according to your needs. All those web services on your home page for you to access at a click. Doesn’t that seem perfect.
Symbaloo - Start simple, is a simple interface that basically focuses to refine your first contact with the internet everyday. The symbaloo pages houses draggable boxes that link to your favorite web services like feeds, mail, radio, search, translate and what not. If even that doesn’t make you scream enough. You have free places where you can add your own boxes that link to a service specified by you. Now that’s too much YOU.

To set it as a start page. Just click the button at the bottom of the page that says “Set as startpage“. The following light box a the center of the screen gives you the instructions. OR simply drag the link http://www.symbaloo.com to the home in firefox.

Reblog this post [with Zemanta]

2 Mar 2010

A perfect start page for the browser

Author: indigoanalysis | Filed under: For You, The WWW, Tips n Tricks

AOE win7logo

I’ve been playing quite a bit of AOE2 of late; and one recurrent problem while running the (now dated, but still going strong) game on Windows 7 (or Vista) has been an issue with map colors. The colors on the map look muddled, grainy and ugly on 7 and Vista, kind of as if they have been inverted. After a bit of research into the issue, I finally arrived at a working solution.

No, updating the graphics driver or Direct X does not work. First, what you need to do is navigate to the ‘age2_x1.exe’ or whichever exe file is associated with the game for you, right click on it, go to the ‘Compatibility’ tab and select ‘Run in compatibility mode for Windows XP (SP2), ‘Disable Visual Themes’, ‘Disable Desktop Composition’ and ‘Disable Display Scaling on High DPI Settings’. This might just do the trick, if you’re lucky. But if you’re not, like me (which is quite a high possibility), read on.

For some people, minimizing the game just after it starts up and then maximizing it again sets the colors straight. But it didn’t for me; what worked for me instead was to open up Process Explorer with Ctrl+Alt+Del after starting the game up, ending the process ‘explorer.exe’ and switching back to the game with Alt+Tab. This did the trick, and should work for most people.

This solution can also be automated without the need for having to go through the process of terminating explorer.exe before starting the game and rerunning it each time the game ends; this can be done by creating a batch file with the instructions fed to it. To do so, create a new notepad file with the following content:

taskkill /F /IM Explorer.exe
EMPIRES2.EXE
Start explorer.exe

{if you have the regular AOE2, or)

taskkill /F /IM Explorer.exe
age2_x1.exe
Start explorer.exe

{for AOE2 Expansion}

Then save it as a batch file, say ‘AOE_fixed.bat’ and then copy it to the folder where the EMPIRES2.exe or age2_x1.exe file exists. Then you may create a shortcut for the batch file on the desktop or elsewhere and then double click on it to launch the game whenever you want. Cheers :)

Original post at: http://smnitb.blogspot.com/2010/02/running-aoe2-smoothly-on-windows-7vista.html