Aug 26, 2008 by
Paul WhiteThe BotNet seems to be growing faster than ever. I have included a list of all the IPs, I have caught attempting SQL injection via querystring. If you have your own blacklist, feel free to add these to your list.
Aug 25, 2008 by
Paul WhiteEven though this has been known with webmasters for sometime, Here I go over a few of the reasons why you can significantly increase your google ranking by using websites based on CSS
1 Comments
217 Visitors
348 Views
Aug 20, 2008 by
Paul White
Before you let your mind wonder off to places it shouldn't. Let me be clear I was at a strip club doing computer work. After a discussion with the DJ, I can to realize the rules of a strip club, some of which could apply to those with corporate jobs.
Aug 15, 2008 by
Paul WhiteIf you run a website that is based on SQL, or MySQL. This is a must read. Some of my websites recently have been under attack by bots that are trying a new method of SQL injection attack.
Jul 29, 2008 by
Paul White
When moving into a house, something many over look is the cost of utilities. I live in a 2000 sqft house, and our utilitiy bill last month was $320. Read more about how I plan to solve the problem with a new window Air conditioner in my office.
3 Comments
2490 Visitors
3681 Views
Jul 28, 2008 by
Paul WhiteWhen you pull up to Iniquity Houston, the first thing you will notice is the Giant Q above the entry. Valet Parking is there ready to serve you, along with a shared parking lot accross the street if you would rather self park. Before you make plans to attend this venue, just know this. The place is a BYOB couples club. Meaning if you plan on going, you must bring your own alcohol. You can then buy Mixers ( coke, Juice, water ) from the bar tenders. Also if you are a single guy, you will need to bring a female date. Single Ladies of course are always encouraged to come out. I have include a few pictures of the club. Enjoy
Photo Gallery with 11 Photos
11 Photos
1 Comments
834 Visitors
1464 Views
Jul 17, 2008 by
Paul White
We all want that dark green lush lawn. I have found the secret. Just be prepared to mow twice a week, as the stuff will grow fast.
Jul 9, 2008 by
Paul WhiteToday as I was searching the web for tutorials on Flash AS3. I came across a very nice tutorial. This tutorial helps explain some of the main differences between AS1, AS2 and AS3. Thus far I am liking AS3, but it does have a steep learning curve. In AS1 and AS2 the language was very simple. It didn't require a lot of code to do anything. Even graphic designers who traditionally curse at the thought of coding were able to understand how to use flash. AS3 is written for the hardcore programmer in mind. This is good because it gives you more control over things, but the result is you write alot more code. I tend to learn better from examples. I see code formatted in a particular way. I see what is does, then I make changes to it, and see how it affects the results. Learning how to Code with the new AS3 is like moving into a new big city. After a while you get a logical feel for where everything is, and how to get from point A to point B. This guy did an awesome job explaining AS3 in words and examples I understand. Check it out!
1 Links
172 Visitors
285 Views
Jul 5, 2008 by
Paul WhiteRecently one of my clients asked me this question. Rather than getting into a detailed discussion of how the internals of a computer works, I made an analogy to help my client understand what cache is and what it does. To hear my full analogy and a little history on cache read this entry.
Jul 3, 2008 by
Paul WhiteIf you make dozens of SQL queries within a single webpage this is not the most scalable way to build a website. ASP.NET supports Caching, allowing you to store information directly in the server's memory. Here I give you a little information on caching and how to use it to make your websites load faster.