Staredit Network > Forums > Staredit Network > Topic: CALLING ALL DESIGNERS
CALLING ALL DESIGNERS
Apr 9 2011, 9:05 pm
By: DavidJCobb
Pages: < 1 « 3 4 5 6 78 >
 

Apr 13 2011, 12:48 am DevliN Post #81

OVERWATCH STATUS GO

Quote from poiuy_qwert
Quote from DevliN
We should put that skin in the existing SEN. :D

Didn't someone start on it a while back?
It was finished and IP/Dev had it, as shown at the bottom of this post
That file doesn't exist anymore. :/



\:devlin\: Currently Working On: \:devlin\:
My Overwatch addiction.

Apr 13 2011, 12:59 am poiuy_qwert Post #82

PyMS and ProTRG developer

Quote from DevliN
Quote from poiuy_qwert
Quote from DevliN
We should put that skin in the existing SEN. :D

Didn't someone start on it a while back?
It was finished and IP/Dev had it, as shown at the bottom of this post
That file doesn't exist anymore. :/
If JamaL doesn't have his final version I still have my files at home, they only need a few tweaks to finish em off. (DevliN: I edited my post while you replied if you havnt noticed)




Apr 13 2011, 1:03 am JamaL Post #83



Found it. Extract and enjoy the portal page.



None.

Apr 13 2011, 1:10 am DevliN Post #84

OVERWATCH STATUS GO

I'll have to redo it slightly due to how 5.1's code works for skins, but it should be a quick fix.

EDIT:
Started to work on it when I got home. This is going to take a while. I've got the header and navbar done (with working mouseover menu), and will get to the other parts later.

Post has been edited 1 time(s), last time on Apr 13 2011, 8:04 am by DevliN.



\:devlin\: Currently Working On: \:devlin\:
My Overwatch addiction.

Apr 13 2011, 5:38 pm rockz Post #85

ᴄʜᴇᴇsᴇ ɪᴛ!

Standardize the skin and keep it simple

If you have to use little tiny images to make a corner, or have to split an image in halves for some reason, you are doing it wrong.

Half of the problem I had when modding the epic skin was that I didn't know which colors were what. If we can get 2-3 base skins and edit them so that all we need to do is change the css and the images, that will be wonderful. Having a mobile friendly image will be excellent as well. SEN right now is not mobile friendly, my windows phone uses IE 7 I presume. To read anything I have to zoom in. It's not like wikipedia, where everything is already in fairly large text.

Also, aren't we moving to a different system? or are we just going to fix the "bugs" in the current system which IP and Dev coded (mostly)? Whatever happens, it would be nice to supply an offline, "test" SEN where you can test your own skin that you make, or release a page which includes every color used by the css and a description of where it is used.



"Parliamentary inquiry, Mr. Chairman - do we have to call the Gentleman a gentleman if he's not one?"

Apr 13 2011, 5:51 pm CecilSunkure Post #86



Quote from rockz
Also, aren't we moving to a different system? or are we just going to fix the "bugs" in the current system which IP and Dev coded (mostly)? Whatever happens, it would be nice to supply an offline, "test" SEN where you can test your own skin that you make, or release a page which includes every color used by the css and a description of where it is used.
I'm remaking the entire site in a professional and easy to add onto/modify manner.

For example there will be a "base" html page that all other pages will inherent as if the base html page were a class in OOP. Then after the inheritance in a new html page you can add onto/modify and create an entire page with a unique function. You'll see when it comes out, it's rather elegant.



None.

Apr 13 2011, 5:53 pm DevliN Post #87

OVERWATCH STATUS GO

I will say that despite its flaws, Devourer's 5.1 made it easier to skin SEN and change things like that. I am looking forward to the new system, though. :)



\:devlin\: Currently Working On: \:devlin\:
My Overwatch addiction.

Apr 13 2011, 6:47 pm rockz Post #88

ᴄʜᴇᴇsᴇ ɪᴛ!

Quote from CecilSunkure
I'm remaking the entire site in a professional and easy to add onto/modify manner.

For example there will be a "base" html page that all other pages will inherent as if the base html page were a class in OOP. Then after the inheritance in a new html page you can add onto/modify and create an entire page with a unique function. You'll see when it comes out, it's rather elegant.
Thank you, as long as it does what you say, I should be very happy, but I pray we do not lose everything.



"Parliamentary inquiry, Mr. Chairman - do we have to call the Gentleman a gentleman if he's not one?"

Apr 13 2011, 6:51 pm DevliN Post #89

OVERWATCH STATUS GO

Define "everything." As far as I know, we're keeping everything in the mysql database (posts, users, oldwiki, shoutbox?, etc.) but we'll have to redo the skins again.



\:devlin\: Currently Working On: \:devlin\:
My Overwatch addiction.

Apr 13 2011, 7:11 pm rockz Post #90

ᴄʜᴇᴇsᴇ ɪᴛ!

actual content (not simply graphics) which doesn't include skins (as no skin now is all that great).



"Parliamentary inquiry, Mr. Chairman - do we have to call the Gentleman a gentleman if he's not one?"

Apr 13 2011, 7:18 pm DevliN Post #91

OVERWATCH STATUS GO

Ah, okay. Yeah all the posts, users, etc. are stored in our sql database. That would all be saved.



\:devlin\: Currently Working On: \:devlin\:
My Overwatch addiction.

Apr 13 2011, 7:25 pm CecilSunkure Post #92



Quote from DevliN
Ah, okay. Yeah all the posts, users, etc. are stored in our sql database. That would all be saved.
Yeah there's a lot of documentation on dealing with legacy data in django.



None.

Apr 14 2011, 2:52 am DavidJCobb Post #93



Quote from rockz
If you have to use little tiny images to make a corner, or have to split an image in halves for some reason, you are doing it wrong.
CSS is considerably more limited than you seem to think. Box corners? Default. Rounded corners? Easy. Clipped corners? Time to break out the tiny images. :\

Quote from rockz
Half of the problem I had when modding the epic skin was that I didn't know which colors were what. If we can get 2-3 base skins and edit them so that all we need to do is change the css and the images, that will be wonderful.
Readable CSS could help with this, as can the use of a consistent color palette. (For example, "post_header_bar" would be a better CSS class than, say, "fphdr".)

Quote from rockz
Having a mobile friendly image will be excellent as well. SEN right now is not mobile friendly, my windows phone uses IE 7 I presume. To read anything I have to zoom in. It's not like wikipedia, where everything is already in fairly large text.
I've never done work for mobile pages before, but I would imagine that the main differences would be client-side ones. Support on the server-side shouldn't strictly be necessary (if we use a new system); someone would simply code a skin that works in a mobile browser. (There may also be issues regarding phones and AJAX, but I'm pretty sure Cecil knows to create non-JS/non-AJAX fallbacks for AJAX-based server stuff. If he doesn't, then he will once he reads this -- Cecil, if it can be done with AJAX, it should be do-able without AJAX as well.)

Quote from rockz
Whatever happens, it would be nice to supply an offline, "test" SEN where you can test your own skin that you make, or release a page which includes every color used by the css and a description of where it is used.
IIRC Cecil has something in mind regarding offline testing for skin code in his proposed new system. Not sure, though.



None.

Apr 14 2011, 3:11 am Roy Post #94

An artist's depiction of an Extended Unit Death

Quote from DavidJCobb
Quote from rockz
If you have to use little tiny images to make a corner, or have to split an image in halves for some reason, you are doing it wrong.
CSS is considerably more limited than you seem to think. Box corners? Default. Rounded corners? Easy. Clipped corners? Time to break out the tiny images. :\
There are tricks you can do with CSS, though. (This is not a solution specifically for the problem presented; it's just an example).




Apr 14 2011, 5:24 am CecilSunkure Post #95



Quote from DavidJCobb
Quote from rockz
Having a mobile friendly image will be excellent as well. SEN right now is not mobile friendly, my windows phone uses IE 7 I presume. To read anything I have to zoom in. It's not like wikipedia, where everything is already in fairly large text.
I've never done work for mobile pages before, but I would imagine that the main differences would be client-side ones. Support on the server-side shouldn't strictly be necessary (if we use a new system); someone would simply code a skin that works in a mobile browser. (There may also be issues regarding phones and AJAX, but I'm pretty sure Cecil knows to create non-JS/non-AJAX fallbacks for AJAX-based server stuff. If he doesn't, then he will once he reads this -- Cecil, if it can be done with AJAX, it should be do-able without AJAX as well.)
Yeah, it's actually a very large and blatant security issue to have no fallback with form submission via client side disable-able code, like JS.



None.

Apr 14 2011, 5:58 pm DavidJCobb Post #96



Quote from Roy
Quote from DavidJCobb
Quote from rockz
If you have to use little tiny images to make a corner, or have to split an image in halves for some reason, you are doing it wrong.
CSS is considerably more limited than you seem to think. Box corners? Default. Rounded corners? Easy. Clipped corners? Time to break out the tiny images. :\
There are tricks you can do with CSS, though. (This is not a solution specifically for the problem presented; it's just an example).
Ah, yes, the right-triangle trick. I should make a note to use that in future projects, to save on images (even if it is a bit unwieldy).

Quote from CecilSunkure
Yeah, it's actually a very large and blatant security issue to have no fallback with form submission via client side disable-able code, like JS.
Security issue? Didn't know that. I was just thinking it would suck to click "Preview" and not have anything happen. :P

(Or are you talking about form validation, i.e. maxlength?)



None.

Apr 14 2011, 6:12 pm CecilSunkure Post #97



Quote from DavidJCobb
Quote from CecilSunkure
Yeah, it's actually a very large and blatant security issue to have no fallback with form submission via client side disable-able code, like JS.
Security issue? Didn't know that. I was just thinking it would suck to click "Preview" and not have anything happen. :P

(Or are you talking about form validation, i.e. maxlength?)
Form validation :P

Edit: Not fallback, I was just told to not do form validation with client side code.



None.

Apr 14 2011, 9:02 pm DavidJCobb Post #98



Quote from CecilSunkure
Quote from DavidJCobb
Quote from CecilSunkure
Yeah, it's actually a very large and blatant security issue to have no fallback with form submission via client side disable-able code, like JS.
Security issue? Didn't know that. I was just thinking it would suck to click "Preview" and not have anything happen. :P

(Or are you talking about form validation, i.e. maxlength?)
Form validation :P

Edit: Not fallback, I was just told to not do form validation with client side code.
You were told correctly; all it takes is the address bar and a JS snippet to break validation.

As for fallbacks -- if something can be done with AJAX, there should be a way to do it without AJAX as well. Within reason. (Marking a forum as read, for example, should not require AJAX; if the user views the page with JavaScript disabled, they should be able to click the appropriate link and mark a forum as read without JS. In that particular scenario, the link would lead to some URL that tells the server to mark the forum; JS, if enabled, would change the link at run-time to use AJAX.)



None.

Apr 14 2011, 9:14 pm CecilSunkure Post #99



Quote from DavidJCobb
Quote from CecilSunkure
Quote from DavidJCobb
Quote from CecilSunkure
Yeah, it's actually a very large and blatant security issue to have no fallback with form submission via client side disable-able code, like JS.
Security issue? Didn't know that. I was just thinking it would suck to click "Preview" and not have anything happen. :P

(Or are you talking about form validation, i.e. maxlength?)
Form validation :P

Edit: Not fallback, I was just told to not do form validation with client side code.
You were told correctly; all it takes is the address bar and a JS snippet to break validation.

As for fallbacks -- if something can be done with AJAX, there should be a way to do it without AJAX as well. Within reason. (Marking a forum as read, for example, should not require AJAX; if the user views the page with JavaScript disabled, they should be able to click the appropriate link and mark a forum as read without JS. In that particular scenario, the link would lead to some URL that tells the server to mark the forum; JS, if enabled, would change the link at run-time to use AJAX.)
Thanks, there's lots of documentation on this sort of thing so it should all come in time as I am developing.

On a side note: While working here at Microsoft I overheard a web dev talking about how some previous employee coded a forum system using JS as their method of security when disabling forum features, and some dude disabled it in his browser and is wreaking havoc with his posts :P



None.

Apr 14 2011, 9:45 pm DavidJCobb Post #100



Quote from CecilSunkure
Thanks, there's lots of documentation on this sort of thing so it should all come in time as I am developing.

On a side note: While working here at Microsoft I overheard a web dev talking about how some previous employee coded a forum system using JS as their method of security when disabling forum features, and some dude disabled it in his browser and is wreaking havoc with his posts :P
Wow, someone was stupid enough to do that? Lol.

Quote from CecilSunkure
On a side note: While working here at Microsoft I overheard a web dev talking about how some previous employee coded a forum system using JS as their method of security when disabling forum features, and some dude disabled it in his browser and is wreaking havoc with his posts :P
Quote
While working here at Microsoft I overheard a web dev talking about how some previous employee coded a forum system using JS as their method of security when disabling forum features
Quote
here at Microsoft [...] using JS as their method of security when disabling forum features
Quote
here at Microsoft
Wait, it's not so surprising anymore. :3



None.

Options
Pages: < 1 « 3 4 5 6 78 >
  Back to forum
Please log in to reply to this topic or to report it.
Members in this topic: None.
[2024-4-27. : 9:38 pm]
NudeRaider -- Ultraviolet
Ultraviolet shouted: NudeRaider sing it brother
trust me, you don't wanna hear that. I defer that to the pros.
[2024-4-27. : 7:56 pm]
Ultraviolet -- NudeRaider
NudeRaider shouted: "War nie wirklich weg" 🎵
sing it brother
[2024-4-27. : 6:24 pm]
NudeRaider -- "War nie wirklich weg" 🎵
[2024-4-27. : 3:33 pm]
O)FaRTy1billion[MM] -- o sen is back
[2024-4-27. : 1:53 am]
Ultraviolet -- :lol:
[2024-4-26. : 6:51 pm]
Vrael -- It is, and I could definitely use a company with a commitment to flexibility, quality, and customer satisfaction to provide effective solutions to dampness and humidity in my urban environment.
[2024-4-26. : 6:50 pm]
NudeRaider -- Vrael
Vrael shouted: Idk, I was looking more for a dehumidifer company which maybe stands out as a beacon of relief amidst damp and unpredictable climates of bustling metropolises. Not sure Amazon qualifies
sounds like moisture control is often a pressing concern in your city
[2024-4-26. : 6:50 pm]
Vrael -- Maybe here on the StarEdit Network I could look through the Forums for some Introductions to people who care about the Topics of Dehumidifiers and Carpet Cleaning?
[2024-4-26. : 6:49 pm]
Vrael -- Perhaps even here I on the StarEdit Network I could look for some Introductions.
[2024-4-26. : 6:48 pm]
Vrael -- On this Topic, I could definitely use some Introductions.
Please log in to shout.


Members Online: Roy