FlipKart

Thursday 28 February 2013

shutdown vs Hibernate

  Shutdown completely c loses the open documents and programs and turns off the computer.
               Hibernation is a power-saving state designed primarily for laptops.It  puts your open documents and programs on your hard disk, and then turns off your computer.use hibernation when you know that you won't use your laptop for an longer  period and won't have an opportunity to charge the battery during that time  and this helps in faster booting up the system
              The only negative effect that I'm aware of  hibernating is that it places more locked clusters on the partition, thus using more space and increasing fragmentation.

windows start up app as your name as audio voice

Hey guys ,from the post of too many names on comment section for downloading of windows start up app as your name on www.facebook.com/csedevgroup ,i have noticed that u have not seen the post on Feb 19 on the facebook page or this blog where i have discussed in detial how to make that qpp.............Please refer the post....All those who have downloaded the app can change the windows startup name(audio voice) by right clicking the file,then edit . say the window that opens has text

Dim speaks,dev
speaks="hello devendra dora"
Set dev=CreateObject("sapi.spvoice")
dev.Speak speaks

In the above vbs script, hello devendra dora can be replaced by your own name or any text
Then save it.

The sample file with the above given code can be downloaded from https://docs.google.com/file/d/0B_IS9V1cHAc_YkUzZmhkYjJvZ2c/edit?usp=sharing

and following the above given steps in setting up the app
The shortcut of the downloaded file can be placed in the location
C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP)
or
to C:\Users\ User-Name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 7,8and Windows Vista) where c is the system drive here and it can be anything.

------->If any of the folder in the above given location is not visible then goto tools >folder options >view> select the show hidden files and folders.
It is done now........................

Monday 25 February 2013

convert text into a audio voice

The way to  convert text into a audio voice.It is based on a visual basic script (no need to be a expert programmer to do it )
open notepad or any text editor
Type  in the notepad as follows
Dim speaks, dev
speaks="Hi  dora"
Set dev=CreateObject("sapi.spvoice")
dev.Speak speaks

save the file as .vbs format
It is done now........
For more visit www.computersciencedora.blogspot.in

Thursday 21 February 2013

talking app

Hey Friends Do u want your system to welcome you with your name as audio voice?
You can get the app that welcomes u in to your system by posting your name or anything that ur system should speak in www.facebook.com/csedevgroup
and telling that you want talking app and enter ur email id

Post ur names ,email id in the comment section and u can download your talking app within12 hours from ur inbox and coping the extracted file or shortcut of that file(recommended) to
C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP)
or
to C:\Users\ User-Name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 7,8and Windows Vista) where c is the system drive here and it can be anything.

Monday 18 February 2013

Is deinstalled os is also visible when the system starts???

Have u installed more than one os and deleted one of the os but when ur system starts the deleted os is also seen??
Here is the way u can permenanently remove the os getting appeared when the system gets start up
In windows system,
1)Type msconfig in the search option
2) Click on the BOOT tab and the list of OS gets displayed there
3) select the desired os and click on the delete or remove button
.....it would prompt u to restart ur system...
Do visit for more

computer tricks
Programming tricks

Dual boot problems??

Problems with dual booting??
1)promting u to insert another disk which says x86 or x64 architecture?? Then, restart the system and run the disc from boot mode by press boot/ setup keys (F2,F12,Esc etc depends on the laptop u use, usually the above keys to be pressed are displayed on the screen for very short time) and select the boot from cd/dvd/usb and select the language,followed by selecting the drive(Be sure that selected drive is of primary partition as os cannot be installed in logical portion)
2)set up is not installing sucessfully, then change sata mode (ie ATA,AHCI) or enable the legacy mode

http://programmingdevdora.blogspot.in/
http://devendradora.blogspot.in/

Monday 4 February 2013

Is ur system not working properly??

Is ur system not working properly??
Are the icons of various programs are not getting displayed correctly,and different programs get opened when u click on other programs ,and the system always asks for, with which program you want the file to be opened ,and finally you are not left with any proper restore point??
Here is the way you can try it out ,
Go to control panel, select user accounts and create a new account(administrator account preferred) and delete the old account(optional) and now restart the system and would to take sometime in checking your disk, now are your system is ready to use.
Moreover,I would suggest you check that whether you have the turned ON the option create a restore point,if not ON it.
This restore point may be available with all anti-virus softwares but i am not sure .
In one of the anti-virus software (say Microsoft security essentials)
you can turn ON the restore point option by following the following steps
click on the settings tab and then advanced options
and check (tick it) the create a system restore point
and finally click on the save changes button

http://programmingdora.blogspot.in/
http://artificialintelligencedevdora.blogspot.in/
Is ur system takes more time to access some files?
Have u are using hard disk for longtime and there are multiple deletions and saving of the files on the same disk which may lead to the slow access of the files ??
Here is the way u can overcome this problem of slow access of files
Right click on the drive for which u want to defragment
and then click on the tools tab and select optimize option and then click on the analyse
Is the actual size of the file and size on the disk is different? and is your system takes more time to open  files stored on the disk , this may be due to the fact that you have multiple deletions on the same disk ,which creates some memory free space that affect the others files to be stored with some other size than the actual
This can be overcome by optimizing the drive
steps:
Right click on the drive for which u want to optimize
and then click on the tools tab and select optimize option and then click on the analyse and takes some time in optimizing,fragmenting,defragmenting.
However , the system optimizes the drive periodically (usually the time for the periodic optimization should be set by the user)

Sunday 3 February 2013

Is ur system not working properly??

Is ur system not working properly??
Are the icons of various programs are not getting displayed correctly,and different programs get opened when u click on other programs ,and the system always asks for, with which program you want the file to be opened ,and finally you are not left with any proper restore point??
Here is the way you can try it out ,
Go to control panel, select user accounts and create a new account(administrator account preferred) and delete the old account(optional) and now restart the system and would to take sometime in checking your disk, now are your system is ready to use.
Moreover,I would suggest you check that whether you have the turned ON the option  create a restore point,if not ON it.
This restore point may be available with all anti-virus softwares but i am not sure .
In one of the anti-virus software (say Microsoft security essentials)
you can turn ON the restore point option by following the following steps
click on the settings tab  and then advanced options
and check (tick it) the create a system restore point
and finally click on the save changes button

http://programmingdora.blogspot.in/
http://artificialintelligencedevdora.blogspot.in/