This is a walkthrough for the Path of Ascension Challenge for the game StarCraft 2. With this strategy you can get all three achievements (bronze, silver, gold).
This is a walkthrough for the Strategic Command Challenge for the game StarCraft 2. With this strategy you can get all three achievements (bronze, silver, gold).
I ran into an interesting problem today with a wordpress theme that I developed for a client. I was using the same drop-down menu from the new TwentyTen theme, and everything was working fine… or so I thought. As it turns out, when viewing the theme in IE7, the drop-down menu was appearing behind other elements on the page.
It seems a lot of users lately have been asking questions about AJAX forms with JQTouch and wondering how they work. I have put together some video tutorials which walks you through creating a login form from scratch. The form submits via AJAX, validates the form variables, then uses a cookie based system to remember if you’ve logged in or not. Please leave me comments if you like what I’ve put together or if you have any questions or feedback.
You can download a copy of the code here
Part 1: Creating the home page
Part 2: Creating the form handler
Part 3: Creating the logoff handler and adding logic to the home page
Now that you know how to maximize your coin gathering (here) you can turn your attention to maximizing your leisure. When looking at leisure, you want to analyze how much leisure you get for each grid square that the building is using, what the cost for each leisure point is, and how much money the leisure building will make for you.
A macro is a small program that runs on your computer that you can use to automate certain tasks. You can use a macro to simulate keystrokes on your keyboard or clicks from your mouse. I will show you how to setup a macro to gather all of your coins in Social City enabling you to maximize your coin gathering. With this strategy I am able to gather over $90,000 from a single factory in a day.
In a single day I was able to gather over $800,000 coins! That’s over $90,000 a day with a single factory. In a week I’ll be able to gather $5.7 million. Right now I’ve got nine factories, and can’t wait to get my 10th. It doesn’t take anything special. It doesn’t even take a whole lot of work. I will show you how you too can be maximizing your coin gathering.
Many people (me included) can get in the habit of placing things in a CSS file wherever you want. I want to put an end to that.
When you are giving names to your ids and classes use names that are appropriate and clear. If you had a class just called “wrapper” and someone else was looking at your CSS they would have no idea what it is used for or where it’s in use. Give it a more descriptive name like “wrapper_header” or “wrapper_image”. I also prefer to use an underscore to seperate words in my class and id names, but it’s also acceptable to use camel case like “wrapperHeader” or “wrapperImage”. In my opinion I feel that using an underscore is more readable at a glance, but using camel case does get rid of a character if you’re really worried about file sizes.
(more…)