http://digitalpbk.blogspot.com/2008/03/tracert-program-windows-trace-path.html
complete.It shows that the request went through 19 systems to reach google.. phew!! :)Have fun :)
Linux should also have one ? can anyone comment on that ? ...
Published 4 years, 1 month ago
http://digitalpbk.com/linux/automate-rsync-passwordless-daemon-rsyncd-conf-cron
as the secret file discussed in server configuration.
Thus running this would sync Alternatively adding this command on a cron job could help you sync periodically.
192.168.1.1:/var/www/images to 192.168.1.X:/var/www/images
Happy Syncing...
:)
Linux
Software ...
Published 2 years, 3 months ago
http://digitalpbk.blogspot.com/2007/09/windows-and-c-programming.html
Register the class (RegisterClassEx)Create Window (CreateWindowEx)Display Window (ShowWindow)Get the message loop running(while(GetMessage(...)))The contents in italics is the functions used for doing the specified actions. Check them out in the code.the Window ProcedureThe window Procedure is the
link between your program and windows. It is the window procedure that windows calls to send messages to your application.That's all for nowstay tuned. ...
Published 4 years, 8 months ago
http://digitalpbk.blogspot.com/2007/06/google-talk-chat-themes.html
; margin:4px; }BODY a {text-decoration:none}BODY a:
link { color: #ccf; }BODY a:hover { color: #ccf; text-decoration:underline;}BODY a:active { color: #cfc; }BODY a:visited { color: #ccf; }DIV.send1st{background:url('bg.jpg');color:#fff;}DIV.recv1st{background:url('bg2.jpg');color:#fff;}send1st is the sending message format. Just an image simple.Same for recv1st.Enjoy making your skins and do let me know of yoursFeel free to comment.... ...
Published 4 years, 11 months ago
http://digitalpbk.blogspot.com/2006/12/introduction-to-xss-part-1.html
with the simple ones, for example take this blog. It consists of a series of pages, connected by many
links. This is just a simple case, now let us take a look at websites that are interactive. We are particularly interested in websites that allows us to post something and it appears on the site. The most simple example is google.com, when you search for something, it appears on their site. Or take the example of digg.com, reddit.com etc where you can submit information that is displayed on their site. Phase ...
Published 5 years, 5 months ago
http://digitalpbk.com/laptop-tv/how-to-connect-laptop-tv
pin holes, while the 4 pin cable can go into both. The S-Video to RCA cable looks like as shown below:
Read on to connecting audio.
Connecting laptop to TV using a VGA Cable
VGA port is one of the most common ports found in a laptop, and a VGA cable is used to connect your PC / laptop to your standard monitor. To connect it to a TV your TV should have a VGA port.
Connect the VGA cable to both the ports and then read on to connecting audio.
DVI and VGA methods to
link laptop and TV ...
Published 7 months, 2 weeks ago
http://digitalpbk.com/wireless-laptop-tv/connect-laptop-to-tv-wireless-intel-widi
TV HD PTV2000 1080P Adapter for Wireless Display$99.99
D-
Link MainStage TV Adapter for Intel Wireless Display (DHD-131)$99.99
How to set up Wireless Connectivity between laptop and TV
Connect the adapter to TV just like you would connect the laptop to tv using hdmi. or using the Composite to the HDTV.
Intel, Centrino are registered Trademarks of Intel Corporation.
Laptop
TV
HDMI
Intel
Hardware ...
Published 6 months, 2 weeks ago
http://digitalpbk.blogspot.com/2009/01/code-libjpeg-converting-jpeg-to-bmp.html
C Code to convert JPEG to BMP in
LINUX using libjpeg
IntroThe following code converts JPEG file into BMP file. The code requires the libjpeg library. The following code is a good example of how to use the libjpeg library. (it compiles). Code converts colour jpeg to 24bit BITMAP.Code : jpeg2bmp.c#include #include #include #include /* we will be using this uninitialized pointer later to store raw, uncompressd image */unsigned char *raw_image = NULL;/* dimensions of the image we want to write ...
Published 3 years, 4 months ago
http://digitalpbk.blogspot.com/2006/12/how-to-make-windows-media-player-skins.html
, and add your own custom text.Finally adding a
link in the skin to our site: Show/Hide CodehoverImage="logo_over.png" downImage="logo.png" onClick="jscript:player.launchURL('http://digitalpbk.blogspot.com/')" upToolTip="Visit blog" cursor="hand" />Similarly you can add a custom slide bar for navigation, add buttons to provide for next and previous etc. More tags and javascript functions and other exciting effects like playing sound can ...
Published 5 years, 5 months ago