Already a member?  Login
Like this group?   Click->
Find by Topic
Recent Stories
Most Recent
Top in 24Hr
7 Days
30 Days
365 Days
1
Votes

Periodically I cause havoc for my development machine and this fix comes in handy.

0 Comments Share Print
Gravatar
CoderTakeoutGuy January 07 @ 4:50 pm
1
Votes

Great list of icon sets for web applications.

0 Comments Share Print
Gravatar
CoderTakeoutGuy September 21 @ 11:19 am
1
Votes

While trying to optimize a MySQL query, I ran into a problems trying to avoid MySQL and disk caching which was making it impossible to accurately benchmark two different queries. Fortunately, I was running MySQL on a Centos box and this enabled me to run two quick commands that provided a "fresh" enviornment for each query benchmark.

echo 3 > /proc/sys/vm/drop_caches
service mysql restart

The first command clears the disk cache. The second restarts MySQL. Now, each query can be evaluated on its merits and not how well MySQL and Centos try to optimize performance.

0 Comments Share Print
Gravatar
CoderTakeoutGuy September 20 @ 7:17 pm
1
Votes
This just describes how MySQL uses single index there are more complex rules of how indexes will be used if you look at multiple indexes usage with index merge Using Index to Sort Data Another great benefit of BTREE index is it allows to retrieve data in sorted form hence avoiding external sort process for executing of queries which require sorting.
0 Comments Share Print
Gravatar
CoderTakeoutGuy September 12 @ 7:20 pm
1
Votes

This site is a life saver when creating that special color-coordinated animated gif file. The gif's work on the web and with a PictureBox control work in Windows Forms as well.

Busy.gif
0 Comments Share Print
Gravatar
CoderTakeoutGuy Thursday, July 16, 2009 @ 9:53 am
1
Votes

This articles provides some examples of working with Microsoft's new document standards using .Net libraries.

Here's the link the Microsoft library:

http://www.microsoft.com/downloads/details.aspx?FamilyId=C6E744E5-36E9-45F5-8D8C-331DF206E0D0&displaylang=en

0 Comments Share Print
Gravatar
CoderTakeoutGuy Tuesday, July 07, 2009 @ 2:48 pm
1
Votes

I have started using the Mac keyboard on my Windows PC for development. However, PrtSc and the alt keys can be an annoyance. This article describes how to fix both issues.

0 Comments Share Print
Gravatar
CoderTakeoutGuy Thursday, July 02, 2009 @ 5:22 pm
1
Votes

This seems to be the starting point for developing firefox add-ons.

0 Comments Share Print
Gravatar
CoderTakeoutGuy Wednesday, June 24, 2009 @ 12:32 pm
1
Votes
This is a great site for creating ICO files for FAVICONS and for creating program icons.
0 Comments Share Print
Gravatar
CoderTakeoutGuy Sunday, June 14, 2009 @ 12:13 pm
1
Votes
This is a very cool tool, though the installation is a little confusing. It basically puts the program under the IIS management console, but it works on any website regardless of where it is located.

Other than that, a very useful tool.
0 Comments Share Print
Gravatar
CoderTakeoutGuy Wednesday, June 03, 2009 @ 7:51 pm
Site © Copyright 2007-2010, BubbleLife Media LLC Privacy Policy Terms of Use
Sunday, September 05, 2010 8:40 PM
Powered by BubbleCommunities 0.9.0.3550.64
BUBBLELIFE, BUBBLELIFE MEDIA, BUBBLECOMMUNITIES and NEIGHBORHOOD BRANDS are trademarks of BubbleLife Media LLC. Unauthorized use is prohibited.