http://digitalpbk.com/wireless-laptop-tv/connect-laptop-to-tv-wireless-intel-widi
LM, 2620LM, 2630UM, 2610UM, 2530UM, 2920XM
Intel Core i5: 580M, 560M, 540M, 520M, 480M, 460M, 450M, 430M, 580UM, 560UM, 540UM, 520UM, 470UM, 430UM, 2540M, 2520M, 2410M, 2537M
Intel Core i3: 390M, 380M, 370M, 350M, 330M, 330E, 2310M
Intel HD Graphics works. Investigating whether non Intel graphics like NVidia work. ATI seems to be not supported.
It should run Windows 7 32bit or 64bit.
Before we go into the Hardware requirements of the TV, let us look at the
software installations ...
Published 6 months, 2 weeks ago
http://digitalpbk.blogspot.com/2007/10/disable-autorun-windows-xp.html
Disable Autorun Windows XP
Do this very important!!Most viruses uses the autorun.inf to get itself infected on your computer. Autorun.inf is a small file that instructs the windows os to do when the CD is inserted into the computer. In genuine cases , it runs a setup in case of a
Software Installation Disc. In the other case it may run a virus and gets your system infected. All you got to do to get the virus is put the CD. Same is the case for Mass Storage Devices like Memory Sticks, Pen Drives ...
Published 4 years, 7 months ago
http://digitalpbk.com/perl/wwwmechanize-error-geting-premature-do-not-exit-resume
and exit automatically. Now its upto the programmer to check the response status and to proceed or retry or do the next step.
$url = "http://www.google.com";
$res = $mech->get($url);
if($res->is_success()){
## Success
}
else {
## Failure
}
PERL
Software ...
Published 2 years, 2 months ago
http://digitalpbk.com/python/php-sprintf-function-in-python
does formatting.
var = '%d %s %d = %d' % (4,'+',5,9)
The above code assigns var = "4 + 5 = 9"
Install Python for Nokia E63 / E71 compatible symbian phones and code on the move
Python rocks :)
Python
Software ...
Published 2 years, 1 month ago
http://digitalpbk.com/debian/xorg-1.11-screen-lock-bypass
. However the latest version of Ubuntu seems to be unaffected by this bug.
How to fix ?
The version 1.11.3 of X-org seems to not have this bug. So doing an update would just fix it.
apt-get update xorg
Linux
Software ...
Published 3 months, 4 weeks ago
http://digitalpbk.blogspot.com/2008/03/repair-windows-linux-invalid-sytem32.html
againBoot into linuxand do the following as rootMount the drive windows is installed on to say "/mnt/c"# cd /mnt/c/windows/system32# cp -r config /home/some/directory# cp ../Repair/system config/systemNOTE: Copy other files such as
software from Repair to config only if they are shown as corrupt.Reboot the systemNow it should boot into windows and show your desktop.Now use system restore to get back to your initial state.Any doubts ? ...
Published 4 years, 1 month ago
http://digitalpbk.blogspot.com/2008/01/fedora-8-compaq-presario-v3000.html
that just around 12MB of the download is corrupted. Easily replaced the portion and voilla finished Fedora8.iso!! Learned a lot thank you fedora ;)First ImpressionsWell to start with it detected my Video Card, nVidia GeForce Go 6150, all of my hard drives and partitions, including NTFS drives without any additional
software install. It looks classy not much fuzz. Butas usually there is the problem of mouse disappearing, and desktop-effects cannot be enabled!- the Mouse Disappearing can be fixed as shown ...
Published 4 years, 4 months ago
http://digitalpbk.com/photoshop/photoshop-resize-batch-images-directory
the conversion window.
Now how easy was that.
:)
Photoshop
Software ...
Published 2 years, 6 months ago
http://digitalpbk.com/windows/linux-style-command-line-quick-edit-right-click-paste
Modify the shortcut that launched this window. (If you executed from a shortcut, usually Cygwin)
TADA, now you can use mouse to select text and right click to paste just like a Linux BASH command line shell.
Windows
Software ...
Published 2 years, 2 months ago
http://digitalpbk.com/codeigniter/use-get-parameters-facebook-application
_URI
| 'ORIG_PATH_INFO' Uses the ORIG_PATH_INFO
|
*/
$config['uri_protocol'] = "PATH_INFO";
Now in your model or controller you can rebuild the GET parameters using the $_SERVER['QUERY_STRING'] variable.
parse_str($_SERVER['QUERY_STRING'],$_GET);
Now $_GET parameter should be rebuild with GET parameters.
:)
PHP
Code Igniter
Software ...
Published 2 years, 1 month ago