I am know working on Punuptech.com ,From now onwards i will provide the update on Punuptech.com. You can get upto date information on Punuptech.com.
Stay in touch with us.
Regards
I am know working on Punuptech.com ,From now onwards i will provide the update on Punuptech.com. You can get upto date information on Punuptech.com.
Stay in touch with us.
Regards
This is a simple technique. Just follow the simple 4 steps given below and get a big screen in few seconds. There is no need of any additional softwares or drivers.
Step 1: Open TC++ (normally C:\TC\BIN\TC.EXE). In the startup it will show a dialogue box that it doesn’t support full screen mode as seen in the picture below. Just select ignore option. Then it will open the small screen mode.
Note: Please Click on the images to enlarge
Step 2: Go to the top left of the window and click. It will show a menu as shown in the figure. Then select properties from the menu.
Step 3: Now it will show the properties window, in which you select the Font tab. There you can see two font options as Raster and Lucida Console. The default will be Raster. You select Lucida Console and select the size from the size list as 28.
Step 4: After selecting the fonts, now you have to select the layout tab where you can see screen buffer size, window size, and window position options. First unselect the “Let system position window” option from window position options. Now make the following changes:
After making the changes select OK.
Now you will see a larger window and very crisp font size in which you can work perfectly fine. This technique actually doesn’t provide full screen in Vista but you will find it much better.
NB: The given sizes will work fine for 1280 by 800 screens, but there is no compulsion that you have to use them as specified. You can always use your own options according to your need.
Free games online from Punuptech.com, Punuptech Games has free online games and download games of every kind. Play puzzle games, arcade games, casino games etc.

Link : http://www.Punuptech.com/Games or http://www.Punuptech.com/games
Regards
The Structured Query Language (SQL) forms the backbone of most modern database systems. These links provide the best resources on the Net for database administrators !

From the Earlier Response or love (Punup.co.nr) for the Ringtones ,I made a New Mobile Ringtones Package. mp3 ringtone (Mix Collections).
Enjoy !!
Regards
ObjectDock™ is a program that enables users to organize their shortcuts, programs and running tasks into an attractive and fun animated Dock. By allowing users to have more control over how they organize their desktop, users can take control of their desktop icons and shortcuts to have them be available when where and how they need them. This, all with the unique style and top-rate performance that ObjectDock is known to deliver!
You can download the freeware version and i think it is preety good and completely customizable.
Download Link :Object Dock
Regards
Solutions of the Assignments are Given in http://www.punuptech.com/forums.
Solutions of 2nd Semester 2008 MCA
Mcs 21: Download
Mcs 23 : Download
Mcs 22 : Download
Mcs 24 : Download
Mcs 25 : Download
Password :Mcs 21 :punuprocks
Mcs 22 :welcome
Mcs 23 :welcome
Mcs 24 :welcome
Mcs 25 //no password
Regards
Puneet
We have Launched our Punuptech Beta Forums(A Beta Release) , Communities and Discussions Board.
Join and make Friends and Discussions on the Board and Have Fun .
Visit :http://www.Punuptech.com/forums
You all have been Constant source of inspirations.
Regards.
Ignou Solved Assignments 2008 are Given here :
http://www.punuptech.com/Forums/ or http://www,punuptech.com/forums
Be the Best !!
Compiz Fusion is the result of a merge between the well-known Beryl composite window manager and Compiz Extras, a community set of improvements to the Compiz composite window manager. Compiz Fusion aims to provide an easy and fun-to-use windowed environment, allowing use of the graphics hardware to render each individual window and the entire screen, to provide some impressive effects, speed and usefulness.
Here we look at various aspects Compiz on your openSUSE 11.0
Install Drivers
The above will start YaST package manager to install the required drivers.
nVIDIA native rendering
For nVIDIA rendering to work correctly with Compiz, you must enable 32-bit ARGB GLX Visuals. These are enabled by default with nvidia driver versions 100.14.09 and later. However, for the earlier versions, run the following command:
Puneet_opensuse11:~ # nvidia-xconfig –add-argb-glx-visuals -d 24
This adds the following entries into the /etc/X11xorg.conf file
Under Section Device
Section “Device”
Option “AddARGBGLXVisuals” “true”
Under Section Screen
Section “Screen”
DefaultDepth 24
That should do, we are now ready to experience the Compiz-Fusion desktop effects in openSUSE 11.0.
Once Your New Kernel is Installed,Open Suse from the Newer Kernel and Follow the Steps Below.
openSUSE 11.0 comes preinstalled with Compiz and Compiz-Fusion 0.7.4 pre-installed. However, you may get and install the latest version of the Compiz-Fusion plugin package from here by simple 1-click installs here :
Click on the Link below to install compiz fusion as per the Desktop :
Now after installation ,You need to enable the Compiz Fusion.
Enable Compiz/ Desktop Effects
The Settings Given Below is the Default Compiz Fusion Settings,To enable the Latest Compiz fusion installed from the above steps ,Just click on the compiz Fusion icon present in the More Appications.
To enable Compiz, referred as Desktop Effects in openSUSE 11.0
From Applications – Configure Desktop – Desktop, tick the box for “Enable Desktop Effects” and click Apply. This should enable Desktop Effects / Compiz on your openSUSE.

Alterntaivelty, you can enable from
Application – Utilities – Desktop – Desktop Effects – select the checkbox for “Enable Desktop Effects” and close.

Here you can also, select a preset profile for your Desktop Effects ranging from minimal to Ultimate.
Once enabled, we are all set to start using desktop effects or Compiz on openSUSE 11.0.
Regards
Enjoy !!
There are many computer books come with CHM format.
Gnochm is a CHM file viewer. It is designed to integrate nicely with Gnome. Gnochm has some really nice features for viewing chm files.
sudo apt-get install gnochm
Simply click on the Applications menu in the Accessories section to start Gnochm and open your chm files.
Under Linux, you can view a CHM file with the xchm viewer. But sometimes that’s not enough. Suppose you want to edit, republish, or convert the CHM file into another format such as the Plucker eBook format for viewing on your Palm. To do so, you first need to extract the original HTML files from the CHM archive.
This can be done with the CHMLIB (CHM library) and its included helper application extract_chmLib.
Install Chmlib in Ubuntu
sudo apt-get install libchm-bin
Convert .chm files in to HTML files
If you want to convert .chm files in to HTML files use the following command
extract_chmLib book.chm outdir
where book.chm is the path to your CHM file and outdir is a new directory that will be created to contain the HTML extracted from the CHM file.
Convert .chm files in to PDF files
First you need to install htmldoc. HTML processor that generates indexed HTML, PS, and PDF.HTMLDOC is a program for writing documentation in HTML and producing indexed HTML, PostScript, or PDF output (with tables of contents). It supports most HTML 3.2 and some HTML 4.0 syntax, as well as GIF, JPEG, and PNG images.
sudo apt-get install htmldoc
If you want to use htmldoc type the following command in terminal
htmldoc
Once it opens you should see similar to the following screen here you can choose the html file and convert them to pdf,ps

Happy Learning.