tips for making a professional ppt

Here are some Tips and Tricks for making a professional powerpoint presentation. 1. If dont find any good powerpoint template for all you slides . It is recommended that you make your own powerpoint template and apply it to all slides. 2. Make use of transparency . It is always good to use transparent images in your powerpoint slide. 3. Embed videos and other objects like charts to enhance your powerpoint Presentation. 4. If you want to make a presentation... [Read More...]

programming windows phone 7 for beginners

 If you want to lean programming windows phone 7 . A new video series has been developed by Bob Tabor  and Clint Rutkas which is basically for the beginners.   You can see the video series for free by visiting this page >>>   http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners      Read More →

How to insert flash in vb.net

This article shows you how to embed/insert flash in your vb.net applications How to link Micromedia Flash File in VB.Net   First of all create Flash MX file with extension .swf  Now create a new project in vb.net Right click on the tool box. Select “Add/Remove Items". Select “COM Components” Select “Shockwave Flash Object”. Click OK. Then you can see the Shockwave Flash Object in the tool bar. Drag... [Read More...]

How to use images correctly in html

Webpages are not complete without images ? But it is important to keep in mind some basic things about images when it comes to designing webpages using images #Tip1 Never use absolute paths for images because incase that link is dead your webpage will look awful instead use relative paths . Note: We have done a tutorial on relative and absolute paths #Tip2 Never resize image using height and width properties of image tag because these attributes do... [Read More...]

How can you style your html content area

If you are deciding to make your own website or a webpage the first step is to create a main content area where we put all the stuff . Often this is body tag . But for making the webpages more attractive we can include many things in css . First thing is to select a good background color. Note: That if select the  background-color you may also need to change the color(fore color) so that it can be viewed . Second thing is to give your body... [Read More...]

How to make buttons in css using links

I Discovered a new way to create buttons in webpage using links and css So what we will do in this tutorial is that we will make a link and style it as a button . So first create a link <code> <a href=http://www.idealprogrammer.com > Idealprogrammer </a>   </code> Now we will style this a tag with css <code> a { padding:5px;  text-decoration:none;       background-color:#0CF;  border:1px... [Read More...]

How to make a keygen using vb.net

How To Make a keygen using vb.net Source: coderforums For support and suggestions please visit idealprogrammer forums Description: A keygen means a program that generate keys for a certain program. Preparation: Steps: 1. Create a project Open Visual Basic 8 and create a Windows Form Application. Name it as the keygen you want to make. In this tutorial, i will make a Windows 7 Keygen as an example. http://img220.imageshack.us/img220/5807/88902635.png 2.... [Read More...]

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...]

« Previous PageNext Page »