What are Network Topologies

What are Network Topologies

A network is a logical extension of data communication system. In computer network, two or more computers are link together with the carrier and data communication devices for the purpose of data communication and resources sharing. The manner in which computer nodes are geometrically arranged and connected is known as…continue reading →
How to Disable 500 Internal Server Error on Godaddy Windows Hosting

How to Disable 500 Internal Server Error on Godaddy Windows Hosting

GoDaddy windows server by default show generic 500 Internal Server Error page instead of showing actual detailed error message. The default page prevent application developers from debugging web application because actual error message not visible. The detailed error message give detailed error description along with line number so developer can…continue reading →
Xcode 4 UIImage imageNamed: Method Not Found Error

Xcode 4 UIImage imageNamed: Method Not Found Error

While working with an Iphone Application i wanted to display an image using UIImageView control i have designed using Interface Builder. The working environment is Mac 10.6, Xcode 4 and IOs SDK 4. Required images added to Resources folder in project. The code line is as below. [imageView1 setImage:[UIImage imageNamed:@”130_001.jpg”]];…continue reading →