[QUOTE=TerabyteS_;34184391]The contact form is up.
[url]http://www.gabrielecirulli.com/contact.html[/url][/QUOTE]
its too bland
add confetti
[QUOTE=TerabyteS_;34184391]The contact form is up.
[url]http://www.gabrielecirulli.com/contact.html[/url][/QUOTE]5-6px padding on the inputs would look MUCH better
[img]http://dl.dropbox.com/u/1439918/Pics/Screenshot-2012-01-12_19.57.53.png[/img]
[QUOTE=TerabyteS_;34184391]The contact form is up.
[url]http://www.gabrielecirulli.com/contact.html[/url][/QUOTE]
Regex is not required here. You could be saving 0.00001 seconds.
[code]
email = email.rot13().replace(/ at /, '@')
.replace(/ dot /, '.');
[/code]
to:
[code]
email = email.rot13().replace('at', '@').replace('dot', '.')
[/code]
[editline]13th January 2012[/editline]
Stupid arrays didn't work :(
Fixed my site a bit and it should work on most browsers now. Need to learn some JavaScript next for the portfolio part so it can scroll pictures.
[url]http://rulssi.kapsi.fi/portfolio[/url]
Still in Finnish sorry, will translate after everything else is working. I still think the layout is missing something and probably needs a small rework at some parts.
php fucked up traits
[quote]
Hi,
Recently we've found a huge problem in PHP traits implementation.
It performs copying of each op_array (with all opcodes!) for each method
used from trait. This not only makes traits extremely slow and reduce
effect of opcode caches, but also prohibits extensions from modifying
op_array in some way, e.g. extending op_arrays with additional
information in op_array.reserved* fields. As result some extensions
(e.g. xdebug and some Zend extensions) will just crash on traits usage.
As I understood the copying was done only for proper handling of
__CLASS__ constant in trait methods. I think it's too radical solution.
I've introduced ZEND_CLASS_NAME instruction instead and made op_arrays
to share their opcodes (in the same way as inherited methods). The only
difference that methods from traits may be renamed.
The patch is attached (it requires executor/scanner/parser regeneration)
I would like to commit it into 5.4 and trunk. Note that the patch makes
binary compatibility break and can't be applied to 5.4.* after 5.4.0
release.
I know that applying it may delay the PHP 5.4.0 release, but it's better
to fix the problem now.
Thanks. Dmitry.
[/quote]
[editline]13th January 2012[/editline]
more internals drama:
[quote]Thanks for taking care of it, but just to be explicit here: I pointed out the implementation details in the various discussions. I never made it 'a secret' that there is copying going on. I even tried to point out the potential for this kind of sharing.
See for instance: [url]http://markmail.org/message/okhq2vp7h3yuegot[/url]
And the comment of the initial commit: [url]http://svn.php.net/viewvc?view=revision&revision=298348[/url]
Sorry, but I am a bit annoyed that 'the community' does not care enough about reviewing such engine changes.
I got plenty of help from various people, but 'discovering such a huge problem' so late in the process points out certain problems.
Anyway, back to the technical details.[/quote]
[QUOTE=rulssi;34189522]Fixed my site a bit and it should work on most browsers now. Need to learn some JavaScript next for the portfolio part so it can scroll pictures.
[url]http://rulssi.kapsi.fi/portfolio[/url]
Still in Finnish sorry, will translate after everything else is working. I still think the layout is missing something and probably needs a small rework at some parts.[/QUOTE]
Protip: Do not post a link to w3 validation if it can't actually validate using the link on the icon
[url]http://validator.w3.org/check?uri=http%3A%2F%2Frulssi.kapsi.fi%2Fportfolio%2F;verbose=1[/url]
[QUOTE=h2ooooooo;34190957]Protip: Do not post a link to w3 validation if it can't actually validate using the link on the icon
[url]http://validator.w3.org/check?uri=http%3A%2F%2Frulssi.kapsi.fi%2Fportfolio%2F;verbose=1[/url][/QUOTE]
Crap, I thought I checked it was valid.. Apparently there was some problem with lightbox and html5. Anyway its fixed now. :D
[QUOTE=swift and shift;34190361]php fucked up traits
[editline]13th January 2012[/editline]
more internals drama:[/QUOTE]
You remind me of Apple fanbo... oh, wait...
[QUOTE=swift and shift;34190361]php fucked up traits
[editline]13th January 2012[/editline]
more internals drama:[/QUOTE]
Why are you using PHP again?
can you guys confirm that the breadcrumb looks ok.
[url]http://jung3o.com/dev/mock/forum/forum.html[/url]
By ok, I mean the div isn't 1px off with the border triangles.
[editline]13th January 2012[/editline]
oh, ie 7 isn't supported because it hates borders.
[QUOTE=Dotmister;34192840]Why are you using PHP again?[/QUOTE]
He uses it to make money out of the poor people who use it for serious business.
What do you think?
[IMG]http://new.tinygrab.com/7cfbd5178355d17f2e959405347a491489e62db450.png[/IMG]
I'm gonna put user-related stuff in the menu(s) to the right like settings, messages, etc.
First is normal, second is hover and last one is active.
Also, ignore the black thing in the left-bottom corner, that's Chrome.
[editline]13th January 2012[/editline]
This is located at the [URL="http://www.novaember.com/"]bottom[/URL].
Google hinder themselves.
[img]http://gabrielecirulli.com/p/20120113-194901.png[/img]
[QUOTE=Darkwater124;34194115]What do you think?
[IMG]http://new.tinygrab.com/7cfbd5178355d17f2e959405347a491489e62db450.png[/IMG]
I'm gonna put user-related stuff in the menu(s) to the right like settings, messages, etc.
First is normal, second is hover and last one is active.
Also, ignore the black thing in the left-bottom corner, that's Chrome.
[editline]13th January 2012[/editline]
This is located at the [URL="http://www.novaember.com/"]bottom[/URL].[/QUOTE]
what is that supposed to be?
My Web Dev teacher is a tool. Basically he decided a good learning experience is to fix his shitty websites then play games. Today he told me that since i'm ahead of the class (i read some HTML, CSS, and JS tutorials on my own) that i needed to make a website to show the class what i've learned. His exact quote was "It doesn't need to look nice, it just needs to show the basic elements."
So I gave him what he asked for.
[quote]
[img]http://i.imgur.com/axFj4.png[/img]
[img]http://i.imgur.com/Ws9Xr.png[/img]
[img]http://i.imgur.com/DS6VO.png[/img]
[/quote]
Nanananananana
[QUOTE=G71tc4;34199360]My Web Dev teacher is a tool. Basically he decided a good learning experience is to fix his shitty websites then play games. Today he told me that since i'm ahead of the class (i read some HTML, CSS, and JS tutorials on my own) that i needed to make a website to show the class what i've learned. His exact quote was "It doesn't need to look nice, it just needs to show the basic elements."
So I gave him what he asked for.
Nanananananana[/QUOTE]
I don't like this kinda stuff, not really funny, just smartassy and douchey :(
[QUOTE=G71tc4;34199360]My Web Dev teacher is a tool. Basically he decided a good learning experience is to fix his shitty websites then play games. Today he told me that since i'm ahead of the class (i read some HTML, CSS, and JS tutorials on my own) that i needed to make a website to show the class what i've learned. His exact quote was "It doesn't need to look nice, it just needs to show the basic elements."
So I gave him what he asked for.
Nanananananana[/QUOTE]
That was kind of foolish of you, you probably could have gotten a good mark if you did it right.
Everybody in the class gets a 100 for everything.
[editline]13th January 2012[/editline]
Also it's a full year class and i got in in the 2nd semester, already ahead of everybody
[QUOTE=G71tc4;34199360]My Web Dev teacher is a tool. Basically he decided a good learning experience is to fix his shitty websites then play games. Today he told me that since i'm ahead of the class (i read some HTML, CSS, and JS tutorials on my own) that i needed to make a website to show the class what i've learned. His exact quote was "It doesn't need to look nice, it just needs to show the basic elements."
So I gave him what he asked for.
Nanananananana[/QUOTE]
This thread is "What you are working on" not "Who you are trollin on", it's always good to have some humour but I reckon you should take education serious. NOT LOOKING FOR AN ARGUMENT. Just pointing it out.
Also.
I stopped working on this site a month ago due to a client popping up, recently got inspired to change the logo font ( thanks Terra ) and this is how the contact page looks so far.
[img]http://ezyimg.info/cdn/GVTYQ3KB.jpg[/img]
[QUOTE=kragmars102;34200978]This thread is "What you are working on" not "Who you are trollin on", it's always good to have some humour but I reckon you should take education serious. NOT LOOKING FOR AN ARGUMENT. Just pointing it out.
Also.
I stopped working on this site a month ago due to a client popping up, recently got inspired to change the logo font ( thanks Terra ) and this is how the contact page looks so far.
[img]http://ezyimg.info/cdn/GVTYQ3KB.jpg[/img][/QUOTE]
your buttons look weird compared to all the fancy color and borders other elements have.
I'm trying to figure out something for the navigation, I'm unable to think of anything creative at the time. Any suggestions?
Does anyone have any experience with pcntl_fork on OSX? The code I'm using works on Linux, but the processes simply don't end properly on OSX (exiting one child kills the parent, and leaves all the other children as zombies).
-- edit: no need, it does work; I forgot it wouldn't work under apache, only CLI => time for sleep I think xD
Post your code
[QUOTE=kragmars102;34200978]This thread is "What you are working on" not "Who you are trollin on", it's always good to have some humour but I reckon you should take education serious. NOT LOOKING FOR AN ARGUMENT. Just pointing it out.
Also.
I stopped working on this site a month ago due to a client popping up, recently got inspired to change the logo font ( thanks Terra ) and this is how the contact page looks so far.
[img]http://ezyimg.info/cdn/GVTYQ3KB.jpg[/img][/QUOTE]
holy shit batman whitespace
I am working on [url]http://www.games-mix.nl[/url]
I want to see if I can manage to create something to sell on graphicriver.net, so I'm making a social media icon pack.
[img]http://dl.dropbox.com/u/2951174/webdesign/facebook2.png[/img]
This is still a prototype, very unpolished and ugly, but I'm working on it.
There's a few similar illustrations, non the less it looks nice. Was it made in Illustrator or Photoshop?
I suppose it's a start:
[IMG]http://i.imgur.com/12h21.png[/IMG]
I think it needs another colour somewhere, to liven it up a bit.
[url]http://jung3o.com/dev/mock/forum/thread.html[/url]
I just got icons off some random site.
oh pink is just there for size dont mind it.
Sorry, you need to Log In to post a reply to this thread.