Jump to content
Nytro

Header forum

Recommended Posts

Ar merge facut un top al celor mai interesante 10/100/1337 texte pe care le puteti gasi, apoi facut un script de random pentru incarcarea la intamplare a unui banner(la care sa difere doar textul) la fiecare vizita? Ceva diversitate nu ar strica. In plus, nimic din ce vezi gasi nu va fi suficient de bun sa reprezinte RST, adevaratul slogan se gaseste in coltul dreapta-sus.

Link to comment
Share on other sites

Ce ziceti de:

<script language="JavaScript">
var Quotation=new Array()

Quotation[0] = "Time is of the essence! Comb your hair.";
Quotation[1] = "Sanity is a golden apple with no shoelaces.";
Quotation[2] = "Repent! The end is coming, $9.95 at Amazon.";
Quotation[3] = "Honesty blurts where deception sneezes.";
Quotation[4] = "Pastry satisfies where art is unavailable.";
Quotation[5] = "Delete not, lest you, too, be deleted.";
Quotation[6] = "O! Youth! What a pain in the backside.";
Quotation[7] = "Wishes are like goldfish with propellors.";
Quotation[8] = "Love the river's \"beauty\", but live on a hill.";
Quotation[9] = "Invention is the mother of too many useless toys.";

var Q = Quotation.length;
var whichQuotation=Math.round(Math.random()*(Q-1));
function showQuotation(){document.write(Quotation[whichQuotation]);}
showQuotation();
</script>

L-am gasit prin folderul de Snippets :) .

Link to comment
Share on other sites

Cred ca ar merge asa ceva ca si slogan:

the calm after the storm; strength through hardship

pleasure seekers have no leisure

to knowingly flirt with danger invites injury

Daca nu-ti iese din prima, adio sarituri cu parasuta :)) asta o stiu de demult.

The game is not about becoming somebody, it's about becoming nobody

existing together, thriving together, co-existence and co-prosperity

there is no education better than privations

as different as black and white

be mindful of silent people

at the right time a mouse can become a tiger

O sa revin cu edit cand mai am timp:)

Edited by me.mello
Link to comment
Share on other sites

Am eu ceva simplu:

$directory = dir_location;
$images = scandir($directory);
$i = rand(2, sizeof($images)-1);
echo $images[$i]; // numele imaginii

Ouch, pai sa faceti 100 de imagini inloc sa aveti una, si sa folositi ( ceva de genu )


imagettftext($this->image, Model_Constant::TICKER_TEXT_USER_SIZE, 0, Model_Constant::TICKER_TEXT_X, Model_Constant::TICKER_TEXT_Y, $color, $this->font_path, $this->image_text);

Link to comment
Share on other sites

Guest Kovalski

banner2rst.png

Ok, deci mie nu-mi plac licuricii aia de sus, verde negru verde negru verde negru, lasa un negru si gata.

Matrix, serios? in 2012?

punctele alea de suspensie de la baza headerului, nu le vad rostul.

In loc de matrix poti sa pui ceva cod.

Link to comment
Share on other sites

Guest Kovalski

E ok faptul ca ai scos licuricii si matrixul, dar in loc de matrix cred ca ar merge ceva scris.. nu stiu sigur ce dar e prea "clean" asa.. tot cred ca ceva cod are merge scris..

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...