BETA
 
Browse By Category

Arts (0) Home (0) Science (0)
Business (1) Humor (4) Shopping (0)
Computers (9) Kids (0) Society (9)
Education (0) News (0) Sports (0)
Entertainment (2) Recreation (5) Travel (3)
Games (0) Reference (0) World (0)
Health (0) Regional (1) Other (2)


Computers
DescriptionCommentsCategory
1 . A Collection Of Useful .NET Functions C#
This is a collection of useful .NET functions (C#) that every developer must have. It will save you a lot of repetitive tasks. For beginners, it's also a great learning reference. Please post comments if you need help using them. Happy programming!
(8) Computers
2 . Best XNA Websites
This list is to help identify the best websites offering tutorials and information on the XNA Development Platform for Windows and the XBox360.
(6) Computers
3 . Collection of Useful JavaScript Functions
JavScript know as voodoo magic has become quite a pain when dealing with cross browser support. This is collection of useful cross browser JavaScript functions all web developers should have. I plan to be adding some AJAX widgets as soon as I learn more about JavaScript!
(0) Computers
4 . How to import IIS logs into a database
This windows batch script will loop through files in a directory filtering for files with the extension .log. The log LogParser is executed with the database parameters.

To use this windows batch script you must download Microsoft's Log Parser.
http://www.microsoft.com/downloads/details.aspx?FamilyID=890cd06b-abf8-4c25-91b2-f8d975cf8c07&displaylang=en

Then save the below script as something.bat file and execute!


echo off
echo.
echo IIS Log Parser Import To SQL Server

FOR /r C:\temp\ %%G IN (*.log) DO c:\"program files"\"log parser 2.2"\LogParser "SELECT date, time, c-ip, cs-username, s-ip, s-port, cs-method, cs-uri-stem, cs-uri-query, sc-status, cs(User-Agent) FROM %%G TO TestLogTable" -o:SQL -server:dw-ics-dev -driver:"SQL Server" -database:IISLogDatabase -username:youruname -password:yourpassword -createtable:ON

echo.
(0) Computers
5 . Improvements For This Website
User feed back, recommendations, and bugs related to A Critic's Review website.
(0) Computers
6 . Opensource .Net Controls
A list open source .Net controls .Not shareware or 30 day trials. I hope this helps other programmers find useful tools they can incorporate and learn from.
(7) Computers
7 . Useful functions within Crystal Reports
This list is for useful functions used within standard Crystal Reports. It is for poor report writers and analysts expected to learn application the way I did -- good old trial and error!
(0) Computers
8 . Ways to get pirated software and digital media
In the digital age some would argue that piracy has become a serious social and economic problem. If you look hard enough you can get any software title, movie, song or anything digital on the Internet. Illegal software use in the US accounts for 25 -
50% and and average of 57.8% worldwide. Vietnam and China are the worst with 92% software piracy. In China, you can go to a any market and buy CDs or DVDs for a $1. These are full blown Windows XP Pro and unreleased movie titles.

Software companies have improved ways of deterring software from being pirated. Some strategies have helped stop the spread of piracy include: advertisments that promote piracy as stealing, digital management rights software, secured USB dongles, and forced online registration. While software secuirty has improved, these methods do not stop tech savy users from finding ways to getting arounding these softwares security.

The list below identifies popular methods for getting pirated software. These methods are easy and available to anyone with a computer and Internet access.

http://www.nationmaster.com/graph/cri_sof_pir_rat-crime-software-piracy-rate
(7) Computers
Page: << Previous  Next >>  1