How to: Install and run Windows CE on your USB Stick
کد:
How to: Install and run Windows CE on your USB Stick
Portable Windows CE is a 'launcher' for the Windows CE device emulator that can run an emulator-based image from a USB keychain.
Download the Windows CE 5.0 Device Emulator.
Code:
http://www.Mcft.com/downloads/details.aspx?FamilyID=A120E012-CA31-4BE9-A3BF-B9BF4F64CE72&displaylang=en
Change "Mcft" in link to what it is supposed to be icon_wink.gif
Extract the emulator to a folder on your hard drive by running "setup /a". The installer will prompt you to specify a directory to extract to . For example: D:\PortableCE
Download this launcher script:
Code:
http://www.furrygoat.com/Software/launchce.cmd.txt
Copy the following launcher script to the directory you extracted the setup to. You'll need to rename the file from launchce.cmd.txt to launchce.cmd
Once you have that set up, just copy the entire D:\PortableCE folder over to your USB keychain.
To launch the emulator, just plug in your USB keychain, navigate to the PortableCE folder, and run launchce.cmd. You should (hopefully) have the emulator fire up.
How To Increase Download Speeds By 100-200 Kbsec.
کد:
First of all download this wonderful program:
h@@p://www.speedguide.net/files/TCPOptimizer.exe
Then when u start trhe program goto settings goto cable modem or dsl whatevcer u have.
Go to MaxMTU and set it to 1500 this is optimal anything above this will not work as well.
Thats bout it!! Enjoy the speed!!
How to hack/change your Windows XP Boot Screen
کد:
How to hack/change your Windows XP Boot Screen
HACKING THE XP BOOT SCREEN
This is a very simple trick to do if you have done the same for the logon screen and the start button. There are 2 ways to do this trick that I know about one is doing it manually and the other is using a program called bootxp. I am going to tell you the manual way to do it, but if you want to know the other way just let me know, so I can do an update to the guide. Now once you have downloaded your ntoskrnl.exe file save it a general location so that you will have easy access to it, like my folder.
Once you have ntoskrnl.exe file in an easy access folder, restart your pc into safe mode. Once into safe mode go to the folder where your files are located.
Now that you are there copy the file that you want to change your boot screen too. Once you have copied that file, hit the window key + r or type %windir%\system32 in the run command, so that folder as follows.
Once there paste your new file into the folder and overwrite the existing folder.
Now that you have your new file in the folder restart your pc as you normally would and your new boot screen should appear. You can download this bootscreen here.
ALWAYS BACKUP EVERYTHING YOU EDIT OR DELETE. I'M NOT RESPONSIBLE IF YOU MESS YOUR COMPUTER UP BY DOING THIS HACK OR ANY TYPE OF HACK. DO IT AT YOUR OWN RISK.
Image and ntoskrnl.exe files provided by www.themexp.org
or
u can go to
code:
http://www.overclockersclub.com/guides/hackxpbootscreen.php
How to Hide in the (Network) Neighborhood
کد:
How to Hide in the (Network) Neighborhood
Don't want your XP computer to show up in the network browse list (Network Neighborhood/My Network Places) to other users on your network? One way to accomplish that is to disable file sharing. To do this, click Start, right click My Network Places and select Properties. Right click your local area connection and click Properties. Uncheck the box that says File and Printer Sharing for Microsoft Networks. Click OK.
But what if you want to be able to share folders with some users; you just don't want everyone on the network to see your computer's shares? There's a way:
Click Start and select Run.
In the Run box, type net config server /hidden:yes
Click OK.
Now others who know the UNC path (\\computer name\share name) can connect to your computer's shares from the Run box, but it won't show up in the network browse list.
How To Make 5cds, 10cds Or 2dvds From Official Dow, These are same as Mandrake PowerPack+
کد:
Download the full official tree. It comes in at over 5 gig. The full tree includes the usual mandrake, 3 gig of extra apps under contrib and 330meg of java apps under contrib/jpackage.
After downloading I have successfully created 4 versions including the Hard Drive Installation.
1) Hard Drive/Network/FTP Install (same thing)
2) 10 CD version including everything
3) 5 CD Version (use to be 4 CDs. This will eventually be the ISO download)
4) 2 DVD Version which includes everything int the 10 CD Version.
Additionally I have discovered that Mandrake is stressing everyone for no apparent reason. The much talked about 8 meg boot.iso file that is needed to be able to boot and chose your method of installation, is no different from the regular boot files that come on CD1 of any version.
The only thing you have to do is to edit the file "isolinux.cfg" in the isolinux folder. Inside the file, remove all instances of "automatic=method:cdrom" and save the file. Then create the images for whichever "version" of mdk10 that you choose. To create the different versions that I have listed above you have to do 2 things first:
1) edit the "hdlist" file in the "Mandrake/base" folder. In this file you will find a list of all the hdlist.cz files needed to build a particular version. Remove the 3 lines for "SRPM" files. Now depending on which version you want to create, the 10CD and the DVD versions will have 3 lines.
a) hdlist.cz Mandrake/RPMS Installation CD
hdlist2.cz Mandrake/RPMS2 Contrib CD
c) hdlist3.cz Mandrake/RPMS3 Jpackage.org
take note of the paths above. if you downloaded the whole tree like I did, you will have these folders. The RPMS folder is the standard 4 or 5 CD download version. The RPMS2 and RPMS3 folders added to the RPMS folder make the 10CD and DVD version. So to make the 5CD version, remove the last two lines. Dont forget to backup the original "hdlists" file.
2) To make the 10 CD or 2 DVD version, use the "mkcd"command below. Use 716800000 discsize for the 10CD version and 4000000000 for the 2 DVD version. When the command finishes, the images will be in the directory you specified after the -t option.
To make the 5CD version, move the folders "RPMS2" and RPMS3" someplace safe and don't forget to remove the last two lines in the "hdlists" file as described above. The RPMS2 and RPMS3 folders are only links so it should take no time at all to move them. Then use 716800000 discsize and run the "mkcd" command. Don't forget to move the RPMS2 and RPMS3 folders back to their original location when you finish your 5CD images.
Also rememeber that you will need plenty of disc space if you wantto keep all the images for all version on your hard drive. I have the 10CD, 5CD, 2 DVD and the HD install files all on my hard rive and they take up 23GIG.
mkcd --discsize 716800000 -t ./5CD-Version -a -s ./hdinstall
--discsize is the size of the image you want to make in bytes. the above figure is for a 700M CD. I used 4000000000 (9 zeroes) to make 2 DVDs.
-t <path to where yu want to make the images>
-a means automatic creation based on the hdlist files and the downloaded directory structure. It keeps you from having to use many other ugly options on the command line.
-s <source directory of mdk10> this is the top fodler not thr RPM folder. This top folder will have the "Mandrake" folder in it.
original Link
CODE
http://linuxiso.org/forums/viewtopic.php?t=18140
Windows XP Registry: A Complete Guide to Customizing and Optimizing Windows XP
کد:
برای مشاهده این لینک/عکس می بایست عضو شوید !برای عضویت اینجا کلیک کنید ]
Targeting IT professionals, system administrators, and experienced users moving to the Windows XP platform, this book enables the user to master registry concepts and architecture, provides a historical overview of the registry, and outlines the differences between Windows 9x/ME and Windows NT/2000/XP registries. Special attention is drawn to the enhancements in registry architecture introduced with Windows XP, such as faster queries and removal of the registry size limitation. Covered in depth are how to properly use registry features, how to plan and implement the most appropriate registry backup strategy, and how to monitor and modify the system registry according to the administrative requirements and individual needs of the users.
Microsoft is releasing three editions of Windows XP: a Home Edition, a Professional, and a 64-bit Edition, the latter of which will run only on new workstations based on Intel's 64-bit Itanium processor. Windows XP Home Edition and Windows XP Professional are essentially the same 32-bit operating system, based on the same kernel. As most people expect, the Home Edition is intended for the vast majority of end users who previously worked with Windows 9x/ME. Windows XP Professional, on the contrary, is targeted at business users and power users. Because of this, it offers some business-oriented features and additional capabilities unavailable in Windows XP Home Edition, since they would be out of place in a home system. The most significant difference is, of course, multiprocessor support: Windows XP Home Edition supports only one processor, while Windows XP Professional supports two. Furthermore, users of Windows XP Professional can logon to Active Directory domains, work with roaming user profiles, use the encrypting file system, Offline Folders, and other features particularly important for mobile users.
I became a member of a small team of Windows XP beta testers when the system was an early beta. Even at that early stage of beta testing, we could see that there were differences between Windows 2000 and the two systems, codenamed "Whistler". It was an amazing experience to see how the system improved with the release of each new beta or Release Candidate. To generalize the common trend, the system became more and more powerful and reliable. However, despite all these improvements, and the fact that the system was renamed Windows XP (Windows for eXPerienced users, and one designed to provide for new user experiences), the new system didn't entirely eliminate the features that existed in Windows 2000; rather, it improved and extended this functionality while adding new tools and features. The new operating system implements all the best features of its predecessor. In this way, Windows XP continues the Windows 2000 tradition, emphasized by the "Built on NT Technology" slogan displayed at boot time. Windows 2000 had many features in common with the previous version of Windows NT, and so does Windows XP. If you examine it carefully, you'll see that it has many features in common with Windows 2000 as well.
Will thousands of users all over the world migrate to Windows XP immediately? Some probably will (especially those who get the system with the new hardware), but many others will continue using Windows 2000 while examining this new system and testing existing applications for compatibility. This book is addressed to such readers, including system administrators, technical support personnel, and experienced Windows NT/2000 users.
لینک مستقیم دانلود:
برای مشاهده این لینک/عکس می بایست عضو شوید !برای عضویت اینجا کلیک کنید ]
:1. (26):
How to make a new web site
کد:
how to make a new web site
http://www.make-a-web-site.com/
http://www.pagetutor.com/pagetutor/makapage/index.html
www.webmonkey.com
Colour Palletes
http://colormatch.dk
HTMLlock <---Need
http://www.devside.net
http://www.devside.net/download/crypto/disclaimer1.html
well, if you want text seperate from image, you could just do this:
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<td><td>
your text here, it's totally fun, yeah yeah yeah
</td><td>
<img src="your picture here">
</td></tr>
</table>
if you want to have the image on the left side, and text on the right side, just reverse the code like so:
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<td valign="bottom" align="left">
<img src="your picture here">
</td>
<td><td>
your text here, it's totally fun, yeah yeah yeah
</td></tr>
</table>
HOw to make a VCD form a DIvx
کد:
Tools required: Latest Virtual dub, TMPGEnc and Nero ( and the DivX codecs.)
Preparing:
Download all tools, Be sure to install DivX 3.11 DivX4 and the latest DivX5 codecs.
Extracting the audio : Start Virtualdub. Open your video File->Open video file.(if you get any warnings just ignore them because you won't edit the video just extract the audio)
Select File->File Information and note the fps as the video source fps because you will need it later.
Select under Audio->Full processing mode.
Select Audio->Compression and select <No compression (PCM)>
Select Audio->Conversion.
Change the the Sampling rate to 44100Hz if you are going to make VCD or SVCD MPEGs.
Save the wav by clicking on File->Save WAV...the wav will be a huge audio uncompressed video file(about 10 MB/minute.
Encoding:
Start TMPEnc. Press cancel if the Project Wizard comes.
Press Browse… and select the DivX file as Video source input.
Now you press the Browse button for choosing the Audio source input and use the saved wav file.
Press load and load the file which in the Template directory of TMPGenc.
If the video source fps is 29,970 load VideoCD (NTSC).mcf
If the video source fps is 23,970 load VideoCD (NTSCFilm).mcf
If the video source fps is 25,000 load VideoCD (PAL).mcf
If the video source fps is anything else else just load NTSC if you live in US or Japan and PAL if you live anywhere else.
Note if you live in US or Japan and get problem playing PAL, often causing black and white TV playback problems, then first check if you can change to PAL on your TV or DVD Player if not then instead convert it to NTSC by loading the VideoCD(NTSC) template.
Note if you live Europe and the rest of the world and get problem playing NTSC or NTSCFilm, often causing black and white TV playback problems, then first check if you can change to PAL on your TV or DVD Player if not convert it to PAL by loading the VideoCD(Pal) template.
Press Settings and choose Advanced.
Select Full screen (keep aspect ratio) under Video arrange method to keep the same aspect ratio(widescreen,fullscreen) as the video source(if you have a widescreen movie and you want it to be in fullscreen select No margin(keep aspect ratio).
Select Source range and double-click on it with the mouse.
In the next dialog you can choose the source range. This process depends on the DivX file. If the DivX file is less than 80min (for a 80min/700mb CDR) then you do not have to split the file to two CDs. Also if the DivX file is already in two parts you have just to convert the first file and then the second. But if there should be the case that the movie is in one file over 80minutes long then it is necessary to select the source range. In this new dialog you put the horizontal scrollbar to the middle of the selection so that you will get the same length on the first CD as on the second. After you selected the middle do you have press Set end frame. A new value should be under End Frame. This value you should notice somewhere for the encoding of the second part. Of course the start frame must be 0.
After pressing ok, you only have to select the output file name. I prefer the movie name with the CD number (e.g. Ghost in the Shell CD1) for the burning.
Now encode the file by pressing the Start-Button.
While encoding you can select File->Preview(it won't effect the encoding) to see how the output will be, it it looks wrong(widescreen or fullscreen) you can stop the encoding and start over and change especially the Settings->Advanced->Video arange method.)
If you only want to burn the movie on one CD jump to the burning guide else follow the next points.
Repeat the third, forth and fifth point. In the source range dialog you now use as Start frame the noticed value and move with the horizontal scrollbar to the end of the movie.
After pressing Set end frame, press two times OK.
Now select the output filename for the second file. (e.g. Ghost in the Shell CD2) and encode it.
After the encoding is done and you did all right, you should have for every CD a file.
Burning:
Launch Nero.Close the Wizard. Select File->New.
1. Select VideoCD
2. Select PAL or NTSC depending what format your source MPEG is in.
3. And hit New.
1. Locate your .mpg and drag it(see picture below). Remember that you can add several .mpgs also, each mpg will be a own track on the VCD and you can add data files also, just drag them to any folder.
2. Check the time. It should be the same as in the movie.
3. Rename the CD to anything you like by clicking F2 on NEW.
4. Select File->Write CD.
don't know about everyone else.. but the only options i choose on tmpgenc to make mpeg-1 files are either NTSC film 23.976, or NTSC video 29.97 fps..
i also live in the u.s. so i do all of mine accordingly.. why do you save the wave file with virtual dub.. or should i say, why do you even process the divx file with vdub.. yeah if it is your last resort and the divx for some reason doesn't open in tmpgenc.. i've got 180+ Divx movies, some downloaded mostly ripped, never had a problem encoding them with tmpgenc plus.
just seems like you are going from your a$$ to your elbow to do this.
1. take divx movie (120 minutes long for example).. open with vdub.. find a keyframe about halfway through the film, preferrably at a scene change.
choose "SET SELECTION START" from the EDIT menu.. scroll all the way to the end of the film, choose "SET SELECTION END"... hit DELETE or choose "DELETE SELECTION", all from the EDIT menu
2. Now you have 1 half of your movie. under the VIDEO menu, choose "DIRECT STREAM COPY", also make sure that under AUDIO is going to generate a "DIRECT STREAAM COPY". Then go to FILE and choose "SAVE as AVI..."
on a newer computer this will take less than 2 minutes..
3. When it is complete, the quickest way to proceed is to just click on FILE / "OPEN VIDEO FILE". at the beginning of the clip, choose "SET SELECTION START" again, snap back to the keyframe (half way through the film) which you cut half the film off at and choose "SET SELECTION END". DELETE... FILE / "SAVE AS AVI..." save as the other half of film..
once again, will usually take less than 2 minutes...
4. choose option accordingly, this next part can be important.. (i'm going to give the rest of the instructions as if you were making ntsc movie)
since you want to make a standard mpeg-1 file, choose NTSC FILM or NTSC VIDEO.. BROWSE for your file, then hit NEXT, then it OTHER SETTINGS / ADVANCED tab ... now there is an option that says "VIDEO ARRANGE METHOD".. if you are making a fullscreen movie, lleave on FULLSCREEN.. if you are encoding a widescreen movie, choose "FULL SCREEN (KEEP ASPECT RATIO).. OK / NEXT / NEXT (you get the point)
basically takes 1 step out of the tutorial above.. the instructions for nero appear to be correct.. but here's another tip..
dvd burners are becoming more and more popular and even i got one now, like many of you do. tired of old vcd's or wanna encode a VCD standard DVD with nearly 9 hours of video (but same quality as normal 80 minute VCD),
if this is the case, make sure you encode your DivX files as "NTSC VIDEO 29.97 FPS".. even if source is 23 fps... and once you have 3 or 4 movies, get yourself a proggy called TMPGENC DVD AUTHOR.. make a track for each movie.. and you got yourself a dvd with 3 or 4 average length movies on 1 dvd (with menus if you like) that is WAY MORE COMPATIBLE than a VCD..
do a search for the keyword VCD-DVD and i posted a more descriptive tutorial on how to do this..
How To Make An Animted Logo
کد:
How To Make An Animted Logo, the easy way
Things you will need:
QUOTE
1. Photoshop or Paintshop (any versions)
2. Xara3D 5.xx
3. Jasc animation shop 3.xx
4. DUH!! A pic you want as a logo LOL
Things you MIGHT need:
1. a computer
2. Internet connection
3. consciousness
4. corn on the cob
Here they are for your convinience:
Adobe Photoshop CS v8.0 thanx to TheCollector
http://www.shareordie.com/index.php?showto...85&hl=Photoshop
Jasc Paint Shop Pro 9.0 Retail thanx to arclite
http://www.shareordie.com/index.php?showto...&hl=Jasc&st=100
Xara3D 5.02 thanx to Zabref
http://www.shareordie.com/index.php?showtopic=6512&hl=XARA
Jasc Animation Shop 3.11 thanx to sev7en
http://www.shareordie.com/index.php?showtopic=34928&hl=
Steps:
1. Using your photo editor fix/touch up you pic/logo to your liking….too easy(example bellow)
user posted image
2. Save it some where easy to find, for example “C:\pictures” or “C:\Windows\thecenterofhell\system\system32\system64\system128\???” although I don’t recommend the second one.
3.Open Xara3D 5.xx, press “Alt+T” or click on the “T” button on the LEFT PANEL erase all of the text in the window that pops up then press ok.
user posted image
user posted image
4. Press “Alt+U” or click on the yellow “U” surrounded in gray on the LEFT PANEL, check the “button” box and select a desire button type and leave this option window open you will need it again.
user posted image
5. Press the “At+X” or click the black “X” on the LEFT PANEL, click “load texture” in the pop up window, find the picture you made/adjusted and highlight it then click open or just double-click it. Use the “size, x, y, angle” sliders to adjust the picture or “texture” and in the “button options” windows use the “stretch, corners”(corners, only if using this option you can adjust) to adjust the button size.
user posted image
6. Press “Alt+A” or click the black “A” on the LEFT PANEL with what looks like to me is a half-halo with an arrow tip!? Anyway, here is a quick rundown on what the options here do: (BY THE WAY TO ACTIVATE OR “PREVIEW ANIMATION” PRESS “Ctrl+spacebar”).
user posted image
A. Frames per cycle: This is the number of frames for each complete cycle through the animation sequence. The greater the number of frames the smoother the animation. The drawback is that the file is bigger - this is a big disadvantage for web graphics. You may need to try different values to get the best results.
B. Frames per second: The animation speed. Slow speeds can give jerky movement. High speeds can also give jerky movement as the program displaying the animation may not be able to keep up. Again you may need to try different values.
C. Pause: This pauses the first frame before continuing the rest of the animation. Type in a value in centiseconds (1/100ths of a second) - a 2 second pause is 200 cs. Note that this applies only to the first frame; use Frames per cycle and Frames per second to control the overall speed of the animation.
D. Loop Value: Unchecked is Infinite, Any other value see for yourself. Lmao
E. Loop: This lets you specify how many times the animation should repeat itself. Note that some browsers take any value other than 1 to mean 'loop forever'. Therefore, your animation either plays once or forever.
F. Style: This controls the type of animation:
Rotate 1 rotates all the text as one; Rotate 2 rotates each character. (Buttons have a single Rotate option.) Rotate text/Rotate lights - select whether you want the text to rotate or the lights or both. You cannot rotate the shadow as this would create very large files. Direction - selects the direction of rotation.
Swing options: Swing 1 swings all the text as one; Swing 2 swings each character. (Buttons have a single Swing option.) Angle - how much you want the heading to swing.
Pulsate options: Pulsate 1 pulsates all the text as one; Pulsate 2 pulsates each character. (Buttons have a single Pulsate option.) Minimum text size - how far back to pulsate the text. Shrink+Grow & Grow+Shrink - only have an effect if you Pause the animation. These options select the starting point for the animation (maximum or minimum.)
Fade options: Fade in - the heading emerges from the background color. Fade out - the heading merges into the background color. SO AFTER PICKING ONE………………..
7. On the top left go to FILE>>>EXPORT ANIMATION or press “Ctrl+Shift+X” and save in desired location.
user posted image
8. When the next window pops up (Export as animated gif save location then options): Experiment with each one to get it right, but remember the SoD rules about Siggys and Avatars.
user posted image
user posted image
Because Animated GIFs can be quite large, you may find that a 16 or 32 color, optimized palette per frame, produces the best results for the smallest file size. However you might need to experiment.
Dithering always makes GIFs look better, but also makes them larger. When outputting at 256 colors you may find that there is no need to turn dithering on.
Current Window Size lets you export just the area surrounding the text (Crop on) or the entire window area (Crop off.)
User Defined lets you specify the dimensions of the bitmap.