WhiteSites Blog

How to make your CSS look the same in IE and firefox

May 27, 2008 by Paul White

I was fighting some design issues on my client's new site.  But I found some CSS code that did the trick.  I guess the trick is to reset all your tags inside your CSS before starting to implement your own custom attributes.  If you have been struggling with getting your CSS to look the same on both your firefox and IE 7 pages. This code snippet will do the trick.

Read
1 Comments
6341 Visitors
6341 Views

Ethanol is not Green Energy

May 21, 2008 by Paul White

Recently there has been this notion of thinking that ethanol ( made from corn or other plants ) is part of what we call green energy.  It is not.  Green energy is when you are able to collect energy from something that is already there, but just not harnessed.  The only forms of green energy are water, wind, and light.  Everything else has to be manufactured and create some sort of waste.

Read
2313 Visitors
2313 Views

Oil Companies are not to blame

May 14, 2008 by Paul White

Many people would like to believe that oil prices are going to go back down soon.  But if there is one constant in a capitalist world its that markets will always work.  Here are a few theories about the price of Oil

Read
2376 Visitors
2376 Views

How to become a Billionaire

May 11, 2008 by Paul White

Recently there has been alot of attention on Warren Buffet.  He is practically a god in the investment world.  He wasn't a trust fund baby like most of the other Billiionaires.  He grew his money over time with smart investing.  After I worked some numbers I figured out that becoming a Billionaire is really not that hard, just a matter of discipline and a eye for stock trades that will make you money.  Check out the figures for yourself.

Read
3331 Visitors
3331 Views

Steve Ballmer TKOs Jerry Yang

May 4, 2008 by Paul White

Steve Ballmer just kicked Jerry Yang's ASS.  This goes to show how one company can destroy its competition by just making an offer.

Read
2491 Visitors
2491 Views

WhiteSites News and Updates

Apr 28, 2008 by Paul White

New website is coming soon.  Read about it and other rants.

Read
2240 Visitors
2240 Views

Stop Spam with Grey Listing in SmarterMail

Apr 17, 2008 by Paul White

For the longest time I had the wrong definition of what grey listing is.  Once I figured out what it really is, and implemented it on my server running SmarterMail 4.x. I saw a huge drop in spam.  If you hate spam, this might very well solve all your problems.  Read this article for information on how it works and why it works.

Read
3958 Visitors
3958 Views

Best idea to solve the war in the middle east

Apr 5, 2008 by Paul White

I got this recently in an email.  Even though its not the most politically correct solution, it is maybe one of the better ones.
map of the middle east

Read
7193 Visitors
7193 Views

How to Decompile a .NET DLL

Apr 1, 2008 by Paul White

I am not a huge fan of precompiling my code into DLL files, Simply because it makes it harder for other to diagnose problems, and trouble shoot your application.  Repairs should be possible with notepad if you are desperate.  I had a client that called with this exact situation.  Their Old Developer was a hard core Visual Studio Man, and all the code was in DLL files.  I found a little tool that allows you to open the DLLs and see the source code.  Opening DLL files may not be legal in some situations, but in my case it was to help my client get their application back up and running.  I was rather impressed with this tool. 

Read
2 Comments
11701 Visitors
11701 Views

asp.net http module for project honey pot http IP blacklist

Mar 31, 2008 by Paul White

Project Honey Pot
If there is one things that developers agree on, its that hackers, and spammers should be hunted down, and Killed, ( I mean brought to justice ).  The guys over at Project Honey Pot are leading the fight against spam.  They have setup a HTTP Blacklist that developers can use to validate their visitors IP.  The only problem is writing some code to utilize it might be a little advanced for some.  I have created an HTTP Module for ASP.NET that will validated your visitors before they get into your site.  I even commented my code ( something I usually don't do ), so others can learn.  Give it a try and let me know what you think. 

Read
2 Comments
9746 Visitors
9746 Views