Tag : based

Title User Language Tags Description Date
Display DIC user information based on dynamic XML (CLI app.) sarmanu C++ DreamInCode has it's own XML page for users. The snippet extracts information from that XML. Uses XmlTextReader from C++/CLI. June 23, 2010
Simple Console based menu BetaWar C++ A simple menu that allows user input, verifies the user selected a valid option, and more August 14, 2009
Display Google Map based on users location PsychoCoder PHP Snippet that gets the users IP address and displays a Google Map based on their location. If no location can be generated a default image is shown (expected as one of the function parameters) EDIT: Changed to use GeoBytes.Com for more accurate results July 29, 2009
Disable row selection in dev express grid view, based on a condition Adelia Benalius VB.NET This code will disable row selection checkbox in DevExpress AspxGridView based on a certain condition. In this case, when an item is already in a shopping cart. June 2, 2009
Set based looping Yordan Georgiev SQL set based looping May 29, 2009
VBScript: Move files based on date and type. jfrost Visual Basic This VB Script will move any/all files from one directory structure to another (of your choosing) based on the files' last modified date and its file type. All subfolders in the target directory will be created dynamically, as it iterates any/all sub-folders of the source directory; the target will mirror the source directory's structure. Finally, the script will create a log file of files moved. April 29, 2009
Remove open_basedir restriction for a specific domain in Plesk zachharkey Apache

If you have an open_basedir restriction that is causing issues with a domain, you can remove the restriction easily. First, put the following text in /home/httpd/vhosts/[domain]/conf/vhost.conf:

April 21, 2009
Remove open_basedir restriction for all sites in Plesk zachharkey Apache

If you want to remove all of the openbasedir restrictions for all sites in Plesk, simply create a file called /etc/httpd/conf.d/zzzopenbasedir_removal.conf and add this text within it (Be sure you trust your users.) :

April 21, 2009
Creating a CLR based UDF for Doing RegEx Stuff Brent Hoover C# This could be done other ways, but this is my first attempt at a SQL Server CLR Function. January 23, 2009
Ajax based RSS feed parser BetaWar JavaScript Basically, this is set up to take a feed from an offsite (or onsite) URL and display it. January 8, 2009
Add RowColors to Datagridview based on Values in a Row Cell Adam Downs VB.NET This will check each row and change row color based on a column value June 4, 2008
Selective cleanup (deletion) of files (based on category and extension) for use by a SABnzbd+ external post-processing script A B python

This script clean's up (deletes) files with specific extensions, e.g. .sfv, .nzb, but only for downloads belonging to a particular category.

June 1, 2008
Day of Week based greeting spearfish JavaScript Greet somebody based on the day of the week April 22, 2008
Búsquedas en sql buscarini SQL

Quitar acentos para buscar algo

March 14, 2008
Set form values based on properties of object Kevin Isom VB.NET Set the form values based on properties of object using reflection March 2, 2008