wykabryan
  • United States of America
Member Since: 2003/06/08
Tech Certifications:

Provide a quick, creative biography in 140 characters or less.

More bio
Activity
Points this month0
Total points566,621
Questions: 4
Solutions: 436
Articles:
Videos:
Tutorials:
Posts:
Group Discussions: 7
Professional Background
No Professional Background shown
More
Education
No Education Background shown
More
Full Biography

I have been working in the Crystal Reports environment for the last 12 years.  I started off with 7.0 enterprise and have upgraded along the way.  My background contains a lot knowledge in various areas.  As the old saying goes, Jack of All Trades, and a Master to none.  I build and fix computers, demo and explore various web application and do website development.  

For the most part I am on EE between the hours of 7 am to 3:30pm central time zone.

<script type="text/javascript">
var obj;
function JSONscriptRequest(fullUrl){
this.fullUrl=fullUrl;
this.noCacheIE='&noCacheIE=' + (new Date()).getTime();
if(document.getElementsByTagName("head").item(0) == null){
this.headLoc=document.getElementsByTagName("html").item(0);}else{
this.headLoc=document.getElementsByTagName("head").item(0);}
this.scriptId='JscriptId' + JSONscriptRequest.scriptCounter++;
}
JSONscriptRequest.scriptCounter=1;
JSONscriptRequest.prototype.buildScriptTag=function(){
this.scriptObj=document.createElement("script");
this.scriptObj.setAttribute("type", "text/javascript");
this.scriptObj.setAttribute("charset", "utf-8");
this.scriptObj.setAttribute("src", this.fullUrl + this.noCacheIE);
this.scriptObj.setAttribute("id", this.scriptId);
}
JSONscriptRequest.prototype.removeScriptTag=function(){
this.headLoc.removeChild(this.scriptObj);
}
JSONscriptRequest.prototype.addScriptTag=function(){
this.headLoc.appendChild(this.scriptObj);
}
function addScript(){
obj=new JSONscriptRequest('https://www.experts-exchange.com/shared/async/expertBadgesJSON.jsp?q=1tJd09xzp58=');
obj.buildScriptTag();
obj.addScriptTag();
}
</script>
<link type="text/css" rel="stylesheet" href="https://www.experts-exchange.com/shared/expertBadgesCss.jsp" />
<!--[if lte IE 6]><div class="IE"><![endif]-->
<div id="pageMain">
<div id="smallCustomImage" class="smallCustomImage">
<div class="smallBadgeContainer">
<div id="certifiedExpertName" class="certifiedExpertName"></div>
<div id="certifiedExpertMemberSince" class="certifiedExpertMemberSince"></div>
<div id="certifiedExpertEEple" class="certifiedExpertEEple"></div>
<div id="certifiedExpertZoneRank" class="certifiedExpertZoneRank"></div>
<div id="certifiedExpertZones" class="certifiedExpertZones">
<div class="certifiedExpertZonesRanks">
<div class="maginBottom"><span id="certifiedExpertZoneRank1" class="certifiedExpertZoneRankTd">#1  </span><span id="certifiedExpertZone1" class="certifiedExpertZoneRankTdData"></span></div>
<div class="maginBottom"><span id="certifiedExpertZoneRank2" class="certifiedExpertZoneRankTd">#2  </span><span id="certifiedExpertZone2" class="certifiedExpertZoneRankTdData"></span></div>
<div class="maginBottom" style="display:none;"><span id="certifiedExpertZoneRank3" class="certifiedExpertZoneRankTd">#3  </span><span id="certifiedExpertZone3" class="certifiedExpertZoneRankTdData"></span></div>
</div>
</div>
<div class="certifiedExpertStatistics">
<div id="certifiedExpertQuestionsAnswered" class="certifiedExpertFloatedContent">
<div class="certifiedExpertFloatLeft">Questions Answered</div>
<div id="certifiedExpertQuestionsAnsweredData" class="certifiedExpertFloatRight"></div>
<div class="certifiedExpertClearBoth"></div>
</div>
<div id="certifiedExpertArticlesWritten" class="certifiedExpertFloatedContent" style="display:none;">
<div class="certifiedExpertFloatLeft">Articles Written</div>
<div id="certifiedExpertArticlesWrittenData" class="certifiedExpertFloatRight"></div>
<div class="certifiedExpertClearBoth"></div>
</div>
<div id="certifiedExpertPoints" class="certifiedExpertFloatedContent">
<div class="certifiedExpertFloatLeft">Overall Points</div>
<div id="certifiedExpertPointsData" class="certifiedExpertFloatRight"></div>
<div class="certifiedExpertClearBoth"></div>
</div>
</div>
</div>
<div id="expertBadgesBottomLogoSmall"><a target="_blank" href="https://www.experts-exchange.com?cid=2289"><img src="https://www.experts-exchange.com/xp/images/150_CustomBottomLogo.gif" border="0" /></a></div>
</div>
</div><!--[if lte IE 6]></div><![endif]-->
<script type="text/javascript">
function take(data){
if(data==null){alert('Error accessing data');}

document.getElementById('certifiedExpertName').innerHTML="<a class='expertBadgesLinks' target='_blank' href='https://www.experts-exchange.com/M_1241827.html?cid=2289'>" + data.memberName + "</a>";
document.getElementById('certifiedExpertArticlesWrittenData').innerHTML=data.memberArticlesWritten;
document.getElementById('certifiedExpertPointsData').innerHTML=data.memberTotalPoints;
document.getElementById('certifiedExpertQuestionsAnsweredData').innerHTML=data.memberQuestionsAnswered;
document.getElementById('certifiedExpertMemberSince').innerHTML='MEMBER SINCE ' + data.memberSinceDate;
document.getElementById('certifiedExpertZoneRank').innerHTML=data.memberZoneRank;
document.getElementById('certifiedExpertEEple').innerHTML=data.eeple;
document.getElementById('certifiedExpertZone1').innerHTML="<a class='expertBadgesLinksForZones' target='_blank' href='https://www.experts-exchange.com" + data.memberZoneDefaultPath1 + "?cid=2289'>" + data.memberZoneRank1 + "</a>";
document.getElementById('certifiedExpertZone2').innerHTML="<a class='expertBadgesLinksForZones' target='_blank' href='https://www.experts-exchange.com" + data.memberZoneDefaultPath2 + "?cid=2289'>" + data.memberZoneRank2 + "</a>";
document.getElementById('certifiedExpertZone3').innerHTML="<a class='expertBadgesLinksForZones' target='_blank' href='https://www.experts-exchange.com" + data.memberZoneDefaultPath3 + "?cid=2289'>" + data.memberZoneRank3 + "</a>";

}
addScript();
</script>

More
Languages
No Languages shown

Level Progress

Current: Level 16
wykabryan needs 11,379 points to level up.
LVL 17
  • Overall
    16
  • Crystal Reports
    15
  • DB Reporting Tools
    9
  • .NET Programming
    2
  • SQL
    2
  • Microsoft SQL Server 2005
    2
  • Productivity Apps
    1
  • Oracle Database
    1
  • Microsoft SQL Server
    1
  • Web Components
    1
  • Microsoft Development
    1
  • Software
    1
  • Visual Basic Classic
    1
  • Fonts Typography
    1
  • Apple Software
    1
  • Business Management
    1
  • Operating Systems
    1
  • Sybase Database
    1
  • C#
    1
  • Web Development
    1
  • Enterprise Software
    1
  • Email Protocols
    1
  • Microsoft Applications
    1
  • SAP
    1
  • Tax / Financial Software
    1