These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Jack Knife Comple Skill Overview Sampe (high sp char skillsheet audit)

Author
Jt Greet
Tradors'R'us
IChooseYou Alliance
#1 - 2015-03-28 10:08:13 UTC
I'm trying to reproduce the thing, which the license is okay with, and I want some one with extensive combat SP to mail me their link to audit.
Equto
Imperium Technologies
Sigma Grindset
#2 - 2015-03-28 13:50:12 UTC
Jt Greet wrote:
I'm trying to reproduce the thing, which the license is okay with, and I want some one with extensive combat SP to mail me their link to audit.

I think your going to find few people who will do such. Why exactly are you wanting to reproduce jackknife? The actual code itself is simple enough and can be viewed due to it being open source and isn't exactly that complicated.
Jt Greet
Tradors'R'us
IChooseYou Alliance
#3 - 2015-03-28 14:33:59 UTC  |  Edited by: Jt Greet
lol, i was actually happy about reading "few people". I don't dig python, and am not sure where exactly the relevant sections are within source code, saw the ajax file, and didn't like it. I honestly don't know much about jquery, or ajax, or rails for that matter.

Was more like trying to see what you include in capital tab, and CSS settings, and tooltip java, although I recently realized that java doesn't work with rails. Found the t2 ships list, I was being halfway lazy. Why PHP, google said it's for academia, and is rather restrictive if you're doing SaaS.
Equto
Imperium Technologies
Sigma Grindset
#4 - 2015-03-28 14:37:23 UTC
so the Tables are strictly css and no Ajax functions. At the beginning it gets your skills and populates the entire page and checks for things in the skills folder, its fairly straight forward with one file for each "tab" and should be fairly easy to read. It's all php code in the skills folder and the SkillsPage file actually list how its laidout
Jt Greet
Tradors'R'us
IChooseYou Alliance
#5 - 2015-03-28 15:28:08 UTC
The reply just killed my message for containg html. Got the skills folder purpose, ty. I copied your html structure through browser and it doesn't look anywhere close to what you have. Did I cut off the tabs at wrong moment then. I didn't get anything out of skillspage, as I don't know php. towards the end each tab has html element without closing tag (t.d.). In case it's an oversight or that's what makes the thing beatiful.
Equto
Imperium Technologies
Sigma Grindset
#6 - 2015-03-28 15:36:43 UTC
The php code in question there basically just checks if you have if you have the skills, if you do it outputs the skill name and its level next to it, however that happens deeper in the code. There is some css code there that makes it look pretty and it should be relatively easy to extract from the page.
Jt Greet
Tradors'R'us
IChooseYou Alliance
#7 - 2015-03-29 13:06:13 UTC
yes, that was easy, ty. Watch out for Eve Garlic.