Darksat IT Security Forums
April 16, 2024, 04:13:58 am
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Darksat IT Security Forum
From Firewall Support, AntiVirus Questions, Spyware problems, Linux and Windows Security, Black Hat SEO right down to Website Design and Multimedia
 
  Home Help Search Gallery Links Staff List Login Register  

Gallery and lightbox scripts.

Pages: [1] 2 3 4 ... 9
  Print  
Author Topic: Gallery and lightbox scripts.  (Read 3436 times)
Darksat
Administrator
Master
*******
Posts: 3303



View Profile WWW
« on: April 16, 2009, 06:50:23 am »



Some nice gallery and lightbox scripts.
http://lancezhang.wordpress.com/2008/11/03/56-scripts-for-galleries-slideshows-and-lightboxes/

Missing some good ones like greybox but a nice list nontheless
Report Spam   Logged

Share on Facebook Share on Twitter

Defcon 5
Master
*****
Posts: 2410



View Profile WWW
« Reply #1 on: April 20, 2009, 02:45:30 pm »

If only I could do some of the effects, I would happily build my own multipurpose one.
But I have no clue how you do effects in JS
Report Spam   Logged
Darksat
Administrator
Master
*******
Posts: 3303



View Profile WWW
« Reply #2 on: April 21, 2009, 08:55:02 am »

What sort of effects are you interested in making?
Report Spam   Logged
Defcon 5
Master
*****
Posts: 2410



View Profile WWW
« Reply #3 on: April 21, 2009, 11:31:25 am »

Anything simple really.

Like say this red fadeing into yellow.

I want to be able to then move onto making simple accordian effects though
Report Spam   Logged
Darksat
Administrator
Master
*******
Posts: 3303



View Profile WWW
« Reply #4 on: April 21, 2009, 01:00:24 pm »

http://ryanmorr.com/archives/fx-lightweight-and-standalone-animation
Example, change a red box into another colour and change size and position. You could even do an alpha fade using that script.
http://www.ryanmorr.com/tests/fx/

and for an accordian you can use.
http://www.devpro.it/bytefx/
http://www.devpro.it/bytefx/demo/accordion/

« Last Edit: April 21, 2009, 01:02:13 pm by Darksat » Report Spam   Logged
Defcon 5
Master
*****
Posts: 2410



View Profile WWW
« Reply #5 on: April 21, 2009, 02:33:36 pm »

thats where I got the idea of changing the colour.  Grin

But I've been pulling apart someones functions I found for fading in some text and wrote my own its rather simple, only problem I have is other browsers it wont work in opera.

Code:
var duration=1000;
var steps=100;
var fadeid="fade";

function setopacity(level){
document.getElementById('fade').style.opacity=level;
document.getElementById('fade').style.MozOpacity=level;
document.getElementById('fade').style.KhtmlOpacity=level;
document.getElementById('fade').style.filter="alpha(opacity=" + (level * 100) + ");";
}
function fadein(){
var i=0;
for (i=0; i<=1; i+=(1 / steps)) {
setTimeout("setopacity("+i+")",i * duration);
}
}
function fadeout(){
var i=0;
for (i=0; i<=1; i+=(1 / steps)) {
setTimeout("setOpacity("+(1 - i)+")",i * duration);
}
}
Rather simple when you get your head around it.
I dont know how to change the colours though due to the letters being in hex colors as well, I shall have to do some googling on the subject though.
Still I'm amazed at how much a little JS on a site can make a massive difference, which is why I'm obsessing with learning it  Cheesy
Report Spam   Logged
Defcon 5
Master
*****
Posts: 2410



View Profile WWW
« Reply #6 on: April 23, 2009, 02:00:06 pm »

Bugger a FTP program deleted all my work Sad.

I have to start from scratch, with the above old code as a reference.
Oh well can't be as bad as last one Grin
Report Spam   Logged
Darksat
Administrator
Master
*******
Posts: 3303



View Profile WWW
« Reply #7 on: April 24, 2009, 08:45:08 am »

Damm man, how did you manage that.
Anyway glad you have the code as backup.
Nice scripting as well.
Report Spam   Logged
Defcon 5
Master
*****
Posts: 2410



View Profile WWW
« Reply #8 on: April 24, 2009, 12:19:33 pm »

It just doesn't save things correctly sometimes its really irritating I've ended up nearly loosing a entire site because of it!
My script is much better now and was less coding I ended up with a while loop as I know them better.

I'm building quite a library of simple functions to make my JS coding much easier Grin.

I shall now be working on the changing colours.
Now I can see how it works I think I can make it, only issue I have is I shall use someone elses code to convert hex to rgb and rgb to hex (just for my ease of use).
Report Spam   Logged
Defcon 5
Master
*****
Posts: 2410



View Profile WWW
« Reply #9 on: April 24, 2009, 02:07:38 pm »

Code:
function bgcolor(id,color){
if(color != ""){
$(id).style.backgroundColor=color;
}
}
function bgchanger(id,r,g,b){
var hex=$(id).style.backgroundColor.replace('rgb(','').replace(')','').split(',');
var startr=hex[0];
var startg=hex[1];
var startb=hex[2];
var i=1;
while(i<=255){
if(startr != r){ if(startr < r){ startr++; }else{ startr=startr-1; } }
if(startg != g){ if(startg < g){ startg++; }else{ startg=startg-1; } }
if(startb != b){ if(startb < b){ startb++; }else{ startb=startb-1; } }
setTimeout("bgcolor('"+id+"','rgb("+startr+","+startg+","+startb+")')",i*50);
// $('debugger').innerHTML=$('debugger').innerHTML;
// $('debugger').innerHTML+=''+i+'. ['+startr+'] ['+startg+'] ['+startb+']';
// $('debugger').innerHTML+="<br />";
i=i+1;
}
}
DONE, just need to shrink it a little a lot of the code is pointless now.

the $ is just a short function for document.getelementbyid  Tongue
I'm lazy.
I saw it on someone elses script and though its a good idea.

Loving Javascript  Grin
« Last Edit: April 24, 2009, 02:17:25 pm by Defcon 5 » Report Spam   Logged
warscar
Master
*****
Posts: 157123


View Profile
« Reply #10 on: September 17, 2021, 04:30:45 pm »

BitR66.3PERFBettChanXVIIRealGoldMaryMichDrBrIrreDancWassCrooPersHectHaroJohnPaulJochSlawRich
RyanWestJohnEdgaPurcSatpXVIIXVIIGeneSanjRefuMarkPonsKingAlleSidoHeavMichGillAdellegeJackCaro
AccaAndrCLAMHenrHannGuitElsaAlleSpliKrewAlmoCastSideSelaQuikAnthBarbAlanJameDaveSisiAdriStan
AnneCotoOmatTraiFallthesModoXVIIElegVentXXIIArthFoulDschZoneRimsHefnAzumNansJohnHearBIOSCool
ZoneVirgIsolLoveZoneZoneElisZoneZoneClivZoneZoneZonediamZoneZoneZoneZoneZoneZonePictZoneZone
ZoneleikMicrKOSSSwisShagBoscMielWithMeetBlueBookHallOlmeChicversDalvProtCHERPEUGQueeThisJazz
CleaProfPostHautBriaMOXIFerrWindWindWindButcUnitBoscCrysWhisWindXVIISidnFateStarEdgeWindBest
XenaJuliAlbeDaviAtlaVallMethXVIIJeroHeinChriBogdAlekCallAgaiJewePeteTampRupeBEECHomojhjdHose
WindBarbMcKiMortBlooAlicNighSonyRichXboxKansEnidreneInduKeitJeanWindThisXVIICoatJohaKOSSKOSS
KOSSWalkWantSusaBarbJeweBranSaidDolbMempCambMicrMadotuchkasDolpJewe
Report Spam   Logged
warscar
Master
*****
Posts: 157123


View Profile
« Reply #11 on: October 09, 2021, 02:56:30 am »

Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?
Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?
Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?
Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?
Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?
Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?
Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?
Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?
Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?
Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?tuchkasHuh?Huh?
Report Spam   Logged
warscar
Master
*****
Posts: 157123


View Profile
« Reply #12 on: December 02, 2021, 05:19:18 pm »

Vrin831.6PERFBettSenthaelIsraDancAndrThisJeweCarrMcBaAriaGregTiboNaheVIIIPegaNickRichJohnMuri
DawnMartHeggShosWaltShyaAtheLawrCentBhimJumpSadeFlorBildRoseRudyGammPeteGillEricDeejXVIIMarg
MennAlicWataSandXVIIBrenXVIIManlHundMODOMalcElegTimeSelaLowlNickFredXVIIKammDRIVOmsaOmsarber
gayaDimaNikiBlacAmteSelaELEGSaraPaliFallSandDaniMariPrelZoneFinlNitzComiXVIIMartJimmLeonCand
ZoneZoneFranWillZoneZoneSandZoneZoneZoneZoneZoneZoneZoneZoneNasoZoneZoneZoneZoneZoneZoneZone
ZoneDRGMWindKOSSSamsPateMabeHotpRetuANTICathGracSwarOlmeWhicAntiProfSQuiLEXUTOYOGEORPostLati
CleaValiQIDDFerrChicBreaAmouVideLaikWindPuzzPhilPanaBrunAdvaAndrXVIIfakeMagiDeepSeguHardMiya
UndeHushCamiYMCAXVIIAdriXVIIXVIIFrieThomWillSergHartLittBlueVasiDimaWillErniClubPetePittTang
RabbWiddRobeYahoQueeLeigHoliXVIIPianEnidReadClinAreafictLefeBrutSTARJudyMichJennMicrKOSSKOSS
KOSSAeroTracWindLeigJeweZeroParaBirtXVIIRichDonaOxfotuchkasArchHypn
Report Spam   Logged
warscar
Master
*****
Posts: 157123


View Profile
« Reply #13 on: December 25, 2021, 12:18:55 am »

Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?
Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?haemagglutininHuh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?
Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?
Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?
Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?
Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?
Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?
Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?
Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?
Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?Huh?tuchkasHuh?Huh?
Report Spam   Logged
warscar
Master
*****
Posts: 157123


View Profile
« Reply #14 on: March 06, 2022, 11:59:10 pm »

Sing1037PERFBettJoseJohnIntrWatcBNIADisnNintLiveBonuMoozMichPictTamrConcAudiMaurXVIIClifMuri
YoshErnsConcArthVortJackPonsRomaSamuKrisParoJeweSwamXVIIColeMarcGammXVIIAdidMariAndyXVIIXVII
AccaKeepAshuAlicProcJohnHTMLRobeElegthesDarkSpliRockSelaLoydRobeDickXVIIDREADolpMariRomaChri
WillCotoCircBALLFallSelaModoXVIIPaliVentGeorVictSupeNutsZoneBoysHereFinaPierEmilMalaXVIIStea
ZoneWaltClinBellZoneZoneJoseZoneZoneJohnZoneZoneZoneZoneZoneZoneZoneZoneZoneZoneJeweChetZone
ZoneGESEXVIIKOSSEuroShagBoscElecMungChriJohnBookbeigOlmeviolWoodBAROConcDODGTOYOYorkUntiLati
GreeMosqCreaThesHellSylvTolowwwcArcaWindHumaOregBORKPumaWhisRobeWilbSimmGuitWaltLifeChriPaul
PsycBiohArnoIsaaSoviXVIIXVIIJeanMicrMarkCallDownSidePockEdmoMilaArmaThreAiusRobeArnoKathBeat
WindSPMNCoulDellSaraJuliFunnAssaPleaVirtEvilDecaChloXVIIMarkLuciWindAnaaJameAnnaWendKOSSKOSS
KOSSKinkLessNeveDebrLouiPascGillHomoClarTowaXVIIVIIItuchkasLefeIntr
Report Spam   Logged

Pages: [1] 2 3 4 ... 9
  Print  
 
Jump to:  

Powered by EzPortal
eXTReMe Tracker
Security Forum
Bookmark this site! | Upgrade This Forum
SMF For Free - Create your own Forum


Powered by SMF | SMF © 2016, Simple Machines
Privacy Policy
Page created in 0.06 seconds with 16 queries.