Can someone tell me how this site was designed?

Status
Not open for further replies.

DigDug

Guest
Mar 21, 2002
3,143
0
0
http://www.operationdarkheart.com/

How would I go about creating a site like this? What language/development program/etc would be best to learn to do so?

Many thanks in advance ATOT for your advice!

(As an aside, this site is for a controversial book being released and for which the government is trying to buy up all of the first printing).
 

BigDH01

Golden Member
Jul 8, 2005
1,631
88
91
http://www.operationdarkheart.com/

How would I go about creating a site like this? What language/development program/etc would be best to learn to do so?

Many thanks in advance ATOT for your advice!

(As an aside, this site is for a controversial book being released and for which the government is trying to buy up all of the first printing).

If you view the source you'll see that WP Supercache was used which is a plugin for Wordpress. The Javascript is jquery.
 

Woosta

Platinum Member
Mar 23, 2008
2,978
0
71
It's just Javascript niceness like animation stemming from a dozen jQuery plugins...

<script type="text/javascript" src="http://www.operationdarkheart.com/wp-content/themes/ucp/js/jquery.coda-slider-2.0.js"></script>
<script type="text/javascript" src="http://www.operationdarkheart.com/wp-content/themes/ucp/js/jquery.hoverIntent.min.js"></script>
<script type="text/javascript" src="http://www.operationdarkheart.com/wp-content/themes/ucp/js/jquery.countdown.min.js"></script>
<script type="text/javascript" src="http://www.operationdarkheart.com/wp-content/themes/ucp/js/jquery.validate.min.js"></script>
<script type="text/javascript" src="http://www.operationdarkheart.com/wp-content/themes/ucp/js/twitter-1.13.1.min.js"></script>
<script type="text/javascript" src="http://www.operationdarkheart.com/wp-content/themes/ucp/js/cufon-yui.js"></script>
<script type="text/javascript" src="http://www.operationdarkheart.com/wp-content/themes/ucp/js/caviar-dreams-300.font.js"></script>
<script type="text/javascript" src="http://www.operationdarkheart.com/wp-content/themes/ucp/js/custom.js"></script>

Cufon is used for the typeface/heading. There's a slider script, a countdown script, a custom script, jQuery UI, etc.
 

Lifted

Diamond Member
Nov 30, 2004
5,748
2
0
(As an aside, this site is for a controversial book being released and for which the government is trying to buy up all of the first printing).

Please put this BEFORE the link next time so the government won't backtrace me.
 

Regs

Lifer
Aug 9, 2002
16,666
21
81
I noticed a lot of sites using div and css instead of table tags. What programs have been using a lot of div's lately?
 

Train

Lifer
Jun 22, 2000
13,590
86
91
www.bing.com
Notepad supports code generation.

Just preload the generator by highlighting something and pressing Ctrl-C

Then generate away by pressing Ctrl-V

You can spit out a lot of nbsp's that way.
 
Status
Not open for further replies.