Skip to main content

Home/ Groups/ Coders
Joel Bennett

coComment - Join the conversation - 0 views

  • coComment keeps track of all the online conversations you're following in one convenient place, and informs you whenever something is added to a conversation.
  •  
    A firefox sidebar that lets you follow comment threads on forums or blogs wherever you find them...
Joel Bennett

Yuuguu. See together. Be together. - 0 views

  •  
    Yet another VWM-like desktop sharing app
Joel Bennett

Welcome to dimdim - 0 views

  • dimdim is the world’s first free web meeting service based on the open source platform.
  •  
    An open source competitor to WebEx and LiveMeeting...

Joel Bennett

media for the inner you | matchmine.com - 0 views

  •  
    An api for preferences and social sharing of them to get valid recommendations for music, videos, blogs, etc
Joel Bennett

360 Desktop (VWM) - 0 views

  •  
    A wrap around virtual desktop manager with active-desktop-like support for web parts, etc.
Joel Bennett

Windows Vista update - improves compatibility, reliability, and stability - 0 views

  • It improves the stability of Windows PowerShell.
  • It shortens the recovery time after Windows Vista experiences a period of inactivity.
  • It improves the reliability of Windows Vista when you open the menu of a startup application.
  • ...1 more annotation...
  • This hotfix may receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next service pack that contains this hotfix.
  •  
    Wow, it slices, it dices, it juliannes... and it even seems to help!
Joel Bennett

eFace - XAML for Java - 0 views

  •  
    If you like the idea of declarative UI markup, but have to work with Java, this is for you.
Joel Bennett

Best of Joomla - File Directory - 0 views

  •  
    SOBI is a download, file list, file directory ... etc plugin. (you need the download plugin for SOBI)
Joel Bennett

Best of Joomla - FireBoard - 0 views

  •  
    Fireboard is a Joomla-native forum that looks excellent
Joel Bennett

Joomla Docbook:Collab XML Suite - 0 views

  •  
    A wiki-like collaborative documentation project based on DocBook instead of a custom markup.
Joel Bennett

Magento - Home - Open Source eCommerce Evolved - 0 views

  •  
    An open source competitor to OSCommerce
Joel Bennett

Deriving from WebClient to handle persisting cookies for login - 0 views

  • Then just use the ExWebClient class to make your requests;
  • Public Class CookieWebClient : Inherits WebClient ' overridden to add cookie headers to http requests. Protected Overrides Function GetWebRequest(ByVal address As System.Uri) As System.Net.WebRequest Dim request As WebRequest = MyBase.GetWebRequest(address) If TypeOf request Is HttpWebRequest Then DirectCast(request, HttpWebRequest).CookieContainer = _cookies End If Return request End Function ' overridden to save cookies to the container for http requests. Protected Overrides Function GetWebResponse(ByVal request As System.Net.WebRequest) As System.Net.WebResponse Dim response As WebResponse = MyBase.GetWebResponse(request) If TypeOf response Is HttpWebResponse Then _cookies.Add(response.ResponseUri, DirectCast(response, HttpWebResponse).Cookies) End If Return response End Function ' overridden to save cookies to the container for async http requests. Protected Overrides Function GetWebResponse(ByVal request As System.Net.WebRequest, ByVal result As System.IAsyncResult) As System.Net.WebResponse Dim response As WebResponse = MyBase.GetWebResponse(request, result) If TypeOf response Is HttpWebResponse Then _cookies.Add(response.ResponseUri, DirectCast(response, HttpWebResponse).Cookies) End If Return response End Function Private Shared _cookies As CookieContainer = New CookieContainer End Class
Joel Bennett

/\/\o\/\/ PowerShelled: Large AD queries in Monad - 0 views

  •  
    For searching for huge result sets in AD you need to set a PageSize, or maybe do the paging by hand.

    Related:
    http://groups.google.com/group/microsoft.public.windows.server.scripting/tree/browse_frm/thread/32864b65a7a4fb70/14689e6f46898340
Joel Bennett

Online syntax highlighting for Javascript, Powershell, Python, Ruby and more - 1 views

  •  
    An online code syntax highlighter that generates HTML source code and stylesheets for pasting into blogs (or whatever)
« First ‹ Previous 1481 - 1500 of 2062 Next › Last »
Showing 20 items per page