Greg Jones
A nationally award winning visionary, self-motivated, hands-on experienced results-driven leader of all aspects of Information Technology Services credited with shaping team performance to deliver leading software applications and IT departments. Skillfully build relationships among clients, investors, and cross-functional teams. Highly technical and noted leader of community IT groups in the North Carolina Triangle area. 15 years experience including Biotech, Finance, State & Federal Government, E-Commerce and Manufacturing.
Profile
Summary
- Chief Enterprise Architect
- IT Director
- Senior SOA Architect
- Hockey Fan
Experience
- Aug 2005 - PresentChief Technology Officer - Crime Control & Public Safety / State of North CarolinaEnterprise Strategic Change Agent – Transitioned Department from five independently focused, operations heavy, IT sections into three synergistic teams focused on a common IT Strategic Plan. Introduced the concept of enterprise services to the Department; created strategic plan, architected the technical direction and lead the deployment of enterprise focused product delivery and support saving $1M in operational costs. Winner of the 2009 Microsoft Customer Excellence Award for excellence in Public Sector Industry Leadership.
A national award winning technical athlete. Defined, architected and lead enterprise product development for the Department. Worked with small development teams (1 – 5 per team) to quickly get products into production based on an agile approach. Designed and managed teams utilizing Department approved common UX components and approaches. Lead or reviewed all project designs and participate in some projects as a designer, developer, tester, or trainer to quickly fill any immediate personnel gaps to expedite product deployment. Researched new technology to determine their potential implementation in the next business need. Approved all projects budgeted over $.5M including the oversight of statewide private law enforcement data/radio system ($250M budgeted). Represented the Department as the technical expert for external technical meetings, conferences and interviews. - May 2004 - Aug 2005Software Analyst / Compuware
- Oct 2003 - Oct 2004GIS Architect and Project Manager / Ajilon Consulting
- Jan 2003 - Oct 2003Senior Developer and Extreme Programming Coach / GlaxoSmithKline, Research
- 2000 - 2003Sr. Analyst / Ajilon
- May 2000 - Jan 2003IT Manager, Software Architect, Project Team Lead Manager / Program Team Lead / WorldCom
- Nov 1999 - May 2000Senior Software and Database Designer / Wavetek Wandel Goltermann
- Jan 1998 - Nov 1999Lead Application Architect / United States Postal Service
- May 1995 - Dec 1997Plant Systems Integration Coordinator / Kellogg USA Inc
- Jan 1987 - Jan 1992Missile Technician Third Class / US Navy
Education
-
1993 - 1997University of Nebraska-Lincoln
Additional Information
Posts
IDE that seems to be able to develop Android, IPhone, Rails, PHP and native desktop apps
https://wiki.appcelerator.org/display/guides/Videos
There is now an achievements plugin for Visual Studio. See if you can create a class that has 10 inheritances: http://channel9.msdn.com/achievements/visualstudio
//Add collapsible functionality to sections.
/*********************************************************************/
function attachCollapsableToSections() {
var sections = getElementsByCondition(function(elm)
{ if (elm.className.indexOf("ms-crm-Form-Section") != -1) return true; }, null);
for (var i = 0; i < sections.length; i++) {
sections[i].innerHTML = ‘<img alt="Expanded, click to collapse" src="/_imgs/navup.gif" style="cursor:hand;"/>’ + sections[i].innerHTML; sections[i].childNodes[0].attachEvent(‘onclick’, toggleVisibility);
}
}
function attachCollapsableToSections() {
var sections = getElementsByCondition(function (elm) { if (elm.className.indexOf("ms-crm-Form-Section") != -1) return true; }, null);
for (var i = 0; i < sections.length; i++) {
sections[i].innerHTML = ‘<img alt="Expanded, click to collapse" src="/_imgs/navup.gif" style="cursor:hand;"/>’ + sections[i].innerHTML;
sections[i].childNodes[0].attachEvent(‘onclick’, toggleVisibility);
}
}
function toggleVisibility(e) {
var sectionContainer = e.srcElement.parentNode.parentNode.parentNode;
var elements = getElementsByCondition(function (elm) { if (elm.vAlign == "top") return true; }, sectionContainer);
for (var i = 0; i < elements.length; i++) {
if (elements[i].style.display == "none") {
elements[i].style.display = "";
e.srcElement.src = e.srcElement.src.replace("navdown", "navup");
}
else {
elements[i].style.display = "none";
e.srcElement.src = e.srcElement.src.replace("navup", "navdown");
}
}
}
function getElementsByCondition(condition, container) {
container = container || document;
var all = container.all || container.getElementsByTagName(‘*’);
var arr = [];
for (var k = 0; k < all.length; k++) {
var elm = all[k];
if (condition(elm, k))
arr[arr.length] = elm;
}
return arr;
}
/*********************************************************************/
I created an HTML 5 based CMS app:
http://m.wix.com/gregjonescto/icandothat
Is this the best way to build enterprise based apps – HTML 5?
I don’t see why not.
OS
- Windows 8
- Metro Look
- Touch
- Blend Apps with other apps
- OS X Lion
Cloud
- Private Clouds
- HyperV, VMWare
- Public Clouds
- Amazon
App Solutions
App Development
- Social vs Crowdware
- Mobile vs HTML 5
Processes
- BCP & Strategic Planning => Enterprise Architecture
Other
- BYOT (Bring Your Own Tech.. to the office)
I found a great example of communicating an ITIL Service Catalog from Purdue University.
http://www.itap.purdue.edu/service/catalog/about.cfm