Bite my bytes

What I learn by day I blog at night.

  Home :: Contact :: Syndication  
  901 Posts :: 5982 Comments :: 235 Trackbacks

Search

Recent Comments.

Recent Posts

Most popular posts
in last 30 days

Categories

My Projects

Archives

Stuff


Copyright © by David Vidmar
 
Contact me!
 
LinkedIn Profile
 
 
 

Monday, March 15, 2010 #

Development

Management

Design

Software

Software Updates

Monday, March 15, 2010 12:12 AM, 0 comment(s)

Sunday, March 14, 2010 #

Exactly!

image

From: Abstruse Goose: The easiest way to teach yourself C++ in 21 days

Sunday, March 14, 2010 9:36 PM, 0 comment(s)

Sunday, March 07, 2010 #

Development

Software

  • Promptu Launcher - Rocket Your Productivity - Promptu is a free application launcher aimed as a competitor to other launchers in the market (such as SlickRun and Launchy) and features a Visual Studio-like feel with .NET integration and flexibility.

Web

  • Support Details - Simple webpage with basic data about browser and computer.

Software Updates

Sunday, March 07, 2010 11:21 PM, 1 comment(s)

Tuesday, March 02, 2010 #

The regular nvarchar attribute with URL format is useless for anything else but link with http/https and ftp/ftps schemes.

image

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, magnet, msnim or any other URI schemes!

image

Also, did you notice hot useless Email format is? You can’t click and send an email to address from you default email client!

But there is a simple JavaScript trick that can be used to convert any regular nvarchar field on a form to clickable link field!

We want to turn the link into blue and underline it. Using same CSS style as for build in URL format is not the way to go, since it includes CSS behavior that validates schemes and adds http URI scheme if none is used.

image

We can recreate the look and feel with just a few lines of code. Put it in OnLoad event and substitute attribute name.

var emailTextBox = crmForm.all.emailaddress1;

emailTextBox.style.color = "#0000ff";
emailTextBox.style.textDecoration = "underline";
emailTextBox.attachEvent("ondblclick", openEmail1);  

function openEmail1() {
  if (emailTextBox.DataValue != null)
    document.location = "mailto:" + emailTextBox.DataValue;
}

This is end result – colored and underlined email that you can double-click it.

image

You can change first parameter of attachEvent to “onclick” if you prefer single click.

Tuesday, March 02, 2010 11:32 PM, 1 comment(s)

Monday, March 01, 2010 #

Development

Microsoft Dynamics CRM 4.0

Software

  • 3RVX
  • Geosense for Windows - Geosense is a Windows Sensor that provides the Location and Sensors platform in Windows 7 with accurate and reasonably ubiquitous positioning information without requiring or the assistance of GPS hardware, enabling more practical location-based applications and scenarios on Windows 7.
  • Inquisitor. Instant web search for Firefox.
  • UPnP Port Works - UPnP Port Works ("UPnPPW") is an all purpose platform independent engine that aids router management. Its framework, pioneered under C is fully compliant with the standard UPnP technology.

Web

  • Soocial - Keep your contacts in sync. Your phone, your computer and web applications will have the same address book.

Software Updates

Monday, March 01, 2010 11:19 PM, 0 comment(s)

Tuesday, February 16, 2010 #

Development

Funny

Gadgets

Microsoft Dynamics CRM 4.0

Software

  • Is It Compatible? - Firefox add-on: Are your addons compatible with the next version of Firefox? Find out straight from the Addons window!
  • Listary - Listary is an excellent enhancement utility for list controls used everywhere: Windows Explorer, Task Manager, Registry Editor, and innumerable third-party applications.
  • netjukebox - "netjukebox is a web based Winamp/httpQ media jukebox. netjukebox is open source under the GNU GPL license."
  • SQL Heartbeat
  • TeleKast - It is an application you can use for your school, church or any organization which needs features like a script editor and teleprompter.

System

  • Taglib Property Handler - A Windows Property Handler which backs onto Taglib, allowing Windows Explorer, Windows Search and other applications using the same API to access metadata from a wide range of media formats.

Web

Software Updates

Tuesday, February 16, 2010 12:15 AM, 2 comment(s)

Sunday, February 14, 2010 #

Microsoft has release Update Rollup 9 for Microsoft Dynamics CRM 4.0.

It’s available at regular places:

Bear in mind some part or Rollup 9 require that you have at least Rollup 7 installed!

I have also updated the MS CRM 4 build numbers table.

Sunday, February 14, 2010 11:31 PM, 0 comment(s)

Sunday, February 07, 2010 #

Development

  • MongoDB - Combining the best features of document databases, key-value stores, and RDBMSes.
  • VsTortoise - A TortoiseSVN add-in for Microsoft Visual Studio.

Design

Linux

  • BackTrack Linux - BackTrack is a Linux-based penetration testing arsenal that aids security professionals in the ability to perform assessments in a purely native environment dedicated to hacking. Able to crack WiFi WEP security in an hour.

Software

  • Party Booth - Photo Booth Kiosk Webcam Software
  • Vimperator - Vimperator is a Firefox browser extensions with strong inspiration from the Vim text editor, with a mind towards faster and more efficient browsing. It has similar key bindings and you could call it a modal web browser, as key bindings differ according to which mode you are in. For example, it has a special Hint mode, where you can follow links easily with the keyboard only. Also most functionality is available as commands, typing :back will go back within the current page history, just like hitting the back button in the toolbar.

Software Updates

Sunday, February 07, 2010 10:49 PM, 3 comment(s)

Monday, January 25, 2010 #

Development

  • C# FTP Library
  • SharpSort - SharpSort is a free open source plugin for VS that makes it easier Visual Studio 2005/2008/2010 developers to maintain their code clean and readable at all times by grouping and sorting source code members. You can also define your own custom code layout or use predefined ones.

Design

Kids

  • Earlyrider - Amazing wooding bikes. I'm getting two for the boys. Rider on!

Microsoft Dynamics CRM 4.0

Slovenia

Software

  • mRemoteNG - Open source fork of mRemote. Fantastic!

Software Updates

Monday, January 25, 2010 9:48 PM, 0 comment(s)

Sunday, January 17, 2010 #

imageHere is a list of sites, downloads, tips, tricks and hacks for Logitech Harmony universal remote controls, mostly for Harmony One.

Don't use the software that came with remote. Download last version from Logitech.
http://www.logitech.com/index.cfm/440/3742&hub=1&cl=roeu,en?section=downloads&tabs=1,3,2,5

Print this worksheet when you go hunting for model numbers of your devices.
http://myremotesetup.com/easyzapper/New/ProcAddDevices/DeviceWorksheet.asp?OEMName=logitech

Check if your devices are compatible with the remote.
http://myremotesetup.com

Great database of channel icons for use with “favorite channels” feature.
http://www.iconharmony.com

Some more tips and tricks.
http://www.avsforum.com/avs-vb/showthread.php?t=967841

Use some models on Linux (but not One).
http://www.phildev.net/harmony/

Sunday, January 17, 2010 10:06 PM, 0 comment(s)

Monday, January 11, 2010 #

Development

Photography

Software

  • iCopy - Simple and portable tool for scanning and direct printing.
  • mediarenamer - MediaRenamer is intended for easy renaming of movie and series files recorded from TV.

Software Updates

Monday, January 11, 2010 12:01 AM, 0 comment(s)

Sunday, January 03, 2010 #

Development

  • Json.NET - Json.NET library makes working with JSON formatted data in .NET simple. Key features include a flexible JSON serializer to for quickly converting .NET classes to JSON and back again, and LINQ to JSON for reading and writing JSON.
  • Reporting Services 2005 - Dynamic Parameter List - I have seen developers writing reports in Reporting Services and taking a lot of time adding a section to the report to list all the parameter selection(s) to be displayed in the report.

Design

Microsoft Dynamics CRM 4.0

Software

  • HashCheck Shell Extension - The HashCheck Shell Extension makes it easy for anyone to calculate and verify checksums and hashes from Windows Explorer. In addition to integrating file check-summing functionality into Windows, HashCheck can also create and verify SFV files (and other forms of checksum files, such as .md5 files).
  • Pismo File Mount Audit Package - Pismo File Mount Audit Package is a Windows application that allows users to mount the contents of ZIP, ISO, Compact ISO, Compact File Set and Private Folder files to the file system as virtual folders.
  • win7utils - Windows 7 ISO Disc Image Utilities - The ei.cfg Removal Utility is a simple tool that will remove the ei.cfg from any Windows 7 ISO disc image, thereby converting the image into a "universal disc" that will prompt the user to select an edition during setup.

Web

Software Updates

Sunday, January 03, 2010 11:05 PM, 0 comment(s)

Sunday, December 27, 2009 #

Development

Microsoft Dynamics CRM

Window Home Server

Fun

Software Updates

Sunday, December 27, 2009 11:33 PM, 0 comment(s)

Tuesday, December 22, 2009 #

Development

Microsoft Biztalk

Microsoft Dynamics CRM

Design

Finance

Photography

Software

  • NoDrives Manager - NoDrives Manager is a simple, free tool for hiding Windows logical drives by modifying the registry. The hidden drives are still accessible but they are not visible in the Windows Explorer.

System

Software Updates

Tuesday, December 22, 2009 11:50 PM, 1 comment(s)

Thursday, December 17, 2009 #

Microsoft has release Update Rollup 8 for Microsoft Dynamics CRM 4.0.

It’s available at regular places:

I have also updated the MS CRM 4 build numbers table.

Thursday, December 17, 2009 9:40 PM, 0 comment(s)