| bio | website | e-junkie-chronicles.blogspot.… |
|---|---|---|
| location | Nottingham, United Kingdom | |
| age | 28 | |
| visits | member for | 3 years, 2 months |
| seen | 3 hours ago | |
| stats | profile views | 1,669 |
Senior SharePoint and Business Intelligence Consultant for Intelligent Decisioning Ltd, a Microsoft Gold Certified Partner based in Nottingham UK specialising in SharePoint, CRM and Workflow.
I'm experienced with WSS 3.0, MOSS 2007, SharePoint Foundation 2010, SharePoint Server 2010, SQL Server Integration Services (SSIS), SQL Server Analysis Services (SSAS), MDX Scripting, Workflow & WCF.
I'm certified to MCPD SharePoint 2010 Dev, and MCTS WSS & MOSS Config
I spend way too much time online.
|
4h |
answered | My company moves to sharepoint 2013, must I be a sharepoint developer? |
|
6h |
answered | Read list from central admin |
|
7h |
comment |
SharePoint 2010 call sequence A professional with very good knowledge will know how to use Fiddler, a .NET reflecting tool, and SQL Tracer. |
|
1d |
comment |
Using SharePoint UserAccountDirectoryPath with SSRS AD uses a weird form of caching - I don't fully understand it myself but I know if you do something that changes the schema, and something accesses it using that schema, and another change happens, there's some delay before the second change takes effect. |
|
1d |
answered | Using SharePoint UserAccountDirectoryPath with SSRS |
|
1d |
accepted | SharePoint Online Authentication (Wave 15, non-.NET Code) |
|
1d |
answered | SharePoint Online Authentication (Wave 15, non-.NET Code) |
|
1d |
comment |
Set SSRS Report Parameter Through JavaScript Nope, you'll basically render the IFRAME dynamically using JavaScript instead of the Report Viewer Web Part. The JavaScript suggestion replaces that web part. |
|
1d |
answered | Set SSRS Report Parameter Through JavaScript |
|
1d |
comment |
Set SSRS Report Parameter Through JavaScript Are you viewing the Reports via the Report Viewer Web Part? Or some other way? |
|
2d |
comment |
Block Office application from connecting to certain Sharepoint 2010/2013 lists and libraries +1 for custom permission level, probably the simplest method to implement. |
|
2d |
comment |
No TokenHelper.cs in Autohosted app The NuGet package is probably buggy or missing it. Doesn't surprise me, this package management stuff is all a bit new for Microsoft. |
|
2d |
comment |
The service '/_vti_bin/client.svc' does not exist Have you modified anything manually in your SharePoint Roo (14/15-Hive) directory? |
|
2d |
comment |
Understanding variations That's pretty much it. |
|
May 21 |
comment |
SharePoint Downloads Does this happen when you upload to every Document Library, or just one in particular? |
|
May 20 |
revised |
SharePoint Online Authentication (Wave 15, non-.NET Code) added 186 characters in body |
|
May 20 |
asked | SharePoint Online Authentication (Wave 15, non-.NET Code) |
|
May 20 |
comment |
I want to make a weather webpart that displays temperature by using Api like Google or yahoo The best way you're going to want to do this is to have as much of the functionality of this in JavaScript - the web part emits JavaScript that will call the Yahoo API, process the returned result, and replace the area on screen with your processed & formatted results. If you do it this way, you can 'schedule' the whole process using JavaScript setTimeout() method, and have it repeat after a defined amount of time. |
|
May 19 |
comment |
I want to make a weather webpart that displays temperature by using Api like Google or yahoo You can if you abstract out the code that gets the data from the web service, and structures it. |
|
May 18 |
answered | I want to make a weather webpart that displays temperature by using Api like Google or yahoo |