| bio | website | kobikobi.wordpress.com |
|---|---|---|
| location | Israel | |
| age | 30 | |
| visits | member for | 2 years, 1 month |
| seen | Apr 18 at 10:21 | |
| stats | profile views | 16 |
Hello, I'm Kobi. I'm 28 years old and live in Israel with my wife Suzi.
I'm a programmer. I like programming, which is good. I work at HP as a web developer. I work a lot with Asp.net, HTML, CSS and JavaScript (mostly using jQuery when I can). As a part of my job I'm also developing in Oracle PL/SQL and SharePoint.
In my free time I like using the internet, reading books, and always being with Suzi.
Feel free to contact me:
|
May 2 |
comment |
What are good ways around the List View Threshold? This is what we ended up doing. We figured the threshold is there to warn us about potential problems, but we really had a system with many items. I would also note it is possible to disable throttling per list: SPList.EnableThrottling (using code or sp manager) |
|
May 2 |
comment |
What are good ways around the List View Threshold? Thanks! That's a good tip, and I'm sure it will help someone. |
|
Oct 6 |
comment |
w3wp.exe consuming more memory for sharepoint site Doesn't it stand to reason that a small asp.net site will take less memory than the whole of SharePoint? |
|
Oct 6 |
comment |
SharePoint - Open New Document Hello. This isn't a programming question, so you may have better luck on SharePoint. |
|
Aug 31 |
comment |
How can I make a SharePoint open source project at home? Thanks, but I think you missed the point of the question. It's more about the SharePoint side, not the Open Source side... |
|
Jul 19 |
comment |
What are good ways around the List View Threshold? Thanks. It isn't that simple, I'm afraid - When I run a query by code I can specifically request to use SPQueryThrottleOption.Override, and then I get the higher limit of 20000. It isn't automatically served to administrators as the name suggest. See also these two posts. 20000 should be enough, and I may write a solution that deployed such a service, but I'm hoping for an OOTB solution, like what worked for me on 2007. |
|
Jul 19 |
comment |
What are good ways around the List View Threshold? I'm sorry, but these really don't help much. The first two are very general, and the third missed the point a little. First - I'm not looking for a code solution - I had it working in moss 2001 without code. Second - the article recommends enabling throttling (which I already have, it's a default afaict). I'm looking for a good way to integrate SharePoint data despite of throttling. Thanks anyway. |
|
Jun 26 |
comment |
Date Picker does not show in Infopath Form services for one user only Does the field have any conditional formatting? Does the user see the same View as other users? (silly questions, but sometimes it works) |
|
Jun 26 |
comment |
Is it possible to add custom actions to a version? I'm accepting this answer for the comment you've posted, it led my in the right direction. I was able to get it working, in what I consider an elegant solution, in just under an hour. Thanks! |
|
Jun 21 |
comment |
Is it possible to add custom actions to a version? Oh, I'm just being over-dramatic with "destroy" :) |
|
Jun 21 |
comment |
Is it possible to add custom actions to a version? Thanks! but Yack! I'd like something that's less likely to destroy the whole farm - I only need it in a few sites, so a site feature with custom actions seems more natural. Interesting, though, I guess that could work... |
|
Jun 8 |
comment |
How can I make a SharePoint open source project at home? Looks like an awesome service, and certainly the least destructive to my computer. I was able to start working in just a few minutes. Thanks! |
|
May 15 |
comment |
Support for URL rewriting? @Abe - here's a recent example that hurt me: sharepoint.stackexchange.com/q/12082/2932 |
|
May 12 |
comment |
Head runat= Server generates extra spaces See also this question: Do tabs, spaces, and line-breaks in HTML markup affect search engine optimization? I just had to check because it sounded suspicious, hope that's OK. That said, SharePoint 2007 has mostly ugly markup, and it might hurt your SEO much more than a few spaces |
|
May 12 |
comment |
Head runat= Server generates extra spaces Here's the <head> element of Stack Overflow: pastebin.com/raw.php?i=5rWHf7gc . No SEO Problems. |
|
May 11 |
comment |
Automatically running SharePoint Designer Workflows when creating items via Object Model - few of the first items are “Failed on Start” @Bart - It seems that was the issue. Thanks for pointing me in the right direction. It's funny - I did check the logs, and even compared the <authorizedTypes> element with the one I had, but didn't notice some assemblies are version 12 when they should be version 14. Thanks for the nudge! |
|
May 11 |
comment |
Automatically running SharePoint Designer Workflows when creating items via Object Model - few of the first items are “Failed on Start” Hmm... maybe I don't have the proper compilation references on my web.config file... be right back... |
|
May 11 |
comment |
Automatically running SharePoint Designer Workflows when creating items via Object Model - few of the first items are “Failed on Start” @Bart - Good call. I actually did look there, but it didn't make much sense to me. Here's what seems relevant: pastebin.com/raw.php?i=wvfazsCP |
|
May 11 |
comment |
Automatically running SharePoint Designer Workflows when creating items via Object Model - few of the first items are “Failed on Start” Oh, I've also tried running the workflows by code, using impersonation as suggested in social.msdn.microsoft.com/Forums/en-US/sharepointworkflow/… , I've had similar results. |
|
May 11 |
comment |
Automatically running SharePoint Designer Workflows when creating items via Object Model - few of the first items are “Failed on Start”<rant> - I've literally wasted days on this silly issue that should just work. I usually don't ask suck broad questions, but I've tried a lot and didn't get far. |