Jump to content
xisto Community

Framp

Members
  • Content Count

    38
  • Joined

  • Last visited

  1. 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
  2. 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 )
  3. 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
  4. Framp

    Question

    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;}
  5. 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 :/
  6. 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
  7. 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
  8. 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.
  9. 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
  10. 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.
  11. Use the mail() command mail("user@email","Subject","New blablabla updated!");
  12. 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
  13. 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
  14. Yeah, there are some new nice match type (like onslaught)It's actually a nice game imho.
  15. A static ip can't be changedIt's static xDTry using proxy or something like this (tor)
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.