CINXE.COM

wiki Job Trends | Indeed.com

<html> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("http://web.archive.org/web"); __wm.wombat("http://www.indeed.com/jobtrends?cat=wiki","20100118053653","http://web.archive.org/","web","/_static/", "1263793013"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>wiki Job Trends | Indeed.com</title> <meta name="description" content="Research wiki job trends and the demand for wiki jobs at Indeed.com. Search all wiki jobs, and get wiki job alerts by email."> <meta name="keywords" content="wiki job trends job search graph wiki time jobs most popular wiki jobs research career employment"> <link rel="shortcut icon" href="/web/20100118053653im_/http://www.indeed.com/favicon.ico"> <link rel="canonical" href="/web/20100118053653/http://www.indeed.com/jobtrends"> <link href="/web/20100118053653cs_/http://www.indeed.com/s/7a273aa/global.css" rel="stylesheet" type="text/css"> <style type="text/css"> td { font-size: 10pt; font-family: Arial, Helvetica, sans-serif; } .sectionTitle { color: rgb(128, 128, 128); margin: 0; font-size: 13px; font-weight: bold; line-height: 19px; } .separator_top { height: auto; padding: 2px 2px 2px 14px; } label { font-weight: normal; } </style> <style type="text/css"> a.open { background: url(/web/20100118053653im_/http://www.indeed.com/images/arrow-down-blue.gif) left center no-repeat; padding-left: 15px; } a.closed { background: url(/web/20100118053653im_/http://www.indeed.com/images/arrow-right-blue.gif) left center no-repeat; padding-left: 15px; } #sample_searches { margin-left: 1.5em; margin-top: 0.5em; padding: 0; list-style-type: none; margin-left: 6px; } #sample_searches li { margin-bottom: 0.5em; } #share_this_link, #email_this_link { font-weight: bold; margin-left: 6px; white-space: nowrap; _height: 1%;} #email_this, #shareGraph { margin-bottom: 1.5em; } #sample_trends { border-top: 1px solid #ccc; } .sample_trends_title { background: #e8e8e8; padding: 3px 6px; color: #666; } #sidebar { width: 220px; } .ws_content { margin-top: 6px; border: 1px solid #ccc; background: #ebebeb; padding: 5px; } .ws_content textarea { width:100%; } #sidebar .ws_content textarea { _width:208px; } .ws_content .error_msg { margin: 0.5em 0pt 0.5em 20px; padding-left: 0pt; } .ws_content .error_msg li { color:#c00;} .ws_content p { margin-bottom: 0; } .ws_content .lineItem { margin-bottom: 6px; } #shareCode_bottom { margin-bottom: 1em; } #footer { margin-top: 1em; } h2 { margin-bottom: 1em; font-size: 16px } .example { color: #f60; } #jt_meta { padding:1.5em 1.5em 0.5em; margin-bottom: 2em; border-top: 1px solid #d8d8d8; border-bottom: 1px solid #d8d8d8; background: #ffc } #unemployment_trends sup { color: #f00; } #unemployment_trends { margin-top: 1em; } #unemployment_trends .heading { text-align: center; margin-bottom: 0 } #industry_trends sup { color: #f00; } #industry_trends { margin-top: 1em; } #industry_trends .heading { text-align: center; margin-bottom: 0 } </style> <script type="text/javascript" src="/web/20100118053653js_/http://www.indeed.com/s/c28aaab/global.js"></script> <script type="text/javascript"> function simpleToggle( label, target, actions ) { if ( target.style.display == 'none' ) { target.style.display = ''; label.className = 'open'; if ( actions && actions.onopen ) { actions.onopen(); } } else { target.style.display = 'none'; label.className = 'closed'; if ( actions && actions.onclose ) { actions.onclose(); } } } function getFormValuesAsObject(form) { var args = {}; for ( var i = 0; i < form.elements.length; i++ ) { input = form.elements[i]; if ( input.disabled ) { continue; } switch (input.type) { case 'text': case 'hidden': case 'password': case 'textarea': case 'submit': case 'file': args[input.name] = trim( input.value ); break; case 'select-one': args[input.name] = input.options[input.selectedIndex].value; break; case 'select-multiple': for ( var j = 0; j < input.options.length; j++ ) { if ( input.options[j].selected ) { args[input.name] = input.options[j].value; } } break; case 'radio': case 'checkbox': if ( input.checked ) { args[input.name] = input.value; } break; } } return args; } function trim( str ) { return str.replace( /^\s*/, '' ).replace( /\s*$/, ''); } function createQueryStringFromObj( args ) { encoded_args = []; for ( var arg in args ) { encoded_args[encoded_args.length] = urlencode( arg ) + '=' + urlencode( args[arg] ); } return '?' + encoded_args.join('&'); } function genericEmailForm( form, sts, rpc_base ) { var args = getFormValuesAsObject( form ); var sts = document.getElementById( sts ); if ( !sts ) { sts = document.createElement('div'); sts.id = sts; sts.className = 'email_job_sts'; form.parentNode.insertBefore( sts, form ); } function sendemail_success( msg ) { sts.style.display = ''; sts.innerHTML = '<p>Your email to <b>' + args.toEmail + '</b> has been sent! </p>'; form.style.display = 'none'; var again = document.createElement('a'); again.href = '#'; again.onclick = function () { sts.innerHTML = ''; form.style.display = ''; form.toEmail.value = args.toEmail; form.fromEmail.value = args.fromEmail; form.comments.value = ''; setTimeout( function( ) { form.toEmail.select(); }, 0 ); return false; } sts.firstChild.appendChild( again ); again.innerHTML = 'Send another email'; again.focus(); } function sendemail_errors( errors ) { var error_msg = ''; for ( error in errors ) { error_msg += '<li>' + errors[error] + '</li>'; } sts.style.display = ''; sts.innerHTML = '<ul class="error_msg">' + error_msg + '</ul>'; } sendRequest( rpc_base + createQueryStringFromObj( args ), form.method, function( response ) { if ( response.readyState != 4 || response.responseText == '' ) { return; } eval( response.responseText ); }); } </script> </head> <body> <style type="text/css">#g_nav { border-bottom:1px solid #ccc; padding: 0 0 2px; margin-bottom: 9px; }</style> <div id="g_nav"> <table width="100%"> <tr> <td style="padding-left:0.5em" nowrap> <style type="text/css"> #p_nav a, #p_nav a:visited { margin-right: 1em; text-transform: lowercase; color: #00c;} #p_nav a.selected { font-weight: bold; text-decoration:none; color: #000 !important; } </style> <div id="p_nav"> <a href="/web/20100118053653/http://www.indeed.com/" title="Jobs" id="jobs_product_link">Jobs</a> <a href="/web/20100118053653/http://www.indeed.com/salary" title="Salary Search" id="salaries_product_link">Salaries</a> <a href="/web/20100118053653/http://www.indeed.com/jobtrends" title="Career Trends" id="trends_product_link" class="selected">Trends</a> <a href="/web/20100118053653/http://www.indeed.com/forum" title="Employment Forums" id="forums_product_link">Forums</a> </div> <script type="text/javascript"> document.getElementById('jobs_product_link').onclick = function( e ) { if ( !document.trends_search_form ) { return; } var q = document.trends_search_form.q.value; if ( q ) { window.location = '/jobs?q=' + urlencode( q ) + '&l=' + urlencode( document.trends_search_form.l.value ); return false; } }; document.getElementById('salaries_product_link').onclick = function( e ) { if ( !document.trends_search_form ) { return; } var q = document.trends_search_form.q.value; var l = document.trends_search_form.l.value; if ( q || l ) { window.location = '/salary?q1=' + urlencode( q ) + '&l1=' + urlencode( l ); return false; } }; document.getElementById('forums_product_link').onclick = function( e ) { if ( !document.trends_search_form ) { return; } var q = document.trends_search_form.q.value; if ( q ) { window.location = '/forum/?q=' + urlencode( q ) + '&l=' + urlencode( document.trends_search_form.l.value ); return false; } }; </script> </td> <td style="padding-right:0.5em" align="right" nowrap> <style type="text/css"> #u_nav a, #u_nav a:visited { color: #00c; text-transform: lowercase; } </style> <div id="u_nav"> <script type="text/javascript"> function addDest( link ) { if ( link.href.search( /[\&|\?]{1}dest=/ ) == -1 ) { var delim = link.href.indexOf('?') == -1 ? '?' : '&'; // if no ? in url, use ? instead of & var encoding_function = escape; if ( encodeURIComponent ) { encoding_function = encodeURIComponent; } else if ( urlencode ) { encoding_function = urlencode; } link.href += delim + 'dest=' + encoding_function( window.location ); } } </script> <a href="/web/20100118053653/http://www.indeed.com/my/myjobs" rel="nofollow">my.indeed</a> - <a href="/web/20100118053653/http://www.indeed.com/my/login" onclick="addDest(this)" rel="nofollow">sign in</a> - <a href="/web/20100118053653/http://www.indeed.com/preferences">Preferences</a> </div></td> </tr> </table> </div> <style type="text/css"> .lnav .label { color: #808080; display: block; font-weight: normal; font-size: 12px; } .lnav .label b { font-weight: bold; color: #f60; text-transform: lowercase; } .lnav .input_text, .lnav .input_submit, .lnav .input_button { font-size: 16px; } .lnav .input_submit, .lnav .input_button { height: 28px; } #branding img { margin-bottom: 6px; } </style> <script type="text/javascript"> var urlencode = window.encodeURIComponent ? function ( str ) { return window.encodeURIComponent(str).replace(/%20/g,'+') } : function ( str ) { return escape(str).replace(/\+/g,'%2B').replace(/\//g,'%2F').replace(/%20/g,'+'); } </script> <table class="lnav" cellpadding="5" cellspacing="0"> <tr> <td><a id="branding" href="/web/20100118053653/http://www.indeed.com/"><img src="/web/20100118053653im_/http://www.indeed.com/images/indeed.png" alt="one search. all jobs. Indeed" width="175" height="72"></a></td> <td> <form name="trends_search_form" id="trends_search_form" action="/web/20100118053653/http://www.indeed.com/jobtrends" method="get"> <table id="local_nav" cellpadding="3" cellspacing="0"> <tr> <td><input id="trends_search_what_input" class="input_text" name="q" size="38" maxlength="512" value="wiki" alt="job title, keywords or company"></td> <td><input class="input_submit" type="submit" value="Find Trends"></td> <td><input class="input_button" type="button" value="Find Jobs" onclick="window.location = '/jobs?q=' + urlencode( this.form.q.value ) + '&amp;l=' + urlencode( this.form.l.value ); return false;"></td> </tr> <tr> <td colspan="3" style="padding-top:0"><span class="label"><b>What:</b> job title, keywords or company</span></td> </tr> </table> <input type="hidden" name="l" value=""> </form> </td> </tr> </table> <div class="separator_top"> <p class="sectionTitle">Job Trends</p> </div> <table align="center" border="0" cellspacing="0" cellpadding="0" style="padding-left: 14px;"> <tr> <td colspan="2"> <h1>wiki Job Trends</h1> </td> </tr> <tr> <td style="padding-right: 48px; width:540px" valign="top"> <p>The phrase "Did you get the memo?", which for many has morphed into "Did you get the email?", may be changing once again. Businesses are starting to adopt the "wiki", a new communication system gaining in popularity, and as always a new technology brings with it new jobs.</p> <div style="margin: 0; text-align: right; padding: 0 6px 3px;">Scale: <b>Absolute</b> - <a href="/web/20100118053653/http://www.indeed.com/jobtrends?cat=wiki&amp;relative=1" rel="nofollow">Relative</a> </div> <img width="540" height="300" src="/web/20100118053653im_/http://www.indeed.com/trendgraph/jobgraph.png?q=wiki" border="0" alt="wiki Job Trends graph"> <br><br> <p style="text-align:center">Indeed.com searches millions of jobs from thousands of job sites.<br> This job trends graph shows the percentage of jobs we find that contain your search terms. </p> <p style="text-align:center">Find <a href="/web/20100118053653/http://www.indeed.com/q-wiki-jobs.html">wiki jobs</a> </p> <div> <p style="text-align:center; margin-bottom: 0">Feel free to <a id="shareCode_bottom_link" href="#shareCode_bottom" onclick="simpleToggle( this, document.getElementById('shareCode_bottom'), { onopen: function() { var code = document.getElementById('graph_code_540x300_bottom'); code.focus(); code.select(); } } ); return false;">share this graph</a></p> <div id="shareCode_bottom" class="ws_content"> <p style="margin-bottom:0">Insert the code below into any webpage to include this graph:</p> <textarea id="graph_code_540x300_bottom" onclick="this.select();" rows="5" cols="40" readonly>&lt;div style="width:540px"&gt; &lt;a href="http://www.indeed.com/jobtrends?cat=wiki" title="wiki Job Trends"&gt; &lt;img width="540" height="300" src="http://www.indeed.com/trendgraph/jobgraph.png?q=wiki" border="0" alt="wiki Job Trends graph"&gt; &lt;/a&gt; &lt;table width="100%" cellpadding="6" cellspacing="0" border="0" style="font-size:80%"&gt;&lt;tr&gt; &lt;td&gt;&lt;a href="http://www.indeed.com/jobtrends?cat=wiki"&gt;wiki Job Trends&lt;/a&gt;&lt;/td&gt; &lt;td align="right"&gt;&lt;a href="http://www.indeed.com/q-wiki-jobs.html"&gt;wiki jobs&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt;&lt;/table&gt; &lt;/div&gt;</textarea> </div> </div> <script type="text/javascript">document.getElementById('shareCode_bottom_link').className = 'closed'; document.getElementById('shareCode_bottom').style.display = 'none';</script> <div id="unemployment_trends"><p class="heading"><sup>New</sup> <a href="/web/20100118053653/http://www.indeed.com/jobtrends/unemployment">Job Market Competition</a> - Unemployed per job posting in the top U.S. cities</p></div> <div id="industry_trends"><p class="heading"><a href="/web/20100118053653/http://www.indeed.com/jobtrends/industry">Industry Trends</a> - Job posting and click counts for major U.S. industries</p></div> </td> <td valign="top" align="left" id="sidebar"> <div id="email_this"> <a id="email_this_link" href="http://web.archive.org/web/20100118053653/mailto:/?subject=Job%20trends%20from%20Indeed&amp;body=http%3A%2F%2Fwww.indeed.com%2Fjobtrends%3Fcat%3Dwiki" class="closed" onclick="simpleToggle( this, document.getElementById('email_this_form'), { onopen: function() { document.getElementById('fromEmail').select(); } } ); return false;">Email to a friend</a> <div id="email_this_form" style="display:none" class="ws_content"> <div id="email_job_sts"></div> <form action="/web/20100118053653/http://www.indeed.com/rpc/sharetrends" method="get" onsubmit="genericEmailForm( this, 'email_job_sts', '/rpc/sharetrends'); return false;"> <input type="hidden" name="cat" value="wiki"> <input type="hidden" name="relative" value=""> <input type="hidden" name="title" value="wiki Job Trends"> <div class="lineItem"> <label for="fromEmail">From my email address</label><br> <input type="text" id="fromEmail" name="fromEmail" value=""> </div> <div class="lineItem"> <label for="toEmail">To email address</label><br> <input type="text" id="toEmail" name="toEmail" value=""> </div> <div class="lineItem"> <input type="checkbox" id="ccEmail" name="ccEmail" value="1"><label for="ccEmail">Send me a copy</label><br> </div> <div class="lineItem"> <label for="comments">Comments (optional)</label><br> <textarea id="comments" name="comments" rows="5" cols="40"></textarea> </div> <div class="lineItem"> <input type="submit" value="Send"> </div> </form> </div> </div> <div id="shareGraph"> <a id="share_this_link" href="#shareCode" onclick="simpleToggle( this, document.getElementById('shareCode'), { onopen: function() { var code = document.getElementById('graph_code_540x300'); code.focus(); code.select(); } } ); return false;">Post on your blog/website</a> <div id="shareCode" class="ws_content"> <p style="margin-bottom:0">Insert the code below into any webpage to include this graph:</p> <textarea id="graph_code_540x300" onclick="this.select();" rows="5" cols="20" readonly>&lt;div style="width:540px"&gt; &lt;a href="http://www.indeed.com/jobtrends?cat=wiki" title="wiki Job Trends"&gt; &lt;img width="540" height="300" src="http://www.indeed.com/trendgraph/jobgraph.png?q=wiki" border="0" alt="wiki Job Trends graph"&gt; &lt;/a&gt; &lt;table width="100%" cellpadding="6" cellspacing="0" border="0" style="font-size:80%"&gt;&lt;tr&gt; &lt;td&gt;&lt;a href="http://www.indeed.com/jobtrends?cat=wiki"&gt;wiki Job Trends&lt;/a&gt;&lt;/td&gt; &lt;td align="right"&gt;&lt;a href="http://www.indeed.com/q-wiki-jobs.html"&gt;wiki jobs&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt;&lt;/table&gt; &lt;/div&gt;</textarea> </div> </div> <script type="text/javascript">document.getElementById('share_this_link').className = 'closed'; document.getElementById('shareCode').style.display = 'none';</script> <div id="sample_trends"> <div class="sample_trends_title">Sample Job Trends</div> <ul id="sample_searches"> <li> <a title="&quot;social networking&quot; job trends" href="/web/20100118053653/http://www.indeed.com/jobtrends">Social Networking</a> </li> <li> <a title="hurricane katrina, hurricane rita, hurricane wilma job trends" href="/web/20100118053653/http://www.indeed.com/jobtrends?cat=hurricanes">Hurricane Season 2005</a> </li> <li> <a title="christmas, thanksgiving job trends" href="/web/20100118053653/http://www.indeed.com/jobtrends?cat=blackfriday">Shop 'til you Drop!</a> </li> <li> <a title="&quot;tax preparer&quot; job trends" href="/web/20100118053653/http://www.indeed.com/jobtrends?cat=taxes">Death and Taxes</a> </li> <li> <a title="&quot;H&amp;R Block&quot; tax, FedEx seasonal job trends" href="/web/20100118053653/http://www.indeed.com/jobtrends?cat=hrblock">"What is H&amp;R Block?"</a> </li> <li> <a title="comet, ajax job trends" href="/web/20100118053653/http://www.indeed.com/jobtrends?cat=cleaners">Household Cleaners?</a> </li> <li> <b>"Did You Read the Wiki?"</b> </li> <li> <a title="MSN nurse, BSN nurse, ASN nurse, LPN nurse job trends" href="/web/20100118053653/http://www.indeed.com/jobtrends?cat=nursing">Nursing Demand</a> </li> <li> <a title="1999, 2000, 2001 job trends" href="/web/20100118053653/http://www.indeed.com/jobtrends?cat=year2000">In the Year 2000...</a> </li> <li> <a title="february, september,july,,january, april, november, august,,june, december, march, october job trends" href="/web/20100118053653/http://www.indeed.com/jobtrends?cat=waves">Waves of Time</a> </li> </ul> </div> <p style="margin-left: 6px">Also see our <a href="/web/20100118053653/http://www.indeed.com/jobtrends.jsp">job postings per capita</a> page.</p> </td> </tr> </table> <div id="footer"> <div class="separator_bottom"></div> <div id="secondary_nav"> <a href="/web/20100118053653/http://www.indeed.com/find-jobs.jsp">Browse Jobs</a> - <a href="/web/20100118053653/http://www.indeed.com/tools/jobseeker/">Tools</a> - <a href="http://web.archive.org/web/20100118053653/http://ads.indeed.com/">Advertisers</a> - <a href="http://web.archive.org/web/20100118053653/http://ads.indeed.com/jobroll">Publishers</a> - <a href="/web/20100118053653/http://www.indeed.com/intl/en/about.html"><nobr>About</nobr></a> - <a href="/web/20100118053653/http://www.indeed.com/jsp/contactus.jsp">Contact</a> <br/>&nbsp;<br/><font size="-2">&copy;2010 Indeed</font> </div> </div> <script type="text/javascript"> undefined = void(0); var gaJsHost = "http://web.archive.org/web/20100118053653/http://www."; if ("https:" == document.location.protocol) gaJsHost = "http://web.archive.org/web/20100118053653/https://ssl."; document.write(unescape("%3Cscript src='"+gaJsHost+"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { pageTracker = _gat._getTracker("UA-90780-1"); pageTracker._trackPageview(); } catch ( err ) { } </script> <script> document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "http://web.archive.org/web/20100118053653/https://sb" : "http://b") + ".scorecardresearch.com/beacon.js' %3E%3C/script%3E")); </script> <script> COMSCORE.beacon({ c1:2, c2:"6486505", c3:"", c4:"www.indeed.com/jobtrends", c5:"", c6:"", c15:"14nvdc1gp04fq1lm" }); </script> <noscript> <img src="http://web.archive.org/web/20100118053653im_/http://b.scorecardresearch.com/b?c1=2&amp;c2=6486505&amp;c3=&amp;c4=www.indeed.com%2Fjobtrends&amp;c5=&amp;c6=&amp;c15=14nvdc1gp04fq1lm&amp;cv=1.3&amp;cj=1" style="display:none" width="0" height="0" alt=""/> </noscript> </body> </html> <!-- FILE ARCHIVED ON 05:36:53 Jan 18, 2010 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 02:23:48 Nov 29, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.702 exclusion.robots: 0.031 exclusion.robots.policy: 0.019 esindex: 0.013 cdx.remote: 27.29 LoadShardBlock: 182.826 (3) PetaboxLoader3.datanode: 96.013 (4) PetaboxLoader3.resolve: 137.013 (2) load_resource: 104.415 -->

Pages: 1 2 3 4 5 6 7 8 9 10