Tuesday, December 31, 2013

How to Run Mac OS X Inside Windows Using VirtualBox

How to Run Mac OS X Inside Windows Using VirtualBox: "e name of your machine (in our case, "Mac OS X"), and 1920x1080x32 with the sam"

Check this article if you want to develop iOS applications on a PC

Saturday, November 23, 2013

DocX - Home

DocX - Home:

Open Source Library to create Word DOCX files. Full C# code. Can be used inside a CRM plugin.

Comes highly recommended.

EPPlus-Create advanced Excel 2007 spreadsheets on the server - Home

EPPlus-Create advanced Excel 2007 spreadsheets on the server - Home:

Open Source Library to create Execl on the server. Can be used inside a CRM plugin.

Saturday, November 16, 2013

CSS Round corners

CSS Round corners: "in modern browsers. Do".

Examples which are simple and easy

'via Blog this'

Rounded Corners | CSS Layout with HTML5 | kdmcBerkeley

Rounded Corners | CSS Layout with HTML5 | kdmcBerkeley: " border and slightly rounded corners. In the bad old days, we resorted to all kinds of tricks to achiev"

'via Blog this'

Sunday, November 10, 2013

Microsoft Dynamics CRM Advanced Internet Lead Capture - Web2CRM

Microsoft Dynamics CRM Advanced Internet Lead Capture - Web2CRM:

Looks like a nice Idea, Have a form generated on an Internet page to be used as a landing page for campaigns and let users enter information directly into the CRM.

Sunday, October 13, 2013

Reporting Services Date to Hebrew Date Text converter

Simple function to convert a date time value to Hebrew text string.

Public Function getHebDate(ByVal s As DateTime) As String

Dim HebrewCulture as System.Globalization.CultureInfo
HebrewCulture = System.Globalization.CultureInfo.CreateSpecificCulture( "HE-il")
HebrewCulture.DateTimeFormat.Calendar = New System.Globalization.HebrewCalendar()
Dim text as String
text = s.ToString( "dd MMM yyyy", HebrewCulture)
Return text

End Function


Sunday, October 6, 2013

PageSlide: a jQuery plugin which slides a webpage over to reveal an additional interaction pane

PageSlide: a jQuery plugin which slides a webpage over to reveal an additional interaction pane:


Query Plugin to open and close a Panel on the side of the page. I am still looking for one at the bottom or Top but this one looks Simple and Stable.

Introduction · Isotope Docs

Introduction · Isotope Docs:

This is an amazing plugin, can do a lot, missing Drag&Drop support which will make it incredible and not just awesome.
Make sure to by the commercial license in order to use it.

40 Awesome jQuery Plugins You Need to Check Out | Design Shack

40 Awesome jQuery Plugins You Need to Check Out | Design Shack:

List of Gear looking jQuery Plugins to be used in various start-up projects to uplift the UX and the Usability of the Interface

Over 40 useful Dynamics CRM 2011 tools, utilities, scripts & controls | Everything CRM

Over 40 useful Dynamics CRM 2011 tools, utilities, scripts & controls | Everything CRM:

A blog by Darko Jovisic that list useful tools for Dynamics CRM 2011. Helped to find the ones which are relevant.