
digitaltools.com
VinSite, Release Manager, GridViewTree and IDDRelease Manager by DigitalTools.
http://www.digitaltools.com/
Release Manager by DigitalTools.
http://www.digitaltools.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Thursday
LOAD TIME
0.6 seconds
16x16
32x32
ADE
Jim Brooks
418 Wi●●●●●●end Ct
Hoc●●●sin , Delaware, 19707
United States
View this contact
ADE
Jim Brooks
418 Wi●●●●●●end Ct
Hoc●●●sin , Delaware, 19707
United States
View this contact
ADE
Jim Brooks
418 Wi●●●●●●end Ct
Hoc●●●sin , Delaware, 19707
United States
View this contact
25
YEARS
6
MONTHS
9
DAYS
GODADDY.COM, LLC
WHOIS : whois.godaddy.com
REFERRED : http://registrar.godaddy.com
PAGES IN
THIS WEBSITE
12
SSL
EXTERNAL LINKS
59
SITE IP
76.12.82.92
LOAD TIME
0.647 sec
SCORE
6.2
VinSite, Release Manager, GridViewTree and IDD | digitaltools.com Reviews
https://digitaltools.com
Release Manager by DigitalTools.
Jim's blog | .Net and SQL Server blog
Net and SQL Server blog. Automated Teacher’s Supply Lists. 18 May 2017 15:59. I was exposed to the back to school scavenger hunt for the first time when our daughter was entering 7. Grade (Don’t know how I avoided it for so long.) We spent 2 hours in Staples looking for a very specific folder. Either Staples didn’t carry it or the store we were in was out of them. My wife informed me that we would be trying another Staples. That weekend I started a website called SupplyChasers.com. Of course, teachers ca...
VinSite, Release Manager, GridViewTree and IDD
https://www.digitaltools.com/Products.aspx
Teachers can create and share online supply lists and include example products from Amazon.com. Parents can have example products automatically transfered to their Amazon.com cart so they are shipped hassle-free. Lists are also viewable from smart phones while shopping. Receive a text message or EMail when the value on a webpage changes. Allows you to gain control over your software release process - an important part of delivering quality software.
Store
https://www.digitaltools.com/Store.aspx
Release Manager, v3.14 - Per Named User License. Instant Data Dictionary - SQL Server, v2.2 - Single Server License. GridViewTree, v2.2 - Single Developer License.
ChangeAlerts! Overview
https://www.digitaltools.com/ChangeAlerts/Overview.aspx
Be the first to know when the value on a webpage changes. You can schedule ChangeAlerts! To monitor your main competitors webpage and notify you when the price changes. You can set it up to send you notifications when:. Your website is down. Your website wasn't updated as expected from a scheduled process. Your error log contains a new critical error. Your search engine ranking changes significantly. Your bank account shows a new transaction for over $500. 10 minute instructional video.
Release Manager by DigitalTools
https://www.digitaltools.com/ReleaseManager.aspx
Release Management for Software Development Teams. Control what is in your release at the issue item (or bug ID) level. When performing a build you can select to exclude issue items and the Release Manager will then exclude all of the changed files that are linked to that issue item. No more picking through files to try and exclude a set of changes. A detailed report on issue items and files included in the release is automatically generated. This allows for targeted and complete testing. This is importa...
GridViewTree
https://www.digitaltools.com/GVT.aspx
Functions like a multi-column TreeView. AJAX-based load on demand. Uses common .NET data binding. All columns are sortable. Full control over where parent nodes sort. Nearly codeless development experience. Highly customizable style and behavior options. Built-in checkboxes and hyperlink functionality. Set images based on data or URLs. Installs on your Visual Studio tool bar. Works with Visual Studio 2005 and 2008. Is the most advanced and complete ASP.Net multi-column treeview control.
TOTAL PAGES IN THIS WEBSITE
12
Development
http://blog.digitaltools.com/category/Development.aspx
Net and SQL Server blog. SQL Server 2005 to 2012 Differences for Developers. 14 November 2015 12:24. We are upgrading from SQL Server 2005 to 2012. There are a lot of features for developers that have been added over those 7 years. Here are some you might find useful. 1 You can assign a value to a variable when you declare it. 2 You can insert multiple rows without needing to repeat the column list. MyTable ( ID, LastName ). Up to 1,000 sets.). 3 Among the new data type there are DATE and TIME types.
Show Child Count in a DataGrid
http://blog.digitaltools.com/post/2013/03/11/Show-Child-Count-in-a-DataGrid.aspx
Net and SQL Server blog. Show Child Count in a DataGrid. 11 March 2013 17:49. I have an application with the following as part of the data model:. So an Account can have many Users and a user can belong to many Accounts. I wanted to show the Accounts in a DataGrid along with the number of Users that were linked to that account like show in the 3rd column here:. Binding= {Binding xrefAccountsUsers, Converter={StaticResource setToCountConverter}. System.Globalization.CultureInfo culture). I found this code...
Binding a Silverlight DataGrid’s ComboBox To a Model
http://blog.digitaltools.com/post/2013/07/31/Binding-a-Silverlight-DataGrids-ComboBox.aspx
Net and SQL Server blog. Binding a Silverlight DataGrid’s ComboBox To a Model. 31 July 2013 11:49. I have a DataGrid that is bound to my Employee entity and I needed to be able to select his building from a list of buildings in that same model. There is a path to the Employee’s Building through buildingId, but no path to the full list of buildings so it could the source for the ComboBox. Then on the CheckBox inside the DataTemplate I have its ItemSource use the resource. TextBlock Text= " ". I introduced...
Auto Feeding the Cat with Video Confirmation
http://blog.digitaltools.com/post/2015/03/13/Auto-Feeding-the-Cat-with-Video-Confirmation.aspx
Net and SQL Server blog. Auto Feeding the Cat with Video Confirmation. 13 March 2015 11:38. From a schedule program I wrote on my laptop I wanted to turn on an electric wall outlet which would then turn on the cat’s auto feeder. The wife said she didn’t trust this to work, so she needed a video showing the cat being feed. . So I combined all the Z-Wave tools I posted about here. You can see a sample video here. So here are the steps that it now follows:. Also, I’m going to use my ChangeAlerts! Program to...
Scrolling in KnockoutJS
http://blog.digitaltools.com/post/2015/01/07/Scrolling-in-KnockoutJS.aspx
Net and SQL Server blog. 7 January 2015 05:51. I have a KnockoutJS site ( SupplyChaser.com. Where the user can change the order of the products by clicking an up or down arrow image when the product’s row is selected. See below. First, KnockoutJS does the binding to the click event for us:. Product, event) {. Code to reorder the array here . And now the function I had to play with to get right. Obviously this uses JQuery. The hard coded values are based on how big my top and bottom menu’s are....Be no...
Silverlight
http://blog.digitaltools.com/category/Silverlight.aspx
Net and SQL Server blog. SQL Server 2005 to 2012 Differences for Developers. 14 November 2015 12:24. We are upgrading from SQL Server 2005 to 2012. There are a lot of features for developers that have been added over those 7 years. Here are some you might find useful. 1 You can assign a value to a variable when you declare it. 2 You can insert multiple rows without needing to repeat the column list. MyTable ( ID, LastName ). Up to 1,000 sets.). 3 Among the new data type there are DATE and TIME types.
Programming Your Home
http://blog.digitaltools.com/post/2015/02/28/Programming-Your-Home.aspx
Net and SQL Server blog. 28 February 2015 11:09. I wanted to do some home automation and I wanted to write the code myself (I’m a software developer.) I looked into it and decided to use Z-Wave technology. I started by buying a USB Z-Stick. For about $45 to allow my laptop to talk to the different devices. This can control up to 232 devices and each device rebroadcasts your command so it has a far range. You can buy all these items on Amazon.com. Visual Source Safe to Subversion Conversion. Get a Refer...
Recording Deletes When Using Entity Framework
http://blog.digitaltools.com/post/2014/09/22/Recording-Deletes-When-Using-Entity-Framework.aspx
Net and SQL Server blog. Recording Deletes When Using Entity Framework. 22 September 2014 06:30. I have all the changes archived to archive table using triggers, but this doesn’t record anything when a row is deleted. I created a dedicated table to record the deletes. I then added this to my data model and add a record to it right after I do a remove. DbAreas.Remove(area); db.Deletes. 2d4c9c80-5266-4811-8f5a-2e4eb33110c7 0 .0 27604f05-86ad-47ef-9e05-950bb762570c. MSBuild with Silverlight / RIA Services.
TOTAL LINKS TO THIS WEBSITE
59
Digital Tools for Professionals
DigitalToolFactory.com
You must login to the system first before you can enter. We can send it to you. Just enter your email address and we'll send you your password.
A Specialty Web Tool Maker in Atlanta Georgia | Web Development | Web Design
A Specialty Web Tool Maker in Atlanta Georgia. We’re a back-end web development company based in Atlanta Georgia, home to hip-hop, the Turner experiment and warm people suffering in hot weather. We used to be called Creative Plumbing, but we changed the name in the summer of 2009. We Built This: Great Game of Golf! Hidden Links came to use with an interesting challenge - how to merge the digital happiness of social networking with the analog happiness of the Great Game of Golf? We integrate the most comp...
A Toolkit For Game Analysis
A Toolkit For Game Analysis. Saturday, 13 December 2008. History and Analysis 3 module has now ended, their will be no more posts on this Blog, keep your eyes peeled for the next course blog for History and Analysis 4, starting in Febuary 2009. A link will be posted to the next blog as the module starts. Posted by Alan Hook. Wednesday, 26 November 2008. I want to get physical. physical. 1 Each game must be made in less than seven days,. 2 Each game must be made by exactly one person,. Posted by Alan Hook.
Cam-Tools
Is a Precision Mould Makers of plastics tooling and Supplier of Injection Moulded Parts . We offers solutions for complex tooling challenges for many OEMs, Tier 1 and Tier 2 customers worldwide.CAM TOOLS takes extreme pride in our team members and unlimited capabilities in all aspects of the tooling industry. From Engineering to new builds, modifications, troubleshooting of tooling issues, and engineering concerns. 91 22 2852 1358 / 2851 1647. Our UK. Representative.
VinSite, Release Manager, GridViewTree and IDD
Continuous Integration for your database. Changes from Subversion or TFS Scripts in version control are automatically filtered, sorted and combined into one release script. Teachers can create and share online supply lists and include example products from Amazon.com. Parents can have example products automatically transfered to their Amazon.com cart so they are shipped hassle-free. Lists are also viewable from smart phones while shopping. This web based data dictionary is designed for developers and onl...
Digital Tools | Home
Casa de alquiler de equipos de video assist digital para cine, publicidad, documentales y TV. Streaming 360 4K - Cámara Orah 4i. Isla de edicion HD/SD. Estudio Foto / Video. Callbacks / Books / Ensayos. Casting web / FTP Hosting. Info@digitaltools.com.ar - tel 54-11-4552-4660 - cel 54911-3173-0523 - Buenos Aires, Argentina.
John's Web Page
Hello, you're at. Hello, you're at. Digital Tools has retired, this page is for my amusement only. Some examples of past projects. Opens the local weather page. Opens the birthdays demo. Opens the web radio player demo. Opens the Trivia demo. Some pictures of our life. Chris and the kids. You can't beat this for breakfast. At sea is the life for me. Good book, great coffee. Eating out with Kerrie. Admiring the local wildlife. Entertaining our friends from the UK. Big kids and little ones.
Soluciones Informáticas Digital Tools
In order to view this object you need Flash Player 9 support! Sistemas de Informacion Geografica. Desarrollamos Sistemas a la medida de Información Geográfica GIS. Sistema de Facturacion e Inventarios. Digital-Almacén: Sistema Web de facturación experto en empresas que tienen varias sedes, almacenes, bodegas. Capacitacion a recurso humano. Analizamos lo procesos de su empresa y capacitamos a su personal en herramientas tecnologicas que permitan mejorarlos. Software a la medida.
digitaltools | Werkzeuge für die digitale Produktentwicklung
Digitaltools
Üdvözöljük a Digitaltools Kft. weboldalán! Érdeklődés, rendelés leadása. Minden jog fenntartva Digitaltools 2007-.