no

UITabBarController error - loaded the "YourView" nib but the view outlet was not set

Working on a simple UITabBarController I encountered the above error "nib but the view outlet was not set". This usually happens...

How to Disable Unknown Publisher Message on Windows

I agree this message is annoying each and everytime I installed a software. So how did I disable it on Windows 7. 1.) Open control panel ...

How to Update a Column Base on a Row Number in Mssql

Just recently I was asked to normalized or divide a table into 2 tables. Unfortunately, the only column that linked them (email) allows mult...

Learn Dynamic and or Statements in Entity Framework

What if your where clause is dynamic meaning certain fields only gets filtered when a certain condition is satisfied? The most simply impl...

Using in Like Operator in Entity Framework

Entity Framework is a great advancement to sql unfortunately some old keywords are not supported. But reading the documentation and google y...

How to Implement a Rss Feed Reader in C#

Included in this page: 1.) Rss feed model (which you can customized according to your needs) 2.) Rss feed reader My Objective is to read...

How to Access Asp:textbox With Runat=server Attribute in Javascript

For example you have a textbox which has a default value, and you want to clear that value when the user click on the textbox: <asp:Te...

How to Create a New Seam Web Project in Eclipse

In this exercise we will be building seam web project in eclipse. It's long so stay focus :-D. What you need (The following should b...

How to Fix Missing Microsoft Server Management Studio Express After Express Installation

For some reason after I've installed the SQL Server 2008 and SP1 I'm still missing the Management Studio Express that we commonly ha...

How to Change Jboss Server's Default Http Port

If you have installed jboss server in: C:\jboss-5.1.0\ then here's what you should do to change the default port (8080) to any port of y...

How to Change the Default Http and Ftp Port in Oracle Xe Universe

We assume that you have successfully download and installed the OracleXEUniv.exe. How to change the default http and ftp port in oracle xe...

How to Set up the Seam Examples in Jboss Server

I've been here before but that was a long time ago so here I am again playing with seam framework because my work requires me to. I no...

How to Start Jboss Within Seconds

Setting up JBoss, then you might encounter this issue. To change this simply: 1.) Click Window->Show View->Servers. 2.) On the ser...

How to Setup Membership and Role Provider in C# Web.config

Often I would create a new project and need to tie up the application in aspnet database. And yet I often forgot how to setup the connection...

How to Make a Static Splash Screen in Iphone Using Xcode

By default an xcode project created for iPhone looks for Default.jpg image in the resources. So all you need to do is: 1.) Make sure that ...

How to Create an Image Slide Show in Iphone Using Xcode

Here's how you can create image slide show from xcode - iphone Requirement:  -3 png images. 1.) Create a new View-based application...

archive