optiplex
Members-
Content Count
39 -
Joined
-
Last visited
About optiplex
-
Rank
Member [ Level 1 ]
Profile Information
-
Gender
Male
-
Location
Behind enemy
-
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
-
Converting Textarea Return Characters To <br />
optiplex replied to paulmason411's topic in Programming
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 -
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
-
What's A Cms? Know a little more about CMS.
optiplex replied to jlrr94's topic in General Discussion
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 -
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
-
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
-
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!
-
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
-
Perl Regular Expresions Regex Learn how to use regular expressions
optiplex replied to Galahad's topic in General Discussion
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! -
Why Has Everyone Ignored My Free Hosting Request?
optiplex replied to chris.oco's topic in Web Hosting Support
yeah, we have been waiting more then you. PATIENCE! -
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