Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - stevon8ter

Pages: 1 2 [3] 4 5 ... 48
31
News / Re: New banner and new search function
« on: July 22, 2013, 04:10:41 am »
i guess so... all my work for nothing... :( xd
jk i use the dropdown part i made in my own project as well ;)

also, another thing i could have done: dropdown at a hover over the searchbar instead of a text next to it...

well do whatever you want... guess it's gonna be the cookie idea, which isn't that bad xd

32
News / Re: New banner and new search function
« on: July 21, 2013, 09:37:06 pm »
That + a 'parameter' button left to the search when focussed... upon hover / click, a dropdownbox appears... with just the list 'add !g for google' , ..... you get what i mean?

Code: [Select]
<style type="text/css">

#drop, #drop li ul {
       list-style-type: none;

!!! position: relative;
!!! z-index: 5;

Code: [Select]
}

#drop li ul {
       background: lightblue;
       padding-left: 0px;
       border: 1px solid red;
       width: 150px;

       !!! height: 20px;

Code: [Select]
}

#drop li ul {
       display: none;
}

#drop li:hover ul{
       display: block;
}

</style>


<ul id="drop">
<li>search parameters
<ul>
<li>add !g for google</li>
<li>add !y for yahoo!</li>
</ul>
</li>
</ul>


only problem with this version is that the dropdown moves all of the site down a bit to be able to show the dropdown stuff

but i'm sure it's possible to make it just appear on top of the stuff, not shifting the site

EDIT: the problem will only occur when the bar doesn't have a limmited height (height is never limited or height: auto) so if it isn't already limited, just limit the bar and problem solved, perfect solution thanks to darl181's idea

(well i think it's the perfect solution ;) )

btw: the colors were just for testing puposes, they can be changed

EDIT2: the content mixed up with background stuff, for that, add -> position: relative; z-index:5;
to the #drop

EDIT3: you might wanna add a padding-left and top to the div, so that the text wouldn't be at the edge
but it's already 4:34 am here, i gotta get up in a little more than 2 hours, so i'm gonna sleep now xD

EDIT4 : that css should be in a css file... you know that ;)
but testing on ipad is easiests like this + this allows easy copy-paste-  direct testing

33
News / Re: New banner and new search function
« on: July 21, 2013, 09:08:40 pm »
that's actually not such a bad idea... but what about bing and yahoo etc... you can't fill the bar with all thing like add !g add !y add !b       

34
Art / Re: Some Random Sprites
« on: July 21, 2013, 09:06:31 pm »


Basically the BASIC code which displays it does the following:
-If sprite is facing up, his head becomes turns green, as his hat hides it from that view.

well actiallu your hat in the left and right view should be longer for that to be correct, just saying xD

35
News / Re: New banner and new search function
« on: July 21, 2013, 08:58:29 pm »
make them smaller... so 1) don't put the 'search'
2) make them half of the height... so you can 2 under eachother at each side...


google  _______  yahoo!
DDG    |______|  Bing


36
News / Re: New banner and new search function
« on: July 21, 2013, 06:29:08 pm »
true... hmmm well i can't think of any other solution so i guess cookie will have to do... ;)

37
News / Re: New banner and new search function
« on: July 21, 2013, 06:24:01 pm »
or save it in the profile... in mysql... i'm sure you can add an extra table and make them all automatical to google, then possible to ddg ;p cause if someone deletes his cookies every day or 2.... you get what i mean....

38
News / Re: New banner and new search function
« on: July 21, 2013, 04:40:43 pm »
well, is all of the bar ever fully used? if it isn't, just make a but left (like the size of the quick reply post button, and one to the right...) if it is... just expand the bar by 20px or so... shouldn't pose a problem... tho for mobile platforms it might just add a very tiny scroll to left/right

39
Introduce Yourself! / Re: Heeeeeeeeeey i'm back (i hope)
« on: July 21, 2013, 04:45:59 am »
Hi steven8tor! I think I do remember you but I can't be sure because I think your avatar picture changed. I recognise avatar pictures and associate them a lot more with the username :)
yay, i'm not the only one who does that :D

Also, iirc his avatar didn't change :)

indeed, didn't change ;p

It's by being an annoying asker that you become a great helper. ;)
This was my wise saying of the day. :P

lawl xd

40
Miscellaneous / Re: Post your typing speed
« on: July 20, 2013, 05:37:04 pm »
i got 49 wpm on ipad hell yeah xd

41
TI-Nspire / Re: Jens' Script Editor - An on-calc lua editor
« on: July 20, 2013, 05:29:16 pm »
Looks nice ;)
i will have to try this one day, i guess you're 'forcing' me to do a tiny bit of programming on calc again xd

42
Introduce Yourself! / Re: Heeeeeeeeeey i'm back (i hope)
« on: July 20, 2013, 05:20:02 pm »
thanks guys :)

tho i think i won't be of much help, i'll be more some kind of annoying asker instead of helper xp

43
Introduce Yourself! / Re: Heeeeeeeeeey i'm back (i hope)
« on: July 19, 2013, 06:53:00 pm »
hello thar!

!peanuts

[troll]I puke when I see C# programs[/troll]

I know c# isn't the best, but yah, it's easy, and i'll start learning c++ etc soon enough ;)

I forgot your nick but I didn't forgot you!

!peanuts

Woowoo!!

this thread is easily getting the most active thread ever, we just love you too much
!peanuts

Ofcourse you do... Xd

44
Introduce Yourself! / Re: Heeeeeeeeeey i'm back (i hope)
« on: July 19, 2013, 06:46:25 pm »
Nice to see you again! :D Do you have any computer projects underway by the way, such as games?

Well i don't really have any active projects on that field, but i do now and then work on my little chess program, and in a while i might start making some more games again, probably in lua

45
Introduce Yourself! / Re: Heeeeeeeeeey i'm back (i hope)
« on: July 19, 2013, 06:44:45 pm »
YOU DIDN'T REMEMBER I DISLIKE NUTS!!!

Seriously, i puke when i eat nuts xd

Pages: 1 2 [3] 4 5 ... 48