Today I will tell you how to create application which will display your Tweets (or someone else) at your website.
Other News
Optimizing UPDATE and DELETE statements
(Ronald Bradford) While most people look at performance optimizations for SELECT statements, UPDATE and DELETE statements are often overlooked. These can benefit from the principles of analyzing the Query Execution Plan (QEP). You can only run an EXPLAIN on a SELECT statement, however it’s possible
Oracle BI Server Modeling, Part 1- Designing a Query Factory
(Bob Ertl) In my first series of posts, I plan to show developers the concepts and best practices for modeling in the Common Enterprise Information Model (CEIM), the semantic layer of Oracle BI EE. In this segment, I will lay the groundwork for the modeling concepts.
Watson Runs DB2. Enough Said!
(irshadraihan) If you missed Watson’s drubbing of its human competitors on Jeopardy last week, do check it out on YouTube. Under the covers, Watson is an integrated stack of IBM components designed to mine multiple data sources simultaneously to build a response in the context of a question asked of
Using $.ajaxPrefilter() To Configure AJAX Requests In jQuery 1.5
(Ben Nadel) Last week, I started to explore Deferred objects and the AJAX updates made to jQuery 1.5 by Julian Aubourg. To kick off the exploration, I created a function that would essentially proxy the XHR request object, normalizing the core response in order to account for web services that use m
Scheduling a SQL Server PowerShell script using the Task Scheduler
(Diana Moldovan) Even if your SQL Server edition does not include the SQL Server Agent service (if you use SQL Express, for instance), you can still automate administration tasks without using any 3rd party products. In this tip I’ll describe how to schedule a PowerShell script with the Task Schedul
Getting Started with ASP.NET MVC 3 and Razor
(Dan Wahlin) I had a chance to give a talk on ASP.NET MVC 3, Razor and jQuery today at a company and wanted to post the slides and demos from the talk. The focus was on getting started with ASP.NET MVC 3 projects and .cshtml files including creating pages using the new Razor syntax (which I personal
Introduction to: RDF
(Juan Sequeda) RDF stands for Resource Description Framework and it is a flexible schema-less data model.
DB2 10 Roadshows provide additional information
(Dave Beulke) The IBM roadshow was in Washington DC this last week. The presentations provided additional information on the full advantages of System Z and how it continues to lead all platforms in price performance.
No More ORA-1118 – cannot add any more data files: limit of XX exceeded
(Anand) ORA-1118 occurs when the database has hit the MAXDATAFILES limit and to resolve it, you need to
