-
I believe in two kinds of PC software: portable - so I just drop .exe in my tools folder and use it and software that automatically updates – Google Chrome is champion here. Unfortunately TortoiseSVN is neither. It will tell me that is out of date, but then I have to jump through several loops (going...
-
It’s been quiet around here and for a good reason. As I hinted before there has been many changes in my life recently. In same week I became father for second time (father of three boys now, twins and a new baby!), finally finished my engineer’s degree and finally, I joined the ranks of best company...
Objavljeno v
Zunanji viri
,
Bite my bytes
ob
11-03-2011
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, Android, SloCUG, Music, Scribe, BizTalk
-
It’s been quite around here and for a good reason. As I hinted before there has been many changes in my life recently. In same week I became father for second time (father of three boys now, twins and a new baby!), finally finished my engineer’s degree and finally, I join the ranks of best company in...
Objavljeno v
Zunanji viri
,
Bite my bytes
ob
11-03-2011
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, Android, SloCUG, Music, Scribe, BizTalk
-
[For Slovenian / Mobitel users only] HitriSMS je minimalističen program za pošiljanje SMS sporočil. Namestitev in uporaba Prenesi ga in shrani na poljubno mesto. Razpakiraj in si že gotov/a - namestitev ni potrebna! Ko ga boš prvič pognal/a, te bo vprašal za prijavo. Zavij na https://moj.mobitel.si in...
-
Why is that, with every version, MSDN Download Manager travels through time few years, design wise? We are currently somewhere around Delphi 1.0 time.
-
Here is a neat trick I just came up with when creating Scribe integration for a customer… I’m creating a integration where my source is query publisher that is calling T-SQL stored procedure. The destination is some web service, but the web service owner wasn’t very pleased when the integration ran for...
-
From Jabolko.org team comes a nice place with a list of all Slovenian iOS developers and their products. Great idea, I wonder when and who will do the same for Android fans. That would be useful!
-
I finally took time and figure out how to keep Visual Studio settings in sync across different machines (work, laptop, home, virtual,…) as I really grew tired of importing color schemes and fixing mixed up shortcut keys . Bonus is, you get easy backup of your most important settings which you will love...
-
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...