Thursday, 10 August 2006
|
| [OT] was: AMERICA IN DANGER: Craig 20:30:41 |
| | nano4designs@yahoo.com wrote:> AMERICA IN DANGER!>
Secret Gas-Aerosol Rooms operated in US Nano4;
A small request: When posting on topics related to weapons of mass-destruction, imminent wide-spread death, torture and/or possible dates (GMT of course) for the Armageddon, please, use the [OT] designation. This is because the total annhilation of the acf group, or portions thereof, constitutes what we like to call "off-topic."
thank you for your kind consideration,
Craig
|
| | 6 answers | Add comment |
|
| resize JPGs batch conversion Lefty Mills 20:26:16 |
| | I have about 600 large JPG photos that I need to resize down to about 250 KB each. Each of the original photos is a different size. I have looked at Irfanview batch settngs, and see no way to request the 250 KB size.
Can anyone suggest how to do this?
L.
|
| | 7 answers | Add comment |
|
| Re: Looking for a good online bank in Dallas, TX Marc 20:11:30 |
| | I use and recommend CompassBank. Almost everything is free. Bill pay, online banking, and even ATM is free.
They have Dallas locations.
Check out compassbank.com.
(No I don't work for them or have a vested interest)
"Andrew DeFaria" <Andrew@DeFaria.com> wrote in message news:44dabf1f$0$96211$742ec2ed@news.sonic.net...> After 19 years of being here in California I've accepted a position in> Dallas, TX. This means I need to switch banks and my current bank is> Union Bank of _California_ and I don't think they operate in Texas. What> I need is a good bank that works with Quicken online *direct* download> into Quicken. I don't want no stinking web pages or web connect as they> are just a bother to me.>
I have 4 (count 'em) 4 checking accounts with UBOC, 2 that I use for> business, my regular high volume checking account and one that I use for> my daughter's savings account.> What good banks exist in Texas that can satisfy my needs?> Thanks.> -- >
|
| | 1 answer | Add comment |
|
| How to use Irfanview freeware to create web thumbnail galleries Barb 19:52:38 |
| | So that the world at large benefits from our efforts, here is one fully documented way to use Windows Irfanview freeware to create thumbnail web galleries (http://www.irfanview.com).
STEP 1: Start with original thumbnails & two empty sub directories STEP 2: Create smaller versions of the originals for one sub directory STEP 3: Create thumbnail version of the originals the other sub directory STEP 4: Create an index.html pointing to the smaller images & thumbnails STEP 5: Copy the entire hierarchy over to your web server
Since it has been aptly proven that if you deviate from the exact steps below, you may not get suitable results, I documented the exact steps one used for me to obtain successful results in the hopes this writeup saves others the days of effort it cost me by not knowing the hints & tricks below!
0. Start with a directory of large photographs, e.g.: c:\pic\proofs (for your larger originals) containing a series of original photographs, e.g.: c:\pic\proofs\Picture 001.jpg c:\pic\proofs\Picture 002.jpg c:\pic\proofs\Picture 003.jpg
Create two empty sub directories: mkdir c:\pic\images (for your smaller web page images) mkdir c:\pic\thumbs (for your tiny web page thumnails)
1. Shrink the original proofs to create the smaller web images by starting Windows Irfanview (version 3.98) and then select "File" & then "Thumbnails".
This opens a second window containing a left pane (file browser) and a right pane (image browser).
You can kill the original Irfanview window at this time.
2. Now it's time to shrink the large images into something smaller.
Using the left thumbnail window browser pane, browse to your proofs directory (c:\pic\proofs) and select all the proofs by pressing "Options" and "Select All". Press "File" "Start batch dialog with selected thumbs". A "Batch conversion" form will pop up.
Select the following settings: Input Files: C:\pic\proofs\Picture 001.jpg C:\pic\proofs\Picture 002.jpg C:\pic\proofs\Picture 003.jpg Output directory: c:\pic\images Work as: (x)Batch conversion Press the "Options" button to set the JPEG Quality to about 50%. [x]Use advanced options Press the "Set advanced options" button. In the "Settings for all images form" that pops up, set: [x]RESIZE (x)Set new size as percentage of original Width: 25% Height: 25% [x]Preserve aspect ratio (proportional) [x]Use Resample function (better quality) [x]Don't enlarge smaller images Set DPI value: 72 Press the OK button in the "Settings for all images" form. Press the "Start" button in the "Batch conversion" form.
You should see the progress dialog: Converting image: C:\pic\proofs\Picture 003.jpg ... Ok - C:\pic\images\Picture 003.jpg Converting image: C:\pic\proofs\Picture 002.jpg ... Ok - C:\pic\images\Picture 002.jpg Converting image: C:\pic\proofs\Picture 001.jpg ... Ok - C:\pic\images\Picture 001.jpg Errors: 0, Warnings: 0
Notice you now have populated the images directory: C:\pic\images\Picture 001.jpg C:\pic\images\Picture 002.jpg C:\pic\images\Picture 003.jpg
3. Now it's time to create your thumbnails.
In the thumbnail window, press "Options" and then press "Set thumbnail options". Change the settings as desired.
Using the left thumbnail window browser pane, again browse to your proofs directory (c:\pic\proofs) and select all the proofs by pressing "Options" and "Select All". Press "File" "Save selected thumbs as single images". A navigation box will pop up that will NOT allow you to create a directory (so it must exist already). In that navigation box, browse to your c:\pic\thumbs directory and press OK.
No conversion dialog will pop up, but, soon you'll have the thumbs: C:\pic\thumbs\Picture 001_t.jpg C:\pic\thumbs\Picture 002_t.jpg C:\pic\thumbs\Picture 003_t.jpg
4. Now it's time to create your index.html file.
Using the left thumbnail window browser pane, again browse to your proofs directory (c:\pic\proofs) and select all the proofs by pressing "Options" and "Select All". Press "File" "Save selected thumbs as HTML file" This should pop up the "Create HTML file" form.
These settings are CRITICAL (if you don't follow exactly, you may not get the correct HTML file) so be careful here:
Main result HTML file name: index.html Destination folder: c:\pic <--- use a full path here Thumbnails sub-folder: thumbs <--- use a relative path here Thumbnail file prefix: Thumbnail flie suffix: _t Images sub-folder: images <-- use a relative path here Folder with HTML templates: c:\programs\viewers\irfanview\html\ [x]Copy original images to destination folder (recommended) [ ]Create one HTML file for each thumbnail (HTML browsing) [ ]Create HTML Slideshow HTML Options Page title: My Pictures Columns: 4 [ ]Link images to original files on local disk ("file://") [x]Write file info/text [$F = file name] [$S = file size] Text alignment ( )Left (x)Center ( )Right Link/Image display ( )Display links in original browser window (x)Display links in the second browser window
When you are ready, press the [Export] button.
This creates the index.html file at: c:\pic\index.html
At this point, you may close the Irfanview thumbnails window.
5. Your file system should look like the following at this time: PROOFS: C:\pic\proofs\Picture 001.jpg C:\pic\proofs\Picture 002.jpg C:\pic\proofs\Picture 003.jpg IMAGES: C:\pic\images\Picture 001.jpg C:\pic\images\Picture 002.jpg C:\pic\images\Picture 003.jpg THUMBS: C:\pic\thumbs\Picture 001_t.jpg C:\pic\thumbs\Picture 002_t.jpg C:\pic\thumbs\Picture 003_t.jpg INDEX.HTML C:\pic\index.html
The key portion of the index.html file is: <TD ALIGN=CENTER VALIGN=BOTTOM> <FONT face="Verdana, Arial, Helvetica, Sans-Serif" size="-2"> <A HREF="./images/Picture 003.jpg" target="" style="text-decoration:none"> <IMG SRC="./thumbs/Picture 003_t.jpg" width="80" height="80" BORDER="0" ALT="Picture 003.jpg"> <div style="text-align: center">Picture 003.jpg <BR>2.49 MB</div></A></FONT></TD>
Namely: <A HREF="./images/Picture 003.jpg"> <IMG SRC="./thumbs/Picture 003_t.jpg"> </A>
6. Test out your new thumbnail gallery TGP web page by double-clicking on the index.html file.
This will bring up your default browser with the thumbnails showing. When you click on the thumbnails, the smaller copies of the originals will show up for the user in their browser.
7. At this point, you can copy the entire c:\pic directory over to your favorite web server location so that others may enjoy your newly created thumbnail photo gallery using Irfanview freeware.
All in all, it's an easy task: Start with original thumbnails Create smaller versions of the originals Create thumbnail version of the originals Create an index.html page pointing to the smaller images Copy the entire directory over to your web server.
I hope this writeup helps many others, barb
|
| | 9 answers | Add comment |
|
| Pls Santa: Bring a free new Novell Essay Pad Morgan Ohlson 19:13:23 |
| | Should Novel-Essay-Pad, a text editor for the creative writer exist?
PRESENTATION COULD LOOK LIKE THIS Novel Essay Pad [NEP] This is a creative, philosopher or humanist essay body text editor with specialized features. Effectively write and manage several open large chapter or note-files. Uses extremely safe format that can be shown in any texteditor. Write efficient in NEP and finnish lay out in word processor or DTP.
For large text management it allows both many open NEP-windows and many open tabbed files within each running application. Edit many open files as charachter notes, chapters, chapter notes, to-do's, resources and research notes. Still power left to run other applications as outliners simultaneously.
There are (what I believe) two new features that doesn't exist in editors before. 1) The color categories wich allows text to be used repetedly and mixed with other text and still belong to a txt-color-category. Via a hotkey it can be toggled to show or not show (as is for viewing, printout and export) This feature. This is new, and for writing body text by far better compared to an outliner. A std wordprocessor don't even come close. This feature will be the ever after standard in essay writing editors. Se more below. 2) You can also open several NEP application windows. In each open NEP you can load many tabbed files. Then you tell each open NEP a name to be shown in the the OS quick-bar. You can have all chapters in one window, all notes on charachters etc in one and to-do's and idea files in another.(is this technically possible?). This way you can manage 20 or perhaps hundreds of open files with no effort at all (safe std method with just a twitch).
Features: Minimum core memory usage /fast /large files /Drag & drop /tabs w file name(See: EditPad Lite) /paragraph numbers /hotkeys (no flashy icons) / cursor and pointer options (small & big, color) for low light LapTop use /active line highlight /set std font /set font for "colored" text categories (allow prnt & export of choosen txt) /autosave /redo in several steps /auto install of OOo dictionary /add words to dictionary /senses weblinks /statistics in status bar (Black body text category only): charachters, words, word length, scentence lenght, page esteem., position, saved y/n, file location /
Technically: NEP is a specialized dokument viewer + sxw-texteditor. In tech terms it will be either a limited RTF or HTML or a slightly expanded rough TXT. Every document is a straight forward txt-file. All body text first (called black category). Then follows "blue category" still as plain, readable txt. Every colored paragraph has a simple texttag that explains 1) category and 2) the place it belongs to when viewed. After that comes "red category" in same style. Both Blue and Red category have tags, but the black category have not. This because the created text (black category) shall be clean and never contaminated with any tags or other crap charachters. This way the format can be plain txt, but arranged for viewing in NEP. If any problem occures the user can print the main text that is first by marking it. Also the notes can be printed the same way. This way no text or note will be lost because of the software or format. Notes then will have some small tags to it. NEP show the document in the order it was written (or edited) according to the text-tags belonging to each paragraph in the document. The user never notice that text documents actually are saved sorted by category. It is completly used as a normal text editor with just that powerful exception that colored text is handled as a category that can be turned on /off repetedly without ever loosing anything. All text categories are allways autosaved in total.
MENUES File: /save to txt, sxw or rtf(?) /save all files /insert file at line X /print format, margins /print NEP files(spooler) /export limited color category as choosen /refresh statistics
Edit: Cut /copy /paste /all /place marked txt after pragraf *1) /marked text to blue category /marked text to red category(*3) /OS quick-bar name
Search: Goto paragraph X /goto percent of doc /goto end /page up /page down /set bookmark(*2f) /goto bookmark /Goto prev bookmark /goto next bookmark /speed search /search (w operators) AND,OR,NOT,PARAGRAPH replace /
View: line numbers /word wrap /allways ontop /margins /show spell faults /show red txt /show blue txt /show body txt ((black (according to OS appearence) is allways assigned as body text.)) => Note, colors: (This assignes 3 hotkeys to a "text color". Each color can be used repetedly in the file and instantly toggled on /off (show /not show) with the hotkey. User can freely use any of the colors as notes, keywords, content-notes, to-do's, alternative story or anything preferred. Colors have all the same rank. The idea is that the file can contain text that is not exported, printed or shown when toggled off (with a simple hotkey), but still exists (safely) and can be shown in same window during work) Format: bold /underline /italics /large font (+X-point in options)
Spell: Spellcheck /add word to own dic
Options: View font, headline +points, print font /appearens cursor, pointer, active line, background /minimize to tray /autoindent(on /off) /folders preset / actions on closing /autosave /colored text pref. /statistic page size.
*1. it's terrible when you "drag and drop" text and slip on the mouse button, and loose the text in an unknown place in a huge file. *2f. Bookmark: marked text becomes automatic the bookmark "name" (editable)+ number. Flag+number is shown at bookmark position. *3,. Not that the color-categories are NOT hierarcical nodes as in an outliner. Instead "blue" (and red) repetedly can be used as note-blocks at many places in a file (chapter). You can have a blue line here, and a blue paragraph there as you like to. All blue txt will allways relate to that one "blue hotkey" (as red will) to toggle showing on or off. The toggled text will allways remain in safe format and will be autosaved every time (!!!). Compared to Sudden View NEPs colored levels also show or not shown in printout, export etc.
Morgan O.
|
| | 15 answers | Add comment |
|
| [Announcement] [Anuncio] Oferta a Responsables o Administradores de Netnews Miguel A . Rom??n 18:20:02 |
| | The es.* (spanish) Usenet Committee offers nine membership vacancies on the News Server admin category. Interested ones can send their data to CORUS-ES at listserv.rediris.es or to the speaker address, maroman.corus at gmail.com. The terms are as follow (in spanish):
Miguel A. Rom??n, como Portavoz del Comit?© Regulador de Usenet en es.*
El Comit?© ofrece a quienes puedan estar interesados en colaborar con la regulaci??n de la jerarqu?a es.* de Usenet su incorporaci??n como miembro del mismo, con derecho a voz y voto, en la categor?a de Responsables o Administradores de Netnews.
MOTIVACI?“N:
El pasado 05/04/2006 el Comit?© aprob?? y public?? modificaciones a sus propios estatutos en las que se establec?a una nueva composici??n, incluyendo la supresi??n de las plazas reservadas a los hasta entonces miembros permanentes.
A continuaci??n el Comit?© aprob?? y public?? la convocatoria de nuevas plazas procediendo a la renovaci??n completa de todos sus miembros.
A esta convocatoria concurrieron en la categor?a de Responsables o Administradores de Netnews CERO candidatos, cubri?©ndose por tanto CERO de NUEVE vacantes disponibles.
En estas circunstancias, los estatutos prev?©n que "Si no se presentasen candidatos suficientes para cubrir todas las plazas vacantes, las no cubiertas se ofertar?an internamente en la lista del Corus entre los miembros salientes interesados en continuar".
Pese a las limitaciones especificadas, entiende el Comit?© que no hay objeci??n en los estatutos para abrir simult??neamente la oferta a otros responsables o administradores interesados, tanto suscriptores de la citada lista como externos a la misma, siempre que la preferencia reglamentada no sea arbitrariamente alterada.
En consecuencia se anuncia la presente oferta para cubrir hasta NUEVE plazas vacantes en la referida categor?a.
REQUISITOS:
1) Cumplir el perfil definido en los estatutos vigentes, esto es: "Cualquier persona encargada de la administraci??n de un servidor de NetNews, tanto responsables de nodos nacionales que distribuyan news como administradores de m??quinas con servicio a usuarios". No obstante, el Comit?© podr?? contemplar tambi?©n como aceptables las solicitudes que provengan de responsables de Sistemas Aut??nomos y otras organizaciones que intervengan en la interconexi??n de redes y distribuci??n del tr??fico de datos a trav?©s de internet cuando estos servicios impliquen a uno o m??s servidores de Netnews y salvo lo dispuesto en el punto tercero del apartado "PROCEDIMIENTO".
2) "La participaci??n como miembro del Comit?© requiere la aceptaci??n expl?cita de los procedimientos definidos en estos estatutos. No se considerar?? miembro del Comit?© con derecho a voto hasta que no se presente oficialmente en la lista de correo del Corus con un primer mensaje declarando haber leido y aceptado estos estatutos y aceptado sus obligaciones, y facilitando sus datos de contacto al resto de miembros de la lista". Los citados estatutos pueden ser consultados en http://www.corus-es.org/corus_es.html
PROCEDIMIENTO:
1) Las solicitudes deber??n remitirse a la lista de distribuci??n del Comit?© CORUS-ES (at) listserv.rediris.es o a la direcci??n del portavoz maroman.corus (at) gmail.com, debiendo referir datos de contacto y organizaci??n a la que representa o bien nombre de host (DNS) o direcci??n IP del servidor que administra.
2) Esta oferta se considerar?? firme hasta trascurrido treinta d?as desde su publicaci??n. Si cumplido ese plazo no se hubiesen presentado m??s solicitudes que vacantes disponibles el Comit?© aceptar?? como miembros a todos los que hayan presentado su solicitud en tiempo y forma. En tal caso, y para intentar cubrir el resto de las plazas, el Comit?© podr?? establecer contactos directos con otras personas que se adapten al perfil hasta cubrir todas las vacantes.
3) En caso de presentarse m??s solicitudes que vacantes disponibles, y recordando que esta oferta no es una convocatoria electoral, el Comit?© decidir?? en base a las siguientes preferencias: - Por exigencia de los estatutos, los miembros salientes respecto de quienes no pertenecieron al Comit?© durante el ??ltimo periodo. - Por exigencia de los estatutos, los administradores de servidores de Netnews respecto de responsables de servicios generales de internet. - Los que lo soliciten en representaci??n de una empresa u organizaci??n proveedora de servicios de Netnews respecto de quienes lo soliciten a t?tulo personal. - Los responsables de nodos nacionales u organizaciones que presten servicio a un gran n??mero de usuarios respecto de quienes lo hagan en menor cuant?a. - En ??ltima instancia, por riguroso orden de solicitud.
4) En caso de presentarse alegaciones al procedimiento y su dictamen o advertencias sobre no conformidad o incumplimiento de los requisitos el Comit?© las resolver?? en un plazo m??ximo de cinco d?as, pudiendo suspender temporalmente el derecho a voto del recusado e incluso revocar una incorporaci??n ya aceptada.
5) Los solicitantes aceptados deber??n cumplimentar el requisito (2) de aceptaci??n de los estatutos en un plazo no superior a 20 d?as a partir de la recepci??n de la decisi??n del comit?©, transcurrido el cual el Comit?© podr?? ofertar su plaza al siguiente candidato v??lido.
El Portavoz del Comit?© Miguel A. Rom??n maroman.corus@gmail.com
|
| | Add comment |
|
| Q2007: Review of Express WebConnect Guest 17:58:52 |
| | Hi all - I just downloaded and upgraded from Q2006 to Q2007 Premier. THe feature that sold me on this new version was the Express WebConnect. It has been a time consuming annoyance (but one that I had become used to) to have to login in to each of my bank websites from the IE browser inside Quicken.
With Express WebConnect, once you have set it up, you get the "feel" of Direct Connect, where the login and downloading occurs without the need to use an actual browser. With most of my banks I used the same username/passwd as I would use if I was logging into the bank website. One bank required that I use a 4-digit PIN instead.
The only difference really between Express WebConnect and Direct Connect as far as I can see is the one-way vs. two-way communication. No Check Writing/Bill Payments features are available through Express WebConnect or WebConnect. You still have to login to your bank website to use their BillPay system.
If anyone has any questions about Q2007, let me know and I'll do my best to answer.
|
| | Add comment |
|
| Re: keyboard woes Beenthere 17:21:24 |
| | "lisztfr" <laurent.herve23@libertysurf.fr> wrote in message news:1155209669.292507.174510@q16g2000cwq.googlegroups.com...> Hi all,>
Is there a way to live with a broken down-arrow key ?> It's a Dell Latitude, and only a few time i've got it work> by pressing fn+F11, but most of the time it doesn't work,> even under DOS.> When using a tool like Norton commander or Total Commander,> this is annoying...> Get one from E-bay http://computers.search.ebay.co.uk/dell-latitude-keyboard_Computing_W0QQfkrZ1QQfromZR8QQsacatZ58058
|
| | 2 answer | Add comment |
|
| #acf chat room in irc.openirc.org J.Wood 16:32:03 |
| | opened one up here:
#acf irc.openirc.org (standard port #s)
its open now ('course i'm away from my computer) works great with mozilla's chatzilla
-- Woodzy http://www.rtdos.com
|
| | 3 answer | Add comment |
|
| we have a irc room ? Zaphod 16:17:02 |
| | I have an IRC client (Bersirc) and I would enjoy getting it all up and running . for my benefit and the benefit of others who would like to use this resourse could someone give the low down or a link on how to get up and running thanks
|
| | 1 answer | Add comment |
|
| How to transfer accounts to new financial year Guest 16:14:50 |
| | hi all,
The fiscal year close option in GL usually allows us to close the current year and transfer the balances. The transfer method RESET defines that u can enter new balances. But no such field is seen where new balances can be entered for a account.
Does it mean that the account is reset and its balance is set to 0?
The basic idea is from demo data, i want to create all accounts for the relevent accounts thereby entering new balances.
|
| | Add comment |
|
| A picture grabber? Calep 15:04:09 |
| | There's a freeware able to grab in automatic every picture it founds on a web page?.
Thanks in advance to everybody
|
| | 10 answers | Add comment |
|
| [NT] Fake d'autore El Bandolero 13:16:51 |
| | Davvero MOLTO divertente e molto ben fatto Operazione luna , Documentario burla sul falso allunaggio dell'Apollo 11 ed2k://|file|[DOC%20-%20ITA]%20Operazione%20Luna%20-%20Documentario-burla%20sul%20falso%20allunaggio%20Apollo%2011%20di%20Stanley%20Kubrick.avi|387035136|3F9B565D3E0A1CD4AD050533E701950C|h=2YUAJXNTQNR3QWD342U3BMQZWZWV3CO6|/ lo consiglio vivamente a tutti
-- ciao Bando
|
| | 1 answer | Add comment |
|
| Xerver Frank Bohan 12:43:14 |
| | <quote>
Top 25 reasons to use Xerver free web server!
User Friendly A very-easy-to-use setup web interface, including a Setup Wizard. "Check for updates" feature is included.
Features A complete FTP server is included. HTTP/0.9, HTTP/1.0 and HTTP/1.1 supported. All HTTP methods supported (GET, POST and HEAD). Advanced logging. Create aliases (virtual directories). Create password protected folders. (Create users and choose which folder(s) each user shall have access to). Run CGI-scripts (run your own scripts on your hard drive). Among other script types, Perl and PHP scripts can be run. Allow/deny directory listing. Choose which port Xerver shall use. Use your own error pages (for example "404 Not Found"). Choose which files shall be considered index-files. Run Xerver as a background process. Remote administration available.
Security Allow users to download only files with certain file extensions. Choose which folder(s) you want to share. Choose if you want to share hidden files. If you create password protected folders, the crypto that is used by Xerver is a safe one-way crypto which by today has no known decrypting algorithms.
About Xerver Xerver is freeware. Xerver is open source, released under the GNU General Public License (GPL). Any computer/system (such as Windows, Linux, UNIX, Mac etc.) with a Java interpreter installed can run Xerver. Requires less than 1 Mb hard drive space. Requires very low system resources. Xerver is fast, free and reliable. Why use something else?
http://www.javascript.nu/xerver/
===
Frank Bohan ¶ Who is more foolish, the fool, or he who follows the fool?
|
| | 2 answer | Add comment |
|
| free file hosting site required Badgolferman 12:05:32 |
| | I am trying to upload a 25 MB file to yousendit.com and it just isn't going. The site says "sending your file -- please stand by..." but I'm tired of waiting 30 minutes for it to go. I have broadband and can't imagine it would take this long to work. I have tried IE and FF to upload.
What other free file hosting sites do you recommend?
|
| | 10 answers | Add comment |
|
| linux screen capture The Guy Upstairs 11:28:06 |
| | Anybody have a suggestion for a replacement to Windows Grabber 2K for a Linux OS. Specifically something that will allow me to capture an area as well as a full screen.
|
| | 3 answer | Add comment |
|
| retrospect 7 doesnt see external usb connected hd Guest 10:05:44 |
| | just purchased 'retrospect 7 express for optical storage' from a 3rd party
installed it, and tried to do a backup to my usb connected external hd
retrospect sees both by cd and dvd drives but does not see my g drive connected externally
when looking for external drive via windows explorer, i can see the external g drive
appreciate any suggestions how i can use this program to back up to my usb connected external drive
|
| | 1 answer | Add comment |
|
| *SPAM* Re: Has anybody tried this? Need gurus to explain... Craig 08:02:19 |
| | Spamming P.O.S. Chewbacca wrote:> I got some pretty good freeware...>
Tim is a nym for those pushing a christian-themed, non-free movie called "the second chance." Most likely it's someone working for Steve Taylor, the producer/director.
abuse reports sent to:
spittake@bellsouth.net (owner of the domain) groups-abuse@google.com (posting mechanism) http://add.yahoo.com/fast/help/abuse/cgi_abuse (email addy used -jamiallenbailey@yahoo.com-)
-Craig
|
| | 9 answers | Add comment |
|
| Copy to Hard drive Terry DeLay 07:59:05 |
| | Any freeware that will copy a DVD to my hard drive so in return, I can burn it onto another DVD?
Thanks, Terry
|
| | 2 answer | Add comment |
|
| take care Windy 07:55:56 |
| | Tried to download zip file on site and had trojan warning; found hidden files in temp internet cache afterwards which removed via Safe mode in XP
|
| | 6 answers | Add comment |
|
| How to make image of floppy? Vicky 07:51:12 |
| | I am a IT Student. I want to make image of a floppy, how can i make it ? Is there any software for it. If yes then tell me for free download. Thanks
|
| | 13 answers | Add comment |
|