@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
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 25 26 27 28 29 30 31 32 33 34 35



Comments:

<0> Syntax highlighting and line numbering is, however, a MUST for me.
<1> and also i can't live without the Proggy font set :)
<0> Meh, I like it, but I use Bitstream/Dejavu fonts :)
<1> bitstream looks really attractive
<0> They're both free fonts, Dejavu is a clone of the Bitstream fonts with unicode support
<0> itrebal: Emacs is not an OS, dammit.
<2> hehe
<0> Artnez_: http://kuja.dotgeek.org/screenshots/jedit-ruby.png -- My highlighting and font
<0> freeone3000: No away announcements please.
<1> ****
<3> ruby makes my nuts hurt
<1> all this time i had Bitstream 0_o
<0> lol



<0> Artnez_: It's a really nice font set.
<4> jEdit?
<5> font set?
<0> Jymmm: Yes, the Bitstream series, fool :P
<1> oh no no, i dont like bitstream at all
<1> i would take Courier New over bistream
<4> Bitstream is awesome.
<0> Artnez_: Bitstream Mono?
<1> the letter spacing totally ****s
<5> kuja show me bitch
<1> aye, mono
<0> Artnez_: You tried the mono and still?
<0> Jymmm: Show what? lol
<1> yes, the mono and all ... ****s bad
<5> kuja this ****ing font of your
<1> the letter spacingi s what does it
<0> Jymmm: http://kuja.dotgeek.org/screenshots/jedit-ruby.png -- Using Bitstream/Dejavu Mono (one of them, they're both the same looking)
<1> back to Proggy i go
<0> Artnez_: Might depend on your editor.
<0> Artnez_: Looks great in jEdit, or other editors I've used.
<5> kuja you and your damn screen crap
<0> Used it in Kate, jEdit, gedit, ScITE and others.
<3> pirating mp3s is so hard these days
<1> i'll try it for this chat window
<0> What chat Window is that?
<1> the one you're talking in
<1> it looks great here
<1> but a bit too big
<0> Artnez_: Which client?
<1> Trillian :(
<0> Oh
<1> its not that bad really, could use some polish
<1> keeps me online everywhere though so its nice
<6> heh
<1> bitstream looks great in chat, as i dont mind a larger font
<0> Artnez_: It could just be the KDE/GNOME anti-aliasing.
<0> It looks great with KDE or GNOME's antialiasing.
<6> kuja: whats the link to your screenshot?
<1> i wouldnt be surprised
<0> itrebal_erc: http://kuja.dotgeek.org/screenshots/jedit-ruby.png
<6> kuja: thats what i use, i think
<0> I hate vim... ugh. But vim... has ***y syntax highlighting in gnome-terminal once I'm done with the colors :)
<3> kuja: why did u post the ruby screenshot over your php screenshot?
<0> Myconid: Cause the PHP one has **** highlighting.
<3> :)
<7> hello
<0> I hate the php.xml for jEdit :P ... I should make a new one.
<3> KUJA IS A GANGSTAH
<7> can someone show me how to make a form and p*** it to query.php
<0> Yes, yes he is gangsta :P
<3> bladhasd: are you named shasaa ?
<7> yes
<3> <form method="query.php">
<0> bladhasd: We already answered you.
<0> ...?
<1> bladhasd: sharmaa, is that you?
<3> lol.
<3> sharmaa was n=sharmaa@130.209.255.53
<3> .bladhasd is i=bladhasd@80-41-228-68.dynamic.dsl.as9105.com * blashad
<3> not the same
<0> Myconid: method="query.php" ...? :P



<3> kuja: ... action :D
<3> kuja: its my bday.. ive been celebrating a little too much to answer tech questions maybe
<0> :P
<3> i was close atleast
<5> bladhasd: Have you searched google or gone thru any tutorials that was suggested?
<1> bladhasd: no one is going to write a tutorial for you
<7> <form action="process.php" method="post">
<7> i did this
<1> no we're talking
<1> *now .. god i cant spell worth a **** today
<7> but i dont know where to write that
<5> bladhasd Really, you need to go read a couple tutorials. I'm TRYING to be nice about this.
<1> bladhasd: honestly ... i mean... ugh
<2> kuja: ERC is fun
<2> for using Emacs IRC
<7> does it matter where i put the form
<7> in the code
<7> of the .php file
<3> I have trouble with non-gui edits for non trivial edits.
<3> I like the ZendDE right now..
<3> but it has issues with dynamic cl***es
<3> but nothing else seems to handle them
<8> hi, i have script which destroys the session and unset session variables, but when i use back button of browser the previous page is visible and also the navigation to other pages can be done
<9> nandan, is the page cached by your browser?
<1> nandan: the back button is meant to be used as a history
<1> in other words, when you hit back you should see what you just saw -- that's the intention
<1> if you want to avoid that you will need to set headers that tell the browser not to cache the page
<10> OH SAY CAN YOU SEE WHAT YOU SAW
<8> jonez, i have use some thing like meta http-equiv=cache-control content=no-cache
<1> nandan: that wont work on all browsers
<1> i remember doing something like
<1> header( "Cache-Control: private" );
<1> or something of that sort
<1> i also remember a declaration in html that has to do with "pragma", but otherwise i forgot
<11> i believe that there's something i need to do right now
<1> also header("Expires: will be a good addition
<10> pragma no cache
<8> Artnez_, some thing like this <meta http-equiv=pragma content=no-cache> ?
<11> (also a task that's more fun for nudists)
<11> ok, have a good night folks.
<11> love ya'll
<11> <smooch>
<1> nandan: sort of... google it. there are some references out there
<1> you should do multiple things
<12> If I have a foreach and if $x = 10 I want the loop to end how do I do it? I've tried die() but it kills the whole page
<13> break
<13> if($x == 10) break;
<12> cool
<12> Thanks
<14> anyone know of any good websites for php/mysql sources... i.e., how to build a shopping cart e-commerce type of system
<14> ?
<13> mozez, are you writing it for an education purpose, or just need something that works?
<14> tempest1, just to learn how it all works i guess
<14> tempest1, but obviously something that works would be better ;)
<13> www.cpcommerce.org
<1> mozez: you wont find anything that tells you how it works. i suggest logically breaking it up and finding out how to do the details
<13> is a PHP/MySQL shopping cart
<14> Artnez_, yeah i just want to read the code
<13> i'm not sure about tutorials or anything
<1> mozez: ok, you've been warned :)
<14> tempest1, maybe something a little bit smaller than that? :)
<14> something very basic
<15> ARGGGGHHHERSS
<15> lies
<15> lies lies lies!
<15> The Hash extension requires no external libraries and is enabled by default as of PHP 5.1.2.
<1> yea, i could have told you that 0_o
<14> Artnez_, do you know anything smaller than cpcommerce?


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #php
or
Go to some related logs:

#linux
gentoo dmesg udevd-event
split access dhcp
mud dslinux
smart kdenetwork3-InstantMessenger kopete
initng chroot gentoo
explain *** target pattern contains no `%'. Stop.
raidhotremove +suse
#centos
gentoo emerge waiting for lock on portage_lockfile



Home  |  disclaimer  |  contact  |  submit quotes