Skip to main content

Home/ Coders/ Group items tagged but

Rss Feed Group items tagged

Saqib Imran

Facebook Pages With Under 100 Fans Can Change Their Names | Facebook Marketing Expert - 0 views

  •  
    "Yesterday I wrote that Facebook is testing a new administration for Facebook fan pages and they will soon allow Facebook page administrators to change their Facebook page names. However I didn't mention the limit but now I know it"
Joel Bennett

Flapjax - a new language for writing the web? - 0 views

  •  
    Flapjax is a programming language which compiles to cross-platform javascript, but purports to be quite a bit easier to use ...
Denis Gobo

nHibernate performance against Stored procedures - 1 views

  •  
    A 5 part blogpost about the performance of a select statement done with ADO.Net using inline sql, and stored procedures (even some dynamic sql) and then nHibernate to get the same results. But this one has an alternate ending.
Joel Bennett

Interactive C# Shell - Miguel de Icaza - 0 views

  •  
    Mono's C# Shell ... cute, but no PowerShell ;-)
Joel Bennett

Managed Extensibility Framework - CodePlex - 0 views

  •  
    Managed Extensibility Framework (MEF) is a new library in .NET that enables greater reuse of applications and components ... but it's (currently) licensed under the unacceptable MS-LPL ... where that extra L stands for "lock-in"
anonymous

Pinax - 1 views

  •  
    Pinax is an open-source collection of integrated, but reusable apps for the Django Web Framework. By integrating numerous reusable Django apps to take care of the things that many sites have in common, it lets you focus on what makes your site different.
anonymous

Traits - 0 views

  •  
    Traits are a simple composition mechanism for structuring object-oriented programs. A Trait is essentially a parameterized set of methods; it serves as a behavioral building block for classes and is the primitive unit of code reuse. With Traits, classes are still organized in a single inheritance hierarchy, but they can make use of Traits to specify the incremental difference in behavior with respect to their superclasses. Unlike mixins and multiple inheritance, Traits do not employ inheritance as the composition operator. Instead, Trait composition is based on a set of composition operators that are complementary to single inheritance and result in better composition properties.
Joel Bennett

How to create your own code signing certificate and sign an ActiveX component in Windows - 0 views

  •  
    These instrauctions mostly work, but with the current version of Windows OpenSSL, the generated certificate is "not suitable for code signing" unless you modify the OpenSSL.cnf config file.
Joel Bennett

Growl for Windows and a Web Notification API - 0 views

  •  
    This is (finally) a Windows-compatible PORT of Growl -- not merely a Growl-like application, like "Snarl" or "Grumble", but actually an API-compatible Growl. Oh, and it can pop up notifications from web apps, what?
knowuh not saying

DataWorkshop, a binary data editor - 0 views

  •  
    This is the hexeditor I eventually ended up using. A bit clonky of an interface, but very extensible.
Joel Bennett

Microsoft Source Analysis for C# - 0 views

  •  
    Source Analysis is similar in many ways to Microsoft Code Analysis (specifically FxCop), but there are some important distinctions. FxCop performs its analysis on compiled binaries, while Source Analysis analyzes the source code directly.
Joel Bennett

Windows: A Monopoly Shakes - Microsoft Watch - Operating Systems - 0 views

  • Windows' enterprise adoption declined 3.7 percent, going from 98.6 percent in January to 94.9 percent in December. Mac OS gained 3 percent, going from 1.2 to 4.2 percent in the same time frame. Linux gained 0.5 percent in 2007.
  • Apple, with its enterprise share growing threefold
    • Joel Bennett
       
      Yeah, that's more like it -- they're going to be reporting 300% growth in the enterprise, I'm sure.
  •  
    Windows use in the enterprise (it's traditional stronghold) has declined almost 4% to about 95% in the last year ... It's just a tiny sliver, but the real question is: is it enough to make Apple start catering to their enterprise customers?
Joel Bennett

Dark (Clear) Screensaver - PHM.lu - 0 views

  •  
    A screensaver that darkens but does not obscure the screen.
Joel Bennett

Transparent Screen Lock for Win2000, WinNT, XP - 0 views

  •  
    Transparent Screensaver ... lets you lock the screen but still see what's happening.
Joel Bennett

Google vs Xerox on R&D | Computerworld Blogs - 0 views

  •  
    Google does R&D but has no dedicated researchers or formal lab organization. Every engineer is considered part of the virtual R&D team and is expected to donate 20% of his time - about one day a week - to research. Xerox takes the traditional approach, investing in a separate R&D function that includes basic research ... what makes each approach successful?
  •  
    Not really a fair comparison -- what has Google's R&D produced? The Android?
Joel Bennett

Trakkor - No-frills web page change tracking. - 0 views

  •  
    Trakkor lets you create a tracker for just a single DOM element given by an XPath and informs you via Atom feed if it changes. Would be cooler if it was a firefox plugin, but ... maybe we could use this on TOSes
Joel Bennett

NTrace 1.0 (Beta) - Event Tracing for Windows (ETW) for C# Developers - 0 views

  •  
    NTrace is based on ETW(Event Tracing For Windows) which is a kernel-level tracing service which has several benefits over the tracing provided in .NET... Most importantly, it can be turned on and off without restarting the application, but it also has features like built-in high performance circular logging (a circular log is one that never grows above a specified size by flushing out older trace messages), and the ability for you to capture the logs from multiple sources into a single trace session.
  •  
    Might be C# only, because of the build step
Joel Bennett

Mono.Options, now a Mono 2.2 Feature - Miguel de Icaza - 0 views

  •  
    quote: "Mono.Options is a beautiful command line parsing library. It is small, succinct, a joy to use, easy and powerful, all in one." ... well, I don't know about that, but it's simple enough :)
Joel Bennett

WW.DataServices - Nth Penguin - 0 views

  •  
    Generate Web DataServices in VisualStudio (a bit of an overlap with ADO DataServices, but nevermind)...
Joel Bennett

Lab49 Blog » Out-WPFGrid PowerShell CmdLet - 0 views

  •  
    An Out-Grid cmdlet implemented in what may possibly be the most complicated fashion ever ;-) David Barnhill has created a WPF app which you can instantiate from PowerShell by sending output to it... but the cmdlet actually creates a separate application object (a new process) and then communicates with it (using WCF) to send it the grid data.

    Some cool tech there, but it seems like he might as well have made Out-WPFGrid into a stand-alone app -- and it seems like that would have been easier?
« First ‹ Previous 121 - 140 of 566 Next › Last »
Showing 20 items per page