677 Posted Topics
Re: 1) FC1 should run fine with a small hard drive so long as you don't install too many packages on it. Probably best to start with a default install then add more as and when you need them 2) Boot speeds depend on the specs of your computer. Shouldn't take … | |
Re: i know this reply is late but [url=http://f-spot.org/Main_Page]f-spot[/url] is fantastic | |
Re: [QUOTE=The Dude;245584]I found another program like Skype that offers FREE CALLS to us&canada!!!! [url]http://www.icall.com[/url] I havent tried it yet,but im very tempted too!! Anyone ever heard of them?[/QUOTE] not tried them but I'm a happy [url=http://www.gizmoproject.com/]gizmo[/url] user. looks fairly similar, gizmo allows free calls to 60 countries and has windows, … | |
Re: [url=http://windirstat.info/]this[/url] open source app may be of use to you. similar programs for [url=http://www.derlien.com/]mac[/url] and [url=http://www.methylblue.com/filelight/]linux[/url] | |
Re: [QUOTE=the.future.zone]Hello everyone. What languages are being used for instant messaging? Seems to me to be Java or PHP, but I'm not really sure. Can someone explain in a nutshell? Thanks.[/QUOTE] Instant messaging where? Only Java based IM client I know of is dMSN. And the only PHP one is meebo.com … | |
Re: [QUOTE=alevelstudent]Hi there, I am 18, in my second year of A Levels in the UK. For my computing course this coming year, I must choose to program a project which will be practically used by somebody. At this I have drawn a blank having asked around. Getting an A in … | |
Re: [code]>cls[/code] | |
Re: [QUOTE=nsan]where can i find good articles about Delphi? what is wrong with this loop? procedure TForm1.Button1Click(Sender: TObject); var a: integer; begin for a:=1 to 5 do begin ShowMessage('Window: '+InToStr(a)); end; end; end. i receive this error [Error] Unit1.pas(31): Undeclared identifier: 'InToStr' any help is appreciated[/QUOTE] InToStr is not a function. … | |
Re: if battlefield plays ok i don't think its the card at fault. have you got the latest drivers for your card? have you got the latest version of unreal? | |
Re: make the two fields unique in combination. it is probably possible in MySQL but this is how to do it in PostgreSQL. If the syntax is different in MySQL you'll have to check the docs [code] ALTER TABLE navigation_nodes ADD CONSTRAINT unq_controller_action_names UNIQUE(controller_name, action_name); --COMMENT ON CONSTRAINT unq_controller_action_names ON --navigation_nodes … | |
Re: I started with Pascal and Delphi towards the end of school, then used it while at uni along with C++ and some VB Pascal is just not 'fashionable' at the moment. It is an excellent language to begin with and has no 'real' disadvantages other than its image. If I … | |
Re: i don't really understand what you want but to make a 3rd table from two others you can use the following: insert into table3 t3 (columns you want) select (columns you want) from table1 t1 join table2 t2 on t2.t1_id = t2.id | |
Re: is the file actually there? are you installing from an official microsoft cd? | |
Re: [QUOTE=nonas]When I start windows in regular or safe mode I get "explorer has caused and invalid page error in module browseui.dll", and that's as far as it goes. I've re-installed windows and got to the point where it was basically working but then all of the sudden it goes back. … | |
Re: SELECT product,max(transaction_date) FROM tbl [url=http://msdn2.microsoft.com/en-us/library/ms177673.aspx]GROUP BY product[/url] | |
Re: [QUOTE=christyjacob]Hi, I want to know how i can set up a PC as a webserver. Please let me know what the intricacies involved in running it as a server. i know about IIS or Apache and smiliar servers and i also do web designing, but i want to put my … | |
Re: you cant get MySQL-Max 4.1.20 from [url=http://dev.mysql.com/downloads/mysql/4.1.html]their site[/url]; not the exact version you specify but pretty close, only bugfixes and minor changes afaik | |
Re: [QUOTE=katharnakh][code]mysql> insert into fund_history select * from temp_fund_history where data_date='2006-06-30' and index_num between 1 and 10; Query OK, 0 rows affected (0.03 sec) Records: 10 Duplicates: 10 Warnings: 0[/code] I am really wondering why this INSERT statement is not inserting 10 records. Its saying 10 Duplicates: 10, and there is … | |
Re: Google's interactive page was made using a technology called [url=http://en.wikipedia.org/wiki/Ajax_%28programming%29]AJAX[/url]. If you google for AJAX tutorials you'll find lots, there have been numerous ones on [url=http://www.digg.com]digg[/url] too. I'm not reccomending any here because it depends on what technologies you're using (.net/php/ruby on rails/python etc) | |
Re: [QUOTE=beginner123]I'm trying to display only rows where the identity column is divisible by 5. Could someone help with this?[/QUOTE] [code] select id from mytable mt where (mt.id % 5) = 0 [/code] | |
Re: ok, i'm assuming you have an id column as your pk i probably have loads of errors in here but don't have mssql to try it with, hopefully what im doing is apparent though. [code] declare @rowcounter integer, @rowcount integer, @newrowcounter integer, @newrowcount integer select @rowcount = count(*) from table1 … | |
Re: [QUOTE=katharnakh]I'm having problem in inserting into table. I'm inserting data from one table into another [I]insert into table1 select * from table2 where condition = expression[/I] I have 962 records in table2 for specified condition, but only 105 rows are getting inserted. Both tables are in same database. What could … | |
Re: [QUOTE=Lalo1985]I KNow WC is over, but I just wanna get this out there: Brasil must've been paid bank to play like they did against France, because I think we all agree that Brasil is a better team than France, but their performance left much to whish for in their game. … | |
Re: hi, why not try [url=http://www.freebsd.org]freebsd[/url], [url=http://www.openbsd.org]openbsd[/url] or [url=http://www.netbsd.org]netbsd[/url]? They are derived from BSD (the University of California's version of UNIX. | |
Re: [QUOTE=alpha2006]Firefox!! If it is compatible with Firefox, it will certainly be compatible with IE. IE is way more forgivable than Firefox.[/QUOTE] just make sure you don't use semitransparent png files, activex components, various css techniques... ([url=http://www.gnome.org/projects/epiphany/]epiphany[/url] user) ![]() | |
Re: [QUOTE=friedolin]Hello, is the savior of my work out there?? Problem: How can I transfer data /names from a database works (horizontally) into a spreadsheet (vertically) in order to sort the names A-Z ?? I am a teacher and need to do this very often... but????:rolleyes: I have ms works 6.0 … | |
Re: [url=http://db.grussell.org/ch4.html]this[/url] should be of some use | |
Re: [QUOTE=gerik]Is anyone here familiar with this? It makes a lot of promises, particularly that [with hard work] you can get enough programming knowledge within six months to get an entry-level job. In the same author's book, Teach Yourself C++ in 21 days, she explains that if you put in 12 … | |
Re: [QUOTE=terribleswede3]Can any of you give me advice as to how I can restore sound on my 2 desktop pcs???[/QUOTE] turn them on? plug speakers in? turn the volume up? put a sound card in? do a voodoo dance around them til it works? sorry but how do you expect any … | |
Re: [QUOTE=2archu]How can I connect to SQL Server database using VB.I have received some errors during connection.Plz give me a replay as soon as possible[/QUOTE] how can you expect any help if you don't supply the error message? | |
Re: [url=http://www.basecamphq.com/]basecamp[/url]. | |
Re: [QUOTE=alvaro]Hi to everybody, I'm running Mozilla on a RedHat Enterprise with GNOME and the xserver is in a remote computer with Cygwin. The size of the window is tiny, almost the same of the gnome-terminal. I'd like to change the Mozilla window properties. I've looked in the preferences menu in … | |
Re: [QUOTE=khwo][COLOR=#000000]Anybody can help me in this situation. Now I’m using MS Access to create a system but I need to install the MS Access in every PC that has use the system. So if I put the MS Access in server and then all the user just point to that … | |
Re: [QUOTE=Cudmore]Sooo.. I'm having media problems. This has been an ongoing problem, and no matter what I try, I can't seem to fix it. I can't get AmaroK or Kaffeine to play [U]anything[/U]. They're using the Xine engine, because it has oh-so-many great reviews and I thought it'd be a good … | |
Re: [QUOTE=sekkinj1]I am planning to have Linux as my main operating system. However, I have following concerns 1) Do all the programs I use in windows can be use in the Linux? 2) Do the Linux offer better the internet connection than window in term of stability and speed? Anyone can … | |
Re: [QUOTE=ATS]This may be a stupid question, but can someone explain the advantages of XML over HTML.[/QUOTE] you should be able to find that out in about 10 seconds on google. or wikipedia. there are probably thousands of articles on this subject. did you do any research at all before you … | |
Re: [QUOTE=extofer]I'd like to know if I have to change security settings or something on my SQL Server in order to applications like ASP or VB to return a recordset. When my applications in VB or ASP return a recordset from a VIEW, I have not problems at all, but when … | |
Re: if you just type random words (ie not a web address) in the firefox address bar afaik it does a google 'i'm feeling lucky' search on them and directs you to that page | |
Re: [QUOTE=w1r3sp33d]Hello everyone, I have a fresh install of dapper drake and I would like to change two things from the default behavior: 1) How do you change to a "single click" desktop? 2) Can this system "remember" the last logged in username and go straight to the password prompt? Any … | |
Re: [QUOTE=Shaftcmu]I need to "clean" the database so I only have data starting from 1-1-06. Can anyone help? Thanks.:)[/QUOTE] if you don't have date fields in the tables you want to 'clean', or tables you can easily join, it could be tricky. can't you just revert to a backup? | |
Re: [url=https://addons.mozilla.org/firefox/1146/]this[/url] may be what you're after. you need firefox and java installed. | |
Re: [QUOTE=nsan]whati s wrong with this loop? procedure TForm1.Button1Click(Sender: TObject); begin var j: Integer; for j:=1 to 5 do begin ShowMessage('Box: '+InToStr(j)); [B]end;[/B] end. [/QUOTE] you need to declare the var first: [code] procedure TForm1.Button1Click(Sender: TObject); var j: integer; begin for j:=1 to 5 do begin ShowMessage('box : ' + IntToStr(j)); … | |
Re: storing stuff as blobs is neither fast nor pretty blazing wolf is right; store the files as files and put their path in the db | |
Re: [QUOTE=Kn10]I frequently find tutorial sites that have screenshots that are taken outside of Window XP such as a "how to reinstall windows" tutorial. One way would obviously take a photo with a digi cam of the screen and crop it. However these tutorial screenshots I have been finding are screenshot … | |
Re: [QUOTE=Dark_Omen]I am having a problem with the resolution of my suse. I just installed it and everything seemed to be installed correctly. I reboot my machine and went through grub and chose the suse linux[U][/U]. At first, the splash screen, looked fine. Then it got to the login page, and … | |
Re: if you plug a phone into that socket do you get a dial tone? if this works its either your computer or your cable. if you use another cable (if you have a spare) between your modem and phone socket does it work? if it does its your cable at … | |
Re: I believe [url=slony.info]this[/url] is what you're looking for. If you're using pgadmin then [url=http://www.pgadmin.org/docs/1.4/slony-install.html]this[/url] may also be of interest to you | |
Re: just wondering if you have the most up to date firmware on your network hardware? |
The End.