| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
Comments:
<0> Hi - Anybody know of a site that gives you an idea of the best programming languages to learn, and the best experience with technology to get to succeed in getting a good tech job ? <1> R3T when it comes to languages its all about what kind of application you want to write.. <0> I want to go all out to be honest <1> Both Ruby on Rails and Python I think is fairly popular amongst companies, since they are productive languages.. <1> but they are good for different kind of applications... <0> I want to get the experience that matters now, and focus on getting good at skills that are in high demand by companies I guess <2> R3T, if it is all about the money,at a guess JAVA would be the best laungage to learn, but it is only a guess <1> Ruby on Rails is on the rise I think.. <0> nah not nessecarily the money <0> But the right qualifications to not fall short in a demanding tech job <3> Java can give you a decent base in OOP <2> so can python <0> And I am leaning toward web based programming <3> For jobs it really depends on what type of tech job you want <0> ahh <0> Designing sites I guess
<2> look at python, ruby and java <1> for webbased I think its more python then java, but I dont know.. <0> ok <3> And for back ends for web sites PHP of course ;D <0> yeah haha <1> I think php has seen its glory days... <0> I figure for web design I need experience with graphic design programs (Photoshop or other competing graphic development apps), Lots of experience in HTML/CSS of course, PHP and of course MySQL, maybe perl? <3> There are good references for all of the above available online <0> ok <2> I wouldn't bother with perl, from what I read. <4> I everyone, I'm having a bit of a design problem and want a bit of advice. A have a cl*** called Product. On that cl*** I have three functions, getById, getByName and getByDate. As the project goes developers keep adding functionality to the cl***, getByDateAndId() ... etc <0> alright <1> Companies either hire a html/css/layout guy or a programmer, I dont think many hire "all-around-everything-guy" <0> yeah <4> soon the cl*** has loads of functions in it and it's unmaintainable <0> but some probably think they know what they want right? not waht they really need <0> like they might ask for C++ experience for their web design job...lol <3> That is often the case if HR is setting the qualifications and not the tech people <1> if so I would'nt want to work on that firm.. <4> So what can I do to stop that happening? <0> you folks think getting experience in flash would probably give me another advantage in getting web design jobs? <1> Trying to output an image from mySQL database using php: Content-type: image/jpeg using mediumblob Binary.. image is about 10kb. All I see is a strange version of the image, with few colors.. when its a jpg.. and I see nothing if its a png. What could be wrong? <5> themoves: hahahha... stop feature blaot, that's a good one <1> I think flash is getting pushed away, in favour of ajax.. <1> flash is still good in some situations, video-content and "mini-sites"-things.. <4> :( <5> themoves: you can design more intellegent functions, like just have getBy() and have them p*** array's to define what to get by and what the values are, then build the query <2> now that adboe own flash it will go down hill <5> themoves: I'm guessing all these function are exactly the same except for a a WHERE clause in some sql that gets built? <4> ||cw: no, they are wrapper functions around a search function on the cl*** <4> ||cw: should they go in a wrapper cl***? <5> themoves: another way could be to split it up into 2 function, addCriteria() and get() <6> what's the best way to implement a 'search within these results' feature for a search form? is it as simple as appending the new search terms to the first one? <5> themoves: sounds like you started off with an incomplete picture of hat the app does, and now you have to re-write it <5> thirdLibr: usualy <0> hmmm <7> Anyone used these guys before? http://www.phpwebhosting.com <0> Um - what is java used for in web dev? <6> anything <5> R3T: can be servlets or applets <1> Elazar go for mediatemple.net or textdrive.com (I have also heard some good about dreamhost but I think they are little more budget) <8> hi everybody <9> what's your favourite php http client cl***? <8> i am having a bad expreince with php5 <10> hi <8> i would like to know if someone can help me with this.. <8> open_basedir restriction in effect. File(lib/pear/lang/pt-br/language.php) is not within the allowed path(s): <8> the errors is like this.. <6> should i clear the search input when they select within these results? <11> wesleywillians, add the path to your open_basedir php.ini setting <8> how.. <12> hey guys, if my browser just dies on a PHP error, and has NO output, what setting am I lookign at modifying in the php.ini <11> wesleywillians, open your php.ini and search for open_basedir, it should be apparent <8> sec.. <7> alexandersandstr: Eh... not so sure about MediaTemple... http://twilightuniverse.com/2006/03/dear-media-temple/ <8> ok <8> open_basedir = <8> ? <8> it is commented <13> can anyone connect to an oracle database using php5? if so, what is your web host, or how did you configure your server environment to get it to work? <13> and I
<13> and I'm ***uming the server environment is Linux? :) <1> Elazar I agree with the author that the controlpanels **** mayor.. but those will be upgraded within a month perhaps. Also we have had some problems with stuff that doesn <1> 't really work as expected, but overall we are happy.. its good for the price. <9> does libcurl rulez for my http client? <14> php 5: Fatal error: Unknown function: pcntl_fork() in c:\idan\a.php on line 5 <15> install pecl extension <14> already has it..=\\ <14> wait recheck <16> Sausage. <17> Cheese! <18> hello <19> ok, i'm using php 5.1.4, i have set the internal encoding of my script to utf-8, my mysql tables are utf-8_general_ci with unicode, i do mysql set names'utf-8'; when initializing. Through my script, inserting a multilanguage query row insert like only the first line of the actual sql query or something like that. when i query through phpmyadmin, it works all good. what should i do apart from the options i've just written to correct it so t <19> he row insertion would be successful? I had taken the text from http://en.wikipedia.org/wiki/Main_page at the middle, starting with (Arabic), and (Arabic) is all i get. <20> im having a problem w/ using multiple select boxes, http://beta1.curse-gaming.com/en/wow/find-armor.html select 2 options in that center column and click the bottom center button, as you can see its only showing one result, any ideas? <5> wykis_: do you use mysql_real_escape_string() on the data? <19> ||cw: yes <14> Line 15: pcntl_exec ("/bin/ping 127.0.0.1"); -- Warning: pcntl_exec(): Error has occured: (errno 2) No such file or directory in /usr/www/idan/a.php on line 15 <20> idan, that means, no such file or directory <21> Zinor, you need to add [] to the end of the field name, then it'll create an array with the values <20> InterLNK, i did <14> but /bin/ping is there. <20> click submit, it outputs a print_r of the $_POST <5> Zinor: name="scID['']" is not valid <20> sob <20> stupid template system <5> get rid of the '' <14> ... <20> its the template system, theres a bug, grr <21> what are you using? <14> Zinor: /bin/ping exists <20> im not sure then <22> idan, use 2 arguments <14> pcntl_exec ("/bin/ping, 127.0.0.1"); <14> ? <22> pcntl_exec ("/bin/ping", "127.0.0.1") <14> ty <14> Warning: pcntl_exec() expects parameter 2 to be array, string given in /usr/www/idan/a.php on line 15 <19> ||cw: any ideas? <14> well..i guess..thats not the point <19> ||cw: i can show the full query :] <5> wykis_: nope, that was it :/ <19> and when i fetch the rows (both pma and php), i have only "(Arabic)" <22> sorry, wrap the second arg in array() <14> arg[] = "127.0.0.1"; works better? <19> uuh :'( <5> idan: that's not how you p*** args with pcntl_exec() <5> idan: php.net/pcntl_exec and read <14> i already been there ||cw <5> idan: read it again <14> read it yourself, and see, no exmples at all <14> as for us2 <22> pcntl_exec ('/bin/ping', array('127.0.0.1')); <5> idan: void pcntl_exec ( string path [, array args [, array envs]] ) <5> idan: where do you think the args go <14> args is an array of argument strings p***ed to the program. <14> i know that, thats why i asked <14> arg[] = "127.0.0.1"; works better? <5> idan: you are literaly telling to look for a file called "/bin/ping 127.0.0.1" <22> idan, no because that isn't php <14> and i guess it is. <5> a file with a space in its name <14> Qube: it worked.. <22> unless you mean $arg[] <22> and p*** $arg as the second argument <22> but why arg-ue about syntax? <23> Hello <22> 250 Qube, pleased to meet you <23> What would cause session_start() to "freeze up?" <22> disk failure? <24> unwritable tmp directory perhaps <23> hm <22> sessions stored on nfs space? <5> idan: if you think the docs were inclear on pcntl_exec, take your now working example and submit it as a docs bug <14> Qube: [; thanks
Return to
#php or Go to some related
logs:
#linux php html scraping ubuntu unrarlib Gentoo Can't locate AutoSplit.pm emerge gnome-audio gentoo #web gparted recognize ntfs #postfix mpm_worker is deprecated css height 100% background visible window
|
|