css advanced selectors

Combinators The advanced combinators allow you to define styles that are based on a more complex rule that will be applied to more specific elements. Originally, it was possible to get to descendant-elements through contextual styles. For instance: p em {font-size: larger; } This rule will affect all em elements inside paragraphs. This is very useful, but also relatively simplistic. Combinators allow you to state the required relationship between... [Read More...]

How to change windows login screen using photoshop

You might want to develop the windows vista/7 login screen using photoshop . So do it . create your own image with your own effects and save it as .png/.jpg etc . Now use stardock’s logonstudio to create a new login screen with your image ( remember login screen modifies imageres.dll) And now apply your login screen you will able to see it ! For comments please visit idealprogrammer forums  Read More →

Make a chat application using asp.net

Do you want to create a simple chat application using asp.net ? Well you may want to see this code project article by Albert Pascual http://www.codeproject.com/KB/applications/SimpleChat.aspx For comments and suggestions use idealprogrammer fourms  Read More →

objects and classes in vb.net

This is a really great article for beginners who want to learn about classes and objects in vb.net (any version) An object is an instance of a CLASS E.G: car1 and car2 in the following code.>> Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click ‘car1 is an object and it is an instance of the Car CLASS.>> Dim car1 As New Car ‘car2 is an object and it... [Read More...]

aero effects in .net applications

With the launch of Windows Vista, Microsoft introduces brand new UI, eye-catching aero effects (glass effects) for their new Operating System. I have seen a lot of programmers who are much concerned about the looks of their applications. So this time with the launch of Windows 7, Microsoft provides the Windows 7 API Code Pack. The Windows 7 API Code Pack not only just allows incorporating the aero glass effect, but many other features which will let... [Read More...]

Basic object oriented programming concepts

Videos recommended For watching all videos in this series and ever more programming videos please visit our youtube channel – http://www.youtube.com/user/harvey007y http://idealprogrammer.tv/videos/486/introduction-to-object-oriented-programming,-part-1   Lesson: Object-Oriented Programming Concepts If you’ve never used an object-oriented programming language before, you’ll need to learn a few basic concepts before you can... [Read More...]

Top websites to learn ajax

Best websites to learn ajax www.learn-ajax-tutorial.com http://www.tutorialspoint.com/ajax/index.htm http://www.killerajax.com/ Learn ajax in 20 miniutes http://www.sematopia.com/2005/11/how-to-learn-ajax-in-10-minutes/  Read More →

Tips for programmers

I have started this article for some tips for programmer . Note: This article is anyone who is using any programming language #Tip-1 If you are a programmer then many times you will face majour problems and bugs in your applications like access is denied , the file is being used, you dont have permissions to do this task,abc.dll is required to work your program and things related to security which block your program. In these cases dont give up go... [Read More...]

Movefilex function

In this article i will tell you about movefilex function and it’s uses So let’s start with what is movefileex function ? Well it justs Moves an existing file or a directory, including its children. But you might think hey what the hell ? when we have .net framework why do we need this api ? well the answer is sometimes you might need to move a file which is different from normal files like files which are in use . well in this case you... [Read More...]

High quality professional templates in css

1. mCube Download : http://www.templateworld.com/freetemplates/zero/track.php?id=58&flag=2 2. CoolBlue Download: http://www.styleshout.com/hits.php?type=tmp&id=31&url=templates/downloads/CoolBlue10.zip&PHPSESSID=b2ac61b7d0372f1683d9d45a0bd737f8 3. Jungleland Download : http://www.styleshout.com/hits.php?type=tmp&id=30&url=templates/downloads/Jungleland10.zip&PHPSESSID=b2ac61b7d0372f1683d9d45a0bd737f8 4. LawyerAttorney Download... [Read More...]

« Previous Page