Jump to content
xisto Community

optiplex

Members
  • Content Count

    39
  • Joined

  • Last visited

About optiplex

  • Rank
    Member [ Level 1 ]

Profile Information

  • Gender
    Male
  • Location
    Behind enemy
  1. Allright, thanks for the replies.I think im sticking at C#. Thanks again.- optiplex
  2. Hey AllWhat you guys think is the best programming language for Windows Vista?Ive been doing C# for some months, but im looking for something else, something easier for makingfast applications, and no extra things needed like the .NET Framework. Doesnt have to be GUI Applications.Any Idea?Post up your idea - optiplex
  3. Oh thats really simple! you can replace newlines using str_replace like this $your_string = str_replace(array(chr(10), chr(13)), "<br />", $your_string); or you can use nl2br $your_string = nl2br($your_string); BUT if you are showing html code anyway, you can write it in a textarea like : <textarea><? echo $your_string; ?></textarea> or using the <PRE> tag, like this: <PRE><? echo $your_string; ?></PRE> But there are more options afcourse Thats it! - optiplex
  4. Well, to make my design I use photoshop. I read some tutorials, think, design it and then slice it.After I slice it, I edit it with dreamweaver, so I can add content and style.And then for the coding part(in PHP) I mainly use phpDesigner, because its easy, nice, and debugs the script.But you can also code in dreamweaver, so it doesnt really matter which one I use to code. And both of themhas a FTP editor, so you can easily upload/update your designed page.- optiplex
  5. As wikipedia says A content management system (CMS) is computer software used to create, edit, manage, and publish content in a consistently organized fashion.[1] CMSs are frequently used for storing, controlling, versioning, and publishing industry-specific documentation such as news articles, operators' manuals, technical manuals, sales guides, and marketing brochures. The content managed may include computer files, image media, audio files, electronic documents, and Web content. Well CMS's are just scripts(most of em are written in PHP) that runs your dynamic site. You shouldnt need extra coding languages, should be easy and fast. At the moment im using Php-Fusion, which is pretty cool Joomla is another great CMS, allot of resources on it online. A bit of googling, and you can have a nice site online withouth coding language:) - optiplex
  6. WellI didnt know anything about linux, so I went googling nd stuff.Saw allot of people using it, so I thought, why shouldnt I use it?So I gave it a try, downloaded BackTrack2(live cd) and played around with it.One thing I really liked was the speed, application started faster and so, andit was very secure and almost virusfree!But besides that, I cant run my favourite programs I used to use in WinXP, so thatwas a little dissapointing, but I still use it to code php/python or crack wireless
  7. Hmmmmmwhy would u want to move that awesome bar Its very helpfull(to me), and it doesnt hurt :)Hehe, nice tutorial though, Thank you.
  8. No, php cant make dynamic menus, but it can make ur html navigation/menu compatible with your dynamic menu javascript script.Because php is a serverside language, as told here, you can make an editable menu script(Ex: Joomla has an option where u can edit your menu)But you cant make it dropdown menu or something, withouth javascript :)Good luck!- optiplex
  9. dude, thats awesome!This will make the url much cleaner , with a simple .htaccess file and regular expression!Now I know how those site do that ^^ And its funnyThanks!
  10. oh where did I learn html from? :)Well, my friend(few years ago) sent me a html page of some website, and changed the content to funny things u knowI wanted to learn that too, so he showed me where to look at the page source, and what to change etc ...So I wanted more, went to google to search for html tutorials. Found ALLOT! of helpfull material online on html.Anyway, I mostly learned it at w3schools, they're great, also learned mysql, css there :DSo I mostly learned through google, and other webpage's source.- optiplex
  11. awesome tutorial! I love regex!Best thing to use when u fetch remote content :)But in perl it is a little harder than php, in my opinion, but this tutorialmakes it so clear and easy!Thanks!
  12. Woah! Its nice to have music on your page. For if your clients have to wait or something, so they dont have to be bored :)Thanks
  13. yeah, we have been waiting more then you. PATIENCE!
  14. I use MSN, because its very populair, clean, fast and easy to use.Tried skype once, but worked very slow in my opinion.But I have to admit, that voice/webcam chat is also awfull slow on MSN.So thats why I still use MSN
×
×
  • 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.