Create a 3d logo using photoshop

  In this quick and easy graphic design tutorial, you’ll discover a handy process for generating eye-grabbing three-dimensional typography with the help of Photoshop and some creative techniques.   Final Result Here is a preview of what we’ll be working towards (click on the image to see the result in full-scale). Setting up the Photoshop document 1 First off, we are going to open up Photoshop and create a new document (Ctrl... [Read More...]

creating a widget for windows 7 using silverlight

At its simplest form a Windows gadget is comprised of a .html file and a .xml file. Think of it as a mini-web site, with the .html file representing the site’s visual components and the .xml file the gadget config or definition. Of course, as a web site, most gadgets are going to have the usual suspects: css, JavaScript, image files, and—best of all—Silverlight. The purpose of this post is to allow me to do some research on what... [Read More...]

create a social network menu using html

In this tutorial, we will show you how to create a social media share menu using CSS and jQuery. We are going to create the menu using basics CSS such as the CSS background-position property and a little jQuery to make the links animated. Create the HTML 1 Let’s create the HTML first. Here is our markup. Bookmark or Share This Post Delicious Facebook Stumble Twitter Style the HTML with CSS This is how... [Read More...]

Integrate joomla with facebook

Do you want to integrate joomla with facebook for things like : Allowing users to login from facebook to your joomla site. Allowing users to comment on your site with their facebook. Allowing users to like your company page etc You have 2 ways : 1 way is that look for joomla extensions site for latest facebook integration joomla extensions See this – http://extensions.ijoomla.com/joomla/communities/social-networking/jfbconnect/joomla/ But this... [Read More...]

Top websites to learn vb.net

If you are planning to learn vb.net from scratch here are some recommended websites which you should try . http://www.homeandlearn.co.uk/net/vbnet.html http://visualbasic.about.com/od/learnvbnet/Learn_VBNET_Visual_Basic_for_the_new_millenium.htm http://en.wikibooks.org/wiki/Visual_Basic_.NET And if you have any doubts and problems or suggestions free feel to use idealprogrammer forums.  Read More →

change windows wallpaper using vb.net

Also see this video Want to change windows wallpaper using vb.net? There are 2 ways :- 1st way is by devasp.net Steps you will do. •Start visual studio 2005 and create a new window project. •Set the following properties of the form Text = “Set Wallpaper” Size = “1024,750” •Now drip a picture box control on the form and set its following properties. Size = “1024,725” Sizemode = ”centerimage” •Drop a two button controls... [Read More...]

vb.net environment class

The .net framework provides this useful class which can retrieve information about the os like os version , currently logged in user , and system variables like the path where windows is installed (windir) with it’s various methods and functions. How this can be useful ? Suppose you are making an application which will copy a file to the user’s directory where windows is installed . Let’s say in my computer it is c drive it may be... [Read More...]

Beginning css

Do you want to learn css ? I am assuming you already know html and learning html is important for learning css . From where to start ? First you might ask what is css ? css is basically a language which is used to control the look and presentation of the html content or webpage. we first write the basic content like parragraphs,headings etc and then we use css to design them . You might also ask so why do we need 2 different languages for webpages... [Read More...]

jquery slider

In This tutorial we are going to learn how to make a cool looking slide effect using jQuery that will really make our images pop. The Live Demo Click HERE to see the full working demo. October 20th, 2010 in JQuery Tutorials by Lee Grant jQuery Slide Effect2 Votes, Rating: 5.00 Loading …0diggs digg4 Share About The Author: Lee GrantLee has a passion for all things design and web related and spends his days working as a full time web developer... [Read More...]

Update : Idealprogrammer forums

We are upgrading idealprogrammer forums so please be patient . Please check back the idealprogrammer forums to see the new look and features. If you want to suggest something please contact us email : saurabhorange@msn.com or harvey007@sbcglobal.net  Read More →

programming windows 7 taskbar

This 5 video series can be very useful for the developers who want to make use of windows 7 taskbar with their applications . You can see those videos here in this great blog >> http://channel9.msdn.com/blogs/yochay/programming-the-windows-7-taskbar–using-the-taskbar-button-overlay-icons-and-progress-bars  Read More →

« Previous PageNext Page »