3,484 reputation
1524
bio website hughajwood.wordpress.com
location Edinburgh, United Kingdom
age 32
visits member for 9 months
seen 23 hours ago
stats profile views 297

From 12 years of development experience I can bring to the table much more than just a developer.

I have in-depth experience of over 9 programming languages, project management and systems analysis with qualifications in each area.

On top of this I have worked on many web projects receiving HTML (Including HTML 5), CSS2 & 3, JavaScript and SEO training.

So anything from a network application built in C++, high performance engines built in an assembly language or website or web interface, I have the experience and the expertise to lend to any company.


May
8
comment Javascript IIFE and SharePoint Client Object Model
There are several reasons why this code on the face of it won't work properly, but there could also be other reasons on top of this which will make working through this code difficult. Your solution is bypassing any broken scope that Jason is facing without fixing the real problem.
May
7
answered How I can install SharePoint server 2013 on windows server 2008 inside a VM
May
7
comment How can I send users to a maintenance page during site upgrades?
It doesn't effect null context calls. Powershell, custom apps etc.
May
7
answered How can I send users to a maintenance page during site upgrades?
May
1
answered Retrieving Taxonomy Terms by Rest API based on refiners
Apr
29
comment custom webpart is not displayed in gallery
Yes check the scope of the feature in visual studio, apart from that check the feature name, you might of missed it on the list (I've done this where I have forgotten to name a feature and it has not been where I expected it. ie School Boy Error!)
Apr
26
answered Multiple Webparts with same JavaScript on one Site (another Problem)
Apr
26
comment SharePoint 2010 is altering user profile properties
I would look into the byte total. Isn't there some limit of 5140bytes I have this number stuck in my head. More bytes having to be sent in multiple requests.
Apr
26
answered custom webpart is not displayed in gallery
Apr
26
answered SharePoint 2013 Site Collection Move Owner to Group
Apr
26
comment WebClient and impersonate as other user
I meant /_vti_bin/authentication.asmx sorry brain fart.
Apr
26
comment WebClient and impersonate as other user
I think you have to reauthenticate against authenticate.aspx
Apr
25
reviewed Reviewed How to create a large (multi-line) text column that is indexed by FAST Search Server for SharePoint 2010
Apr
25
revised How to create a large (multi-line) text column that is indexed by FAST Search Server for SharePoint 2010
added 13 characters in body
Apr
25
comment ResolvePrincipal vs SearchPrincipal
SPServiceContext is the new Office.Server.ServiceContext for SharePoint. However you can use using (new Microsoft.SharePoint.SPServiceContextScope(SPServiceContext.GetContext(site))) if you have a null HttpContext/SPContext to open a service context.
Apr
23
comment SharePoint 2007 List as Datasource for SSRS 2005 - Query invalid and formating SharePoint Dates?
If you want to do this ever use office and a copy of fiddler to record the transport. You can see how the XML works for office when getting list items or even retrieving a document properties or upload/download documents.
Apr
23
comment ResolvePrincipal vs SearchPrincipal
Grab a copy of iLspy and take a look how it works internally in SharePoint you can pretty much use identical code. This is always my first go to when I don't know how to do something but it already exists in SharePoint. You can consider to use msdn.microsoft.com/en-us/library/… if you want more profile information as well.
Apr
23
comment Delete list in Sharepoint 2013 larger than 5000
I believe there are plenty of solutions here for you in a previous similar question: sharepoint.stackexchange.com/questions/26542/…
Apr
17
comment How to make a UserControl Minimal Download Strategy Compliant
Are you overriding the render method? This is the only time I have seen this pattern disable MDS on the page load.
Mar
19
comment ExecuteOrDelayUntilScriptLoaded too slow in Firefox and Chrome
your code to wait is running in a executeOrDelayUntilScriptLoaded for that to work right?