(Srinath MS) jQuery is the concise JavaScript library that makes your client-side code interactive with less pieces of code stitched together. It’s easy to grasp this language in a similar fashion to JavaScript. It has a simplified event handling model with a tiny footprint.
Other News
Leverage Your Financial Data with the XBRL Chart Wizard–Part 1
(Beth O’Brien) Extensible Business Reporting Language (XBRL), an XML-based language for financial data, is increasingly being used by both public and private organizations across the globe – in fact it is mandated for some companies in countries including the United Kingdom and the United States.
WPF Interface for SharePoint 2010 Client Object Model
(Mahesh Sabnis) SharePoint 2010 has provided both the Server Object and Client Object model using which a developer can use a client interface like WinForm or WPF and interact with SharePoint 2010 Web Applications, as well as work with SharePoint Objects. SharePoint 2010 has also provided Web Servic
Web Forms Model Binding Part 2: Filtering Data (ASP.NET vNext Series)
(Scott Guthrie) The next releases of .NET and Visual Studio include a ton of great new features and capabilities. With ASP.NET vNext you’ll see a bunch of really nice improvements with both Web Forms and MVC – as well as in the core ASP.NET base foundation that both are built upon.
OBIEE: Start/Stop Individual Components (Manually)
(oraclenerd) Previously I wrote about how to start and stop individual components via Enterprise Manager.
Error Msg 128 The name is not permitted in this context. Only constants, expressions, or variables allowed here. Column names are not permitted
(Vadival) Lets see how to avoid this error
Using JTS’s Comparison Functions – HausdorffSimilarityMeasure & AreaSimilarityMeasure with SDO_GEOMETRY
(Simon Greener) There is often a need to compare SDO_GEOMETRYs to see if a geometry has changed or not. The SDO_GEOM.RELATE function is useful in this regards where two geometries are EQUAL but it is not fine-grained enough to help understand how different two things are.
Meet author and DB2 expert Roger Sanders at IOD11
(Susan Visser) Roger is taking part in three highly accessible events that are taking place at IOD this year:
SQL SERVER – Denali – Conversion Function – Difference between PARSE(), TRY_PARSE(), TRY_CONVERT()
(Pinal Dave) In SQL Server Denali, three new conversion functions have been introduced, namely,
Using jQuery’s Pipe() Method To Change Deferred Resolution
(Ben Nadel) I’ve really grown to love the Deferred functionality added in jQuery 1.5. Not only does it allow for new kinds of functionality, it also allows existing success and error handlers to be bound in an easier-to-understand, less condensed format.