Build a bluetooth Chat Application

Bluetooth is one of today’s most exciting technologies. It is a short-range radio wave wireless technology operating in the 2.4 GHz frequency spectrum. With an operating range of 30 feet (10 meters) and a maximum transmission rate of a mere 1Mbps, Bluetooth is widely touted as the “cable replacement” solution. Bluetooth has been around for awhile but there seem to be few developers who have experience in building applications that... [Read More...]

vb.net webcam integration

One of the nice things about these older Logitech Webcams is that they don’t require a driver download and they support Windows Image Acquisition (WIA) directly. WIA is an API included in Windows that aims to unify the acquisition of images from all kinds of devices, including scanners and cameras. This is a pretty low-level API and a bit of a hassle to us. However, after Windows XP SP1 the WIA Automation Layer was released with a simpler COM... [Read More...]

Photoshop – create cs3 icons

Step 1 When I want to create an effect that already exists I always like to have a piece of reference material to work with. In this case I’ve taken a screen shot of the Photoshop CS3 icon and placed it in the file to look at while I work.  Read More →

vb.net screen capture

Do you want to make a vb.net app that can capture screenshots ? Well you can do that easily with vb.net If you have any suggestions or comments on this tutorial please visit idealprogrammer forums ! This is the code you will need to capture screenshots using vb.net. It uses gdi classes and some more classes. Thanks to mike gold of vbdotnetheaven Private Sub PerformCapture() ‘ turn the form invisible so you don’t show it during capture Me.Visible... [Read More...]

Css 2 column layout

Simple 2 column CSS layout This is a tutorial on how to use CSS to create a simple two column layout.. The layout consists of a header, a horizontal navigation bar, a main content column, a sidebar, and a footer. It is also horizontally centered in the browser window. A pretty basic layout, and not at all difficult to create with CSS once you know how to deal with the inevitable Internet Explorer bugs. To see the full CSS used for each step, view... [Read More...]

Update Resources of dll,exe files

Do You want to update the resources which are present inside pe files (.exe,.dll and others) . Well you can use Window’s Beginupdateresource, Updateresource and Endupdateresource function which can do this task easily. Things you need to know The path of the file whose resources you are updating The language of resource (like english french etc which are represented by a number like 1033 stands for english) The name of the resource (Keep... [Read More...]

Process Explorer

Do you want to see if your file or program is open elsewhere ? You can use this small tool for checking if your file handle in other files and more things. If you are facing access is denied error in your programs . This is a great tool Download : http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx NOTE : If you are facing access is denied error on vista/7 it could be be because of windows resource protection feature of microsoft windows... [Read More...]

Using photoshop to design webpages

Here you can find best photoshop tutorials on how you can create best webpage layouts . http://vandelaydesign.com/blog/design/website-layout-photoshop-tutorials/ For Best Webpage header tutorials . http://www.hongkiat.com/blog/31-practical-web-interface-design-tutorials/ 40 greatest header and footer tutorials for photoshop (Must see) http://www.hongkiat.com/blog/40-greatest-web-interface-design-tutorials-photoshop-tutorial/  Read More →

IdealProgrammer.tv

IdealProgrammer.tv A new platform for developers to learn various programming technologies , upload their videos and share the videos What’s More ? You can now create your own blogs at idealprogrammer.tv You can upload Your videos or embed videos from your youtube channel or any other website. You Can also upload/share images and audio You can send private messages to other members and create your own groups.  Read More →

« Previous Page