Framp
Members-
Content Count
38 -
Joined
-
Last visited
Everything posted by Framp
-
LOOOL xD that's pretty useful, isn't it? xDD I've never read before about LUnix I thought it was a joke (Linyos Torovoltos ) until I clicked the link Have you seen the poll? xD
-
If Mac Osx Is Best With Hardware, Where Does Linux Lie?
Framp replied to rayzoredge's topic in Operating Systems
I've no benchmarks but Mac are well optimized on some hardwareLinux instead has to run efficiently on a large range of hwMaybe a comparison can be made beetwen linux from scratch and a mac (And I think linux will win the challenge)Another important note is that linux has a lot of different graphics libraries (QT, GTK, EFL, etc...) and there are a lot of differences in performance beetwen themThe new QT4 for example is damned fast (tested on old hw ) -
The main reason I switched to linux is that performance on windows are really bad if compared with linux one.On my KDE desktop I can work with 40 windows/tabs opened and all works perfectly.(Mac os need a too expensive hardware - according to what it offers)Of course there are a lot of reasons because I use only nix systems now:- stability- speed- nice and high customizable desktop- fancy 3d desktop with old hardware- no need to cr*ck expensive programs (like office)- virus menace near to zeroetc
-
I'm sorry but I can't understand. A php file is not divided in section like 'page=1 page=2 etc' It's simply a way to create more pages by one. You can put a switch on $_GET['page'] and do something like that: switch($_GET['page']){case 1:echo 'page 1';break;case 2:echo 'page 2';break;case 3:echo 'page 3';//Here you can put your mysql query and retrieve resultsbreak;}
-
Well...Driver support is now quite good on linux.Only some strange hardware don't work on linux.Recently also ATI (amd ati, the one behind the damned video cards) has improved their driver!!About the audio driver try posting more details. When I started using ubuntu I've had problems with audio drivers too.Then I changed a setting and resolved the problemOften it's not a bug, it's a problem of configuration.And if your hardware is not supported is not a ubuntu bug: it's a productor's fault :/
-
There's also XAMPP that install on your windows machine Apache, MySQL, PHP and PerlIt's pretty cool to have these software installed just with a couple of clicks ^^On linux or mac you can look for LAMP tutorials: there are a lot of good guides on how to set up a secure server.And remember to set up correctly your router so you can act as a little server
-
I think it's a "fix" that simply change the maximum value you can reach.But of course you can't reach that value.There are some tricks but there isn't anything magical.For example there is a software made by a telephone company that force you to download only parts of images: as a result you speed up your connection but get corrupted images :DNothing really cool, just tricks until you get a better connection xD
-
I've a samsung z140. That's pretty nice with the modfied firmware :DSamsung usually blinds their cellphones (you're unable to load java applications via usb for example :/) but some hackers have created tools to modify firmwares and load them in the phone.Now it's pretty nice :(The bad thing is that via usb it's incompatible with linux. Instead the bluetooth connections work like a charme.
-
I suggest you to wait for the Iriver Volcano T7 :D2GB : 35 euros (approx... 35 dollars thanks to the bad prices we have here in europe :/)4GB : 50 euros
-
To write the code with these tables you simply have to retrieve data with a couple of mysql queries.With a query select all the categories and then loop through their values.In the loop you've to print the menu category and then to query all the subcategories with the SUPER id corrispondent to the category id. With this second loop you can simply print all the subcatergoriesThe code isn't so difficult try to write it yourself.
-
Use the mail() command mail("user@email","Subject","New blablabla updated!");
-
Open Php Page From Another Server If a server does not support php
Framp replied to p_a's topic in Programming
If you don't like iframes you should take a look at ajaxI suggest you the jQuery library because it's very simple and effective -
Apple Releases New Iphone 2.0! iPhone with 3G support
Framp replied to Dooga's topic in Computer Networks
Just wanna add that the contract is 30 dollars/month for 2 years :/199+30*24=919 -> 8 gb299+30*24=1019 -> 16 gbIt's a great... gadget (certainly not only a phone ) but it's quite expensive -
Yeah, there are some new nice match type (like onslaught)It's actually a nice game imho.
-
What Is Mysql's Default Root Password? Just installed in on my Linux box
Framp replied to michaelper22's topic in Software
Try stopping the mysql daemon /etc/init.d/mysql stopRun mysqld_safe --skip-grant-tables &Enter as root mysql -u root -p To change root password mysql client - mysql -u rootand write use mysql update user set password=PASSWORD(”NEW-ROOT-PASSWORD”) where User=’root’; -
There were some viruses for windows that were able to infect pc through lanCheck your shared dir to strange files
-
Best Laptop For College opinion highly appreciated
Framp replied to etycto's topic in Hardware Workshop
I suggest a vaio nr21zIt has an Intel T8100 (2.1 ghz)3 gb of rama 8400 mobile (not too bad for gaming) -
I Found Out What Lorem Ipsum Was Yesterday.
Framp replied to EricsSite's topic in General Discussion
Now there's also a "lipsum..." generator on http://www.lipsum.com/ Actually I prefer using jklfdskljfdskljfsd to fill empty spaces (I hate latin XD because of school) -
Well, I suggest you to try avidemux2 (on linux) or virtualdub (on windows) to make some video edit.To capture videos recordmydesktop (on linux) or camtasia (on windows) or snagit (on windows - not a freeware )
-
I use konqueror as my main browser.I also use Firefox to check some webdesign works
-
I'll join the download day but I'm not sure if I will use firefox :/I'm using KDE 3 and Firefox 3 is quite slow (looking at konqueror performance)
-
Who Thinks Trap 17 Is Th Best Server? Who ever thinks replie back
Framp replied to Da Real King's topic in General Discussion
imho, Xisto is a nice webhosting.One important feature is the ability to make remote request (I've developed a mod which embed videos from youtube and similar sites into forums board, and I really need a good testing board)This "credits thing" is quite annoying but after all, it's a free service!