Sunday, October 27, 2013
Thursday, October 24, 2013
Configure Internet Explorer to download more than two files at one time?
How do I configure Internet Explorer to download more than two files at one time?: "How do I configure Internet Explorer to download more than two files at one time?"
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
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.
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.
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
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.
A blog by Darko Jovisic that list useful tools for Dynamics CRM 2011. Helped to find the ones which are relevant.
Subscribe to:
Posts (Atom)