3 replies [Last post]
JPaul
JPaul's picture
User offline. Last seen 5 years 13 weeks ago. Offline
rank Regular
Regular
Timezone: GMT-6
Joined: 2005-05-31
Posts: 26
Points: 0

Hi Folks,

I'm trying to follow a tutorial, but it would be a LOT easier if I could also read the CSS and JS files that do the actual control.

Is there a way that I can also read those kinds of files from a site?

Thanks

-Paul-

Many, Many thanks for this help

Paul

gleddy
gleddy's picture
User offline. Last seen 2 years 17 weeks ago. Offline
rank Leader
Leader
Timezone: GMT+10
Joined: 2004-09-21
Posts: 596
Points: 0

When I load a web-site..

do you just want to see the external files from a website?

if so, make sure you are browsing in Firefox (with Web Developer tools extension installed)

1. open website
2. go css -> view css

and firefox will open another tab will all style information in another tab. it's the most convenient way for me when just quickly looking for styles in a page.

wolfcry911
wolfcry911's picture
User offline. Last seen 3 weeks 1 day ago. Offline
rank Guru
Guru
Timezone: GMT-4
Joined: 2004-09-01
Posts: 3185
Points: 180

When I load a web-site..

Or instead of view CSS, choose Edit CSS and a pane will open showing the css with page still in place in the remainder of the window. Do you customizing to the CSS and see the effect on the page in real time.

thepineapplehead
thepineapplehead's picture
User offline. Last seen 2 days 7 hours ago. Offline
rank Guru
Guru
Timezone: GMT+1
Joined: 2004-06-30
Posts: 9180
Points: 284

When I load a web-site..

If you've downloaded the .js files, you can open them in Notepad.