Tag Archives: Benchmark

Reading stats in AWstats

I was going through my stats affected person, as you can. I was investigating one of my favourite sections the actual " Connect to help site from". We were looking at the stats and one thing I cant come up with (and yes We have RTFM but didn’t find any benchmark to it) seemed to be what the TWO sets of numbers close to each URI suggest. For example: Can anyone enlighten me about what the numbers mean This really is bothering me. Webpages / Hits I have no idea how AWStats separates hits/pages, though. Ah hah! Cheers Brak. From the AWstats page: http: //awstats. sourceforge. net/docs/awstats_glossary. html Webpages: The amount of " pages" logged. Only files in which don’t match an entry from the NotPageList config parameter (and fit an entry connected with OnlyFiles config parameter if used) are measured as " Pages". Ordinarily pages are set-aside for HTML information or CGI data, not images nor other files requested due to loading a " Page" (like js, css… files). Hits: Any files requested from the server (including files that happen to be " Pages" ) except the ones that match the SkipFiles config parameter. How can we really have … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , | Leave a comment

WYSIWYG Input Editor

How ought to be a go about creating a WYSIWYG web-based manager for input, ie. for news creation in a very CMS. We’ve used google a lttle bit to find an answer, but when rendering comes around, Personally i think like I’ve missed something. There’s no doubt that the general idea would be to have a iframe rather than a textarea. That you just then via JavaScript first turn on designMode on this document(iframe) Code: document. getElementById(editor). contentDocument. designMode = " on"; After this somewhat unsure. I have following, just a text hyperlink in making the text bold Code: < some sort of href=" javascript:; " onclick=" formatButton(‘teaser’, ‘Bold’); " unselectable=" on" > Bold< /a> But it lets you do nothing. Also, I can’t give any data towards the iframe. So when editing a preexisting news article the item just shows nothing at all. Tried using JS to write (. innerHTML) towards the iframe, but very little luck. Any help is great guys I’m assuming you no longer want to employ, for example, FCKEditor Probably not. I’d really like to understand how to do it by myself, for future benchmark. Also, I’ll be using it in some sort of commercial … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

What Do You Use As References?

So that is the random question that will just occurred in my opinion: what do you have as references when you find yourself doing HTML, CSS, or maybe Javascript, etc, work With regard to W3C technologies, my first stop is more often than not the technical reports/specifications (be they DOM, CSS, or maybe HTML). For languages, I try and also hit the terms source (i. e., Java’s API docs for Java, Ruby’s benchmark for Ruby, that Rails API intended for Rails, etc. ), aside from Javascript, where We have no central a blueprint. For the rest, I usually utilize the Google Also, the only publications on programming I own at this time are Practical Frequent Lisp (which Now i am slowly making this way through) in addition to C++ GUI Programming With Qt, which I got a couple of years ago. So what on earth about others Does one use more textbooks than web sources Can you use Google above I do, or do you have a list of bookmarks that you just go through Simply curious Certainly, the W3C specifications is what I use. The CSS ones are actually useful. With regard to Javascript, mozilla. org’s builder stuff. In … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment