-
This site has been experiencing technical difficulties in last couple of days. As far as I can see, it’s been some hackers playground. Things are returning to normal. Thank you all for your patience.
Objavljeno v
Zunanji viri
,
Bite my bytes
ob
07-04-2010
Pripete označbe:
Pripete označbe: Software, Blogging, Links of the week, System, Stuff, Internet, Developement, books, Gadgets, Sport, Photography, Windows Fader, MS Dynamics CRM, SloCUG, Music
-
NT konferenca 2010 starts tommorow in Portorož, Slovenia . You can catch me at workshop about customizing Microsoft Dynamics CRM 4.0 on Tuesday! Delavnica: CRM za začetnike - kako postaviti CRM brez programiranja Aurora 1, torek 13:30 - 16:00 Other Microsoft Dynamics CRM 4.0 sessions will include: Rešitve...
-
I finally went through my icons collection and this is linked list of free icon libraries I use for development. Most of icons are suitable for web and desktop development, lately I use them for Dynamics CRM development. I keep all icons in their own folder and use file search when I need specific icons...
-
For those who care, TVvSPOREDnik is back in business. I had to fix screen scraping code and POP TV and Kanal A are shown again. Sorry for the delay.
-
The regular nvarchar attribute with URL format is useless for anything else but link with http/https and ftp/ftps schemes. To make things worse, if you put in link with a protocol that is not recognized by CRM validation code, http protocol gets automatically appended. So forget about using skype, navision...
-
A lot of developers don’t know that “Duplicate Line” DOES exists in Visual Studio or SQL Server Management Studio. You don’t need CodeRush or ReSharper to duplicate current line. Don’t select any text, just position cursor anywhere on the line you would like to duplicate. Then press CTRL+C followed by...
-
I needed a regular expression that would match http links in html documents and this is what I came up with: <a.*href=('|")?(http\://.*?(?=\1)).*>\s*([^<]+|.*?)?\s*</a> It will match anything that: <a …>…</a> tags a tag has “href” attribute value of href has to have...
-
Many will tell you that it will not work. But that’s only partially true. If you REALLY want to use MS CRM from Firefox, here are two tips you might not have thought of. First , you can try skipping directly to the full URL //loader.aspx">http://<server>/<organization>/loader.aspx...
-
WordPress is a breeze to install if you have PHP any MySQL in place. On Windows/IIS there are two dark holes, though. One is URL rewriting and the other is sending email about comments, forgotten passwords etc. Let’s talk about the second one today. If you enable SMTP email sending in php.ini you are...
-
I lost two days of my life over strange error in MS CRM in the past days. (Almost) nothing changed on the production server of one of our clients but, MS CRM went koo-koo every time plug-in kicked in and tried to do something on update message. I got different errors – with one plug-in (Celenia CRM Connector...
-
Since today, Windows Home Server is available for download for MSDN subscribers . The main goal is to “ncrease awareness of Windows Home Server with a larger community of professional developers and help further grow the ecosystem of software applications built for Windows Home Server”. For more info...
-
I started doing some MS CRM work and been googling about it A LOT. This is a problem I haven’t seen clearly described, so here is my take. Feel free to correct me or improve the solution! This is a pretty common scenario: let’s say we have a pick list. If a value from this pick list is selected, we want...
-
I started doing some MS CRM work and been googling about it A LOT. This is a problem I haven’t seen clearly described, so here is my take. Feel free to correct me or improve the solution! This is a pretty common scenario: let’s say we have a pick list. If a value from this pick list is selected, we want...
-
As a self proclaimed tool-guy I often get asked about free 3 way merge/diff tools. Most people use trial/cracked Beyond Compare or Araxis Merge . I can’t remember when I last needed 3-way merge, 2-way serves me just find and I use WinMerge and TortoiseMerge all the time. Anyway, these are my 3 suggestions...
-
I attended (part) of Microsoft CRM 4.0 Customization course this week and this are useful links that I collected along the way. They seem to be a small collection of resources for people starting in CRM 4.0 (like myself). Documentation Microsoft Dynamics CRM 4.0 Implementation Guide http://www.microsoft...