Elemental Enterprise Solutions
EES is a Canadian IT firm developing a suite of applications that will benefit users using them. Elemental Enterprise Solutions Corp.
(EES) is a Canadian IT firm that strives to make its costumers gain competitive advantage by providing them of consulting and software development services, as well as offering its own applications, to highlight their teams’ natural talents to increase our costumer’s revenue. EES is based in Calgary, Alberta, and is operating since 2013.
Botager is online! Want to know more? Request your own server here: http://botager.azurewebsites.net/
Home Page - Botager Botager learns to understand what matters to you and your clients. The human is the tutor and it is the student. It even is able to understand similar terms to those it was tought!
Just felt like doing some CSS and this came up: an Azure-inspired page layout,
https://jsfiddle.net/fsryckewaert/m2dLLdxt/
Pretty awesome tools when working with colours and graphics:
1. http://www.hexcolortool.com/: At the end of the URL, include the Hex value of the color you want to inspect!
2. http://www.computerhope.com/htmcolor.htm: Always reliable
3. https://www.online-image-editor.com/: Great when in need of transparencies
Color Picker - Explore Colors for HTML and CSS Explore colors in HEX, RGBA, HSL. Lighten and darken to find the perfect color. Save palletes to see what works together. Generate CSS and HTML codes.
What's your theme song?
Software that learns? Yes, we are into that!
06/20/2015
It's a shame that in software development, when you have a "Who says we need a top wing?" moment, it isn't as graphic as in The Aviator! How do you feel when you have a moment like that?
http://www.impdb.org/images/thumb/b/b8/AVION_AC_TAVI.jpg/500px-AVION_AC_TAVI.jpg
06/19/2015
Great code to copy selected text in JavaScript:
function getSelectedText(textbox) {
// See http://w3schools.invisionzone.com/index.php?showtopic=35538
if (document.selection) {
//IE
return document.selection.createRange().text;
} else {
//firefox, safari, chrome and opera
return textbox.value.substring(textbox.selectionStart, textbox.selectionEnd);
};
};
getSelection() equivalent? - JavaScript getSelection() equivalent? - posted in JavaScript: I was looking up some bookmarklets (awesome use of JavaScript) when I came across 'document.getSelection();', but couldn't find it in w3schools references (I'm not known for finding stuff). I did find it however on Mozilla's developer network, which…
Young dads, do yourself a favour and add a power up password to your computers to prevent drive issues!
05/24/2015
In case you are doing any SQL table altering this weekend!
http://stackoverflow.com/questions/2523676/alter-table-add-multiple-columns-ms-sql
Alter table add multiple columns ms sql Can anyone tell me where is the mistake in the following query ALTER TABLE Countries ADD ( HasPhotoInReadyStorage bit, HasPhotoInWorkStorage bit, HasPhotoInMaterialStorage bit, HasText bit);
How do you feel when debugging your code?
May the 4th be with you!
04/16/2015
Anybody trying to add an upload feature to their ASP.NET MVC site? Check this out: http://www.aurigma.com/upload-suite/developers/aspnet-mvc/how-to-upload-files-in-aspnet-mvc
How to upload files to ASP.NET MVC application ASP.NET MVC file upload code examples. Learn how to add file uploader to your ASP.NET MVC site. Single and multiple file uploads.
Click here to claim your Sponsored Listing.
Telephone
Website
Address
Opening Hours
| Monday | 8am - 6pm |
| Tuesday | 8am - 6pm |
| Wednesday | 8am - 6pm |
| Thursday | 8am - 6pm |
| Friday | 8am - 6pm |