Tip removed. If you wan't the tip check it out at Jensocial's VIP club! :)

 

I didn't know it was from Jensocial VIP club! :( I removed it because it wouldn't be fair for Jen or Elson. Sorry for posting the other codes. I really don't want any trouble like being called a thief, I just want a good reputation around here. Thanks for pointing that out! I felt really bad when I found out about this. Please accept my Apology! :)

 

PS: I would also be removing the code from my site to respect the VIP rules of Jensocial.

 

Sincerely,

Glenn Lynch

Tags: search

Views: 495

Reply to This

Replies to This Discussion

isnt this from jensocial vip club?

That's not a good look if that's the case.

Yes it is here,...it's even your tip Elson. Imagine that. This is the second VIP tip that I know of that has been given out.

Just like this VIP tip that Alex made was re-posted here. This might be how you may feel if others are re-posting your work. A lot of people won't say anything about people taking code as their own, but it's been happening a lot lately. We all help each other out, but if we are going to Firebug other sites, verify where the code originated before re-posting it please......

I didn't know it was from Jensocial VIP club! :( I removed it because it wouldn't be fair for Jen or Elson. Sorry for posting the other codes. I really don't want any trouble like being called a thief, I just want a good reputation around here. Thanks for pointing that out! I felt really bad when I found out about this. Please accept my Apology! :)

PS: I would also be removing the code from my site to respect the VIP rules of Jensocial.

 

Sincerely,

Glenn Lynch

 

besides  reposting other peoples code theres a much simpler way to do this with simple css

no need to use javascript at all

Unconscionable! Will there never come and end to this kind of blatant thievery!

It's one thing to share code, another to steal the work of others and pretend it is your own creation. I despise liars and thieves!

Here we go again, it's like illegal resale around here. Just realized who was reselling Jens tips for like 20 bucks. (Saw a discussion on that a month or so ago). Saddening the poor ethics this community is starting to see creep in.

You figured out who the $20.00 man is, eh? Yes, that was me who posted that discussion about the rampant thievery going on here at Ning lately. The quality of Ning network creators is on a serious downward spiral these days.

I didn't know it was from Jensocial VIP club! :( I removed it because it wouldn't be fair for Jen or Elson. Sorry for posting the other codes. I really don't want any trouble like being called a thief, I just want a good reputation around here. Thanks for pointing that out! I felt really bad when I found out about this. Please accept my Apology! :) 

PS: I would also be removing the code from my site to respect the VIP rules of Jensocial.

 

Sincerely,

Glenn Lynch

Yeppers, found em for free lol! Yeah, I'm cautious when people who are rarely on creators all of a sudden show themselves and have a sudden instant knowledge of Ning and plethora of tips. Then suddenly a few months in they disappear. Its like they screen for hacks/tips and try to make a quick market off of them or something.

If people were asking you for the tip, the right thing to do would to have been to refer them to JenSocial. But I guess expecting you to do the right thing is beyond your ability to live up to.

besides heres a real animation

i'll be writing this freeform and not testing it so forgive any typos or glitches

@-webkit-keyframes searchmove {
0%, 100% {
-webkit-transform: translatex(0) skewx(0);
}
17% {
-webkit-transform: translatex(24px) skewx(4deg);
}

92% {
-webkit-transform: translatex(-24px) skewx(-4deg);
}
}
@-moz-keyframes searchmove {
0%, 100% {
-moz-transform: translatex(0) skewx(0);
}
17% {
-moz-transform: translatex(24px) skewx(4deg);
}

92% {
-moz-transform: translatex(-24px) skewx(-4deg);
}
}
@-ms-keyframes searchmove {
0%, 100% {
-ms-transform: translatex(0) skewx(0);
}
17% {
-ms-transform: translatex(24px) skewx(4deg);
}

92% {
-ms-transform: translatex(-24px) skewx(-4deg);
}
}
@-o-keyframes searchmove {
0%, 100% {
-o-transform: translatex(0) skewx(0);
}
17% {
-o-transform: translatex(24px) skewx(4deg);
}

92% {
-o-transform: translatex(-24px) skewx(-4deg);
}
}
@keyframes searchmove {
0%, 100% {
transform: translatex(0) skewx(0);
}
17% {
transform: translatex(24px) skewx(4deg);
}

92% {
transform: translatex(-24px) skewx(-4deg);
}
}

#xn_bar #xn_bar_menu_search_query  {
-webkit-animation-name: searchmove;
-webkit-animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite;
-webkit-animation-duration: 2s;
-moz-animation-name: searchmove;
-moz-animation-timing-function: ease-in-out;
-moz-animation-iteration-count: infinite;
-moz-animation-duration: 2s;
-ms-animation-name: searchmove;
-ms-animation-timing-function: ease-in-out;
-ms-animation-iteration-count: infinite;
-ms-animation-duration: 2s;
-o-animation-name: searchmove;
-o-animation-timing-function: ease-in-out;
-o-animation-iteration-count: infinite;
-o-animation-duration: 2s;
animation-name: searchmove;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 2s;
}

now this is an animation it doesnt do exactly what your (or  jenns i mean) tip does which is a transition not animation

it transitions from 1 state to another  based on mouse input

the same can be done on hover with transition from state to state like my tip that roundes the corners on hover

which you could replace widening instead

this transitions the module searches rounding them on hover

div.xg_module_body form p.left input.textfield:hover 
{-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
opacity:0.82;
-webkit-transition:all 1s ease-out;
-moz-transition:all 1s ease-out;}

not a true animation wich animations run independent of input and run
along a timeline based on states at key frames
this is just a simple transition or transformation from 1 state to another

i added these just so anyone visiting this thread wont feel
ripped off at least there is actual not stolen code here

ps im a membee of jenns vip
i no longer use any of her tips in the original
form and only 1 or 2 that i modified myself but
wouldnt share the modified versions outside vip
people pay for thiose tips
and i pay even tho i dont y=use any just cause when i get stumped with an issue
i cant figure out jenn always has an answer when noone else does

all code in her vip group should be considered
copywritten and using it or sharing it without permision
can be connsidered
piracy subject to prosecution or civil suite
just food for thought in the future

RSS

Latest Activity

John Bizley replied to John Bizley's discussion 'Add Your Own Banners Or Styling To Your Pages Using The H2 header'
"Nice one Kos. I  am pleased this came to you and hope it makes the h2/h3 items clearer for how…"
4 minutes ago

NC for Hire
Jen replied to Jen's discussion 'Jen's Running List - Updated 4/6/2013' in the group The Sandbox
"Not good! That's sorta of how mine was yesterday. Today it's working, but still some odd…"
6 minutes ago

NC for Hire
Jen replied to Jen's discussion 'EXTRA! EXTRA! READ ALL ABOUT IT! Best News EVER - Head Tag in 3.0!'
"haha!"
8 minutes ago

NC for Hire
Jen replied to Jen's discussion 'EXTRA! EXTRA! READ ALL ABOUT IT! Best News EVER - Head Tag in 3.0!'
"You should have heard me when I opened the page, LOL. I've been in CSS for 2 days, so not sure…"
8 minutes ago
soaringeagle replied to John Bizley's discussion 'Show Your Ning 3.0 Sites'
"i get members input on everything i do and they are lovin the way 3.0 is shaping up "
13 minutes ago
Riccardo Rossini replied to Jen's discussion 'Jen's Running List - Updated 4/6/2013' in the group The Sandbox
"My site is unasable!!"
14 minutes ago
Riccardo Rossini replied to Jen's discussion 'Jen's Running List - Updated 4/6/2013' in the group The Sandbox
"So Jen do I have to do something or do I have to wait?"
15 minutes ago
Kos replied to John Bizley's discussion 'Show Your Ning 3.0 Sites'
"Believe me, I wasn't happy a/b tearing it all apart and starting over but they (loudly)…"
20 minutes ago

© 2013   Created by Ning.

Badges  |  Report an Issue  |  Terms of Service