optiplex
Members-
Content Count
39 -
Joined
-
Last visited
Everything posted by optiplex
-
Ive been using Zymic for 2 weeks. I do like the space, bandwith and the mysql DB's. But one think I dont like, is that its awfull slow, I barely could run a small forum. But they do have nice and friendly support and admins, for sure. And its ad-free! But I dont know if your ads are allowed I would give it a 7.5/10 - optiplex
-
I think .daa files are cd images if im right.You can convert them to iso or bin files with poweriso.and then burn them to cd, or use daemon tools to run it virtually.A bit more googling should help too- optiplex
-
Hey guys Im trying to make a listview, heres a control that makes it possible to have a listview in winbinder applications. http://forums.xisto.com/no_longer_exists/ I cant get it to work for some reasons, can someone please help me with this? I want to fetch data from a website, and then insert them in 5 columns, and also must be able to read the values with a button click. Hope thats not that too much asked, maybe you have a better idea? Thanks in advance! - optiplex
-
as bleudragon said; well streaming basically means that you load the file (video/audio) directly and play it side by side. you want make a video site or something? You should really learn some actionscripting, have fun http://www.freeprogrammingresources.com/actionscript.html - optiplex
-
Php Quiz Script Make quizzes for your site.
optiplex replied to maddog39's topic in General Discussion
hehe, nice script.but it doesnt really save results, does it?Good Job - optiplex -
Dreamweaver!Frontpage is cool, easy and nice for beginners with html, or for just web designers.But I prefer dreamweaver, because of the php/asp/js scripting support, and another importantthing is the FTP ultility in dreamweaver.Makes it allot easier to fastly update your site.Also makes the designing allot easier, easy select text, edit tables etc etc.So thats why, Dreamweaver - optiplex
-
This should help, not sure though : <?php/* by optiplex */$path = "./";$dir_handle = @opendir($path) or die("Unable to open folder");while (false !== ($file = readdir($dir_handle))) {if(ereg("(.*)\.(jpg|bmp|jpeg|png|gif)", $file)){ echo "<img src='$file' alt='$file'><br />";}}closedir($dir_handle);- optiplex?>
-
Well afcourse you need to learn html first, and css too if you want to keep ur site nice ;)I also suggest you to learn photoshop, browse tutorial sites liketutorialized.com, good-tutorials.com, pixel2life.com, there are lots of online. After that learn howto slice your layout,and howto css it. That should be fine to make a nice contentfull webpage.And maybe if you got good at it, you could start PHP and Mysql, maybe ajax, that will keep ur site dynamic ;)and for those you also have allot of tutorials online.have fun, and good luck!
-
I use download.com and SourceForce, specially like sourceforge, because theyr all free, and no trial versions and stuff.But download.com has some nice files on it too, but yes allot of trials/shareware.- optiplex
-
The Best Media Player Which is your best media player?
optiplex replied to finaldesign's topic in Software
Win Media Player, for sure!Its easy, small, and free! And its pretty cool, never had troubles with itAnd I use it for the videos , and afcourse stream videos - optiplex -
Get 30 Gb Email For Free let us talk about , email system for huge data
optiplex replied to getmorehelp's topic in Software
Yeah, Ive been using this for a little while some time ago.I do like the space, but as prashrb said, they dont have any filter/virus protection.Too bad they dont have it, like hotmail/msn, gmail, yahoo etc etc..I hope they will have it, so more people would use this service -
Css Trick: Hide Disabled Internet Explorer Vertical Scrollbar
optiplex replied to Carsten's topic in General Discussion
Wow, nice one, I didnt even know that was possible .GJ