2,255 Posted Topics

Member Avatar for krisuk
Member Avatar for disto
Member Avatar for John A
Member Avatar for Fungus1487

You might have to do it the way animators do it with clay. Move it a little, take a screenshot, move it a little, take a screenshot, etc.

Member Avatar for Fungus1487
0
159
Member Avatar for roy--

Just remember that the validator can't validate code created by JavaScript. If an error occurs in a strict doctype due to JavaScript changing the code, the page often will quit working at that point.

Member Avatar for HazardTW
0
247
Member Avatar for Dani
Member Avatar for arrbug

They look the same to me, on FF 2.0.0.6. Maybe it's the difference between how FF and IE handle margins, borders, and padding: FF puts them outside the measured position and size of a block item. IE puts them inside the measured position and size of a block item.

Member Avatar for arrbug
0
125
Member Avatar for EnderX

The choice of portrait or landscape printing belongs to the owner of the computer browsing your page, not to you.

Member Avatar for MidiMagic
0
145
Member Avatar for Zyan17
Member Avatar for Lardmeister

I'm wondering how many other people who didn't know about those "signals" have been arrested.

Member Avatar for ft3ssgeek
0
96
Member Avatar for edmicman

Shouldn't you return a value of true if a box is selected? Also, you are returning before you check all of the boxes.

Member Avatar for ~s.o.s~
0
88
Member Avatar for balagod
Member Avatar for balagod
0
136
Member Avatar for marjan_m

Marquee is a nonstandard IE extension that doesn't work in other browsers. It is deprecated.

Member Avatar for MidiMagic
0
104
Member Avatar for janicefernandes
Member Avatar for MidiMagic
0
88
Member Avatar for long_vn

If the computer looking at the site does not have a Vietnamese font, you are going to get zxnrbl instead. It will try to substitute the closest thing to it, and that could be anything. Using utf does not guarantee that all of the characters can be displayed on a …

Member Avatar for MidiMagic
0
79
Member Avatar for rrocket

Are you editing the code or looking at it with Firefox? If so, the spellchecker in Firefox or some other program is saying the names of your tools are not in the English language, and wants you to fix the spelling.

Member Avatar for rrocket
0
68
Member Avatar for sandeep.mk

I absolutely HATE it when programmers use tricky programming to keep me from leaving their pages. The way I browse is to Google what I am looking for, then check out each page on the list in turn. When someone keeps me from using my back button, then I lose …

Member Avatar for MidiMagic
0
120
Member Avatar for sreekiran
Member Avatar for Designer_101

If they can see your js file, they can also read the txt file. Also, JavaScript has no way to read server files, because it runs on the client computer, not the server. Reading a file used to be possible, but it is now a security violation.

Member Avatar for MidiMagic
0
76
Member Avatar for ttamilvanan81

You have JavaScript errors which are stopping execution. The very first word "Begin" is inside an HTML comment, but it is NOT inside a JavaScript comment. This crashes JS right from the start. Also, newer browsers ignore EVERYTHING inside the [inlinecode]<!-- -->[/inlinecode] comment tags. JavaScript inside these will not even …

Member Avatar for MidiMagic
0
142
Member Avatar for Salem

Mumbo in front of jumbo? Isn't that a description of declaring variables?

Member Avatar for Ravenous Wolf
0
122
Member Avatar for The Dude

It's not as scary as you think. The fact that they had the nuclear weapons does not mean they could have used them as nuclear weapons. The weapons have to receive special encrypted signals from NORAD before they will arm the nuclear bombs. Nobody on the plane could do anything …

Member Avatar for jasimp
0
110
Member Avatar for Dave Sinkula
Member Avatar for EnderX
0
219
Member Avatar for Serunson

It happens maybe every three posts for me. But there is something strange I noticed. The little spinning thing on the browser that indicates activity does not start spinning until after this delay. I once noticed that it waited until an animated sequence on an ad finished its cycle. During …

Member Avatar for MidiMagic
0
598
Member Avatar for rinoa04

Did you also take into account what would happen if JavaScript is turned off in the browser security section?

Member Avatar for MidiMagic
0
370
Member Avatar for Dani

Murphy's law is active: - Nothing will show the faults in new software like releasing it to the public will. - If you fix something, the fix breaks something else. - The fast solution takes more space, the small solution takes more time. The actual solution uses more space and …

Member Avatar for Chaky
0
110
Member Avatar for khanji

Google does NOT take months to find your site. Mine show up within 24 hours. How it gets the top 10 location is that more people looked at his page. That magic is that he put the stuff people are looking for in his page, plus maybe a meta tag …

Member Avatar for Designer_101
0
95
Member Avatar for Dave Sinkula
Member Avatar for MattEvans
Member Avatar for Dave Sinkula

[quote]A well regulated militia being necessary to the security of a free State, the right of the People to keep and bear arms shall not be infringed.[/quote] We need to look at this in the contest of the language that was actually in use in the late 18th century, and …

Member Avatar for RPDunn
0
358
Member Avatar for MidiMagic

The posting box text cursor is disappearing whenever the Verizon ads are on the screen. I also get the no-scroll error at the same time. These never go away.

Member Avatar for MidiMagic
0
92
Member Avatar for MidiMagic

When I get on certain DaniWeb pages, holding the mouse button on the arrow point boxess at the ends of the browser vertical scroll bar (at the right) causes only one line of scroll to occur. It won't auto-repeat the scroll - I have to press the mouse button again …

Member Avatar for MidiMagic
0
126
Member Avatar for kaushik259106

JavaScript is client-side. You are allowing the user's own computer to check his password. And remember that a user can turn off JavaScript.

Member Avatar for MidiMagic
0
70
Member Avatar for autocrat

I have always wondered why anyone was allowed to make money off of domain names by selling them - including ICANN. The real problem is that there are not enough suffixes. Anyone with a registered trademark should automatically get the domain names with that trade name for the countries the …

Member Avatar for autocrat
0
92
Member Avatar for yasserstein

One thing you could do is put a name link to the same page in (instead of the real link), and then, have javascript change the link to the real link.

Member Avatar for MidiMagic
0
113
Member Avatar for nanasei
Member Avatar for MidiMagic

Several times today, the page has refreshed by itself while I was entering a post. One time it happened while I was editing a post (the edit box disappeared and the unedited page reappeared). Each time, I lost the text I entered. GRIMBIMBLES MOOMSNOPS! (An exclamation from an old Pogo …

Member Avatar for The Dude
1
119
Member Avatar for MidiMagic

How do I get rid of this square full of text that chases my cursor around the forum topic lists like an angry bee. It is annoying, especially when the text spills out from the square and covers other text. It used to appear only if I hovered over the …

Member Avatar for Dave Sinkula
0
830
Member Avatar for MidiMagic

Why do they make computers harder to use and program than they need to be? Here are some examples: - Why do most spreadsheets and programming languages do trigonometric functions in radians, when most people use degrees? - Why do most of the C-based languages (including Java, JavaScript, and Perl) …

Member Avatar for Dave Sinkula
0
179
Member Avatar for StrongOak
Member Avatar for yasserstein

IE does it differently than Firefox. You are using an IE proprietary opacity filter. Mozilla (Firefox) already uses the CSS3 opacity element. Neither method works on the other browser.

Member Avatar for yasserstein
0
156
Member Avatar for cmarin

You don't. That is the job of the sysops. I have never had to assign an IP address. My ISP always did that for me. In fact, each time my site is used, it gets a different IP address. Just use the URL. That's all that is needed. Many web …

Member Avatar for hollystyles
0
146
Member Avatar for Salem

[QUOTE=cscgal;423377]Hi, [B]1.[/B] If you remember, the option to disable the various JavaScript style elements was temporarily added to help debug all of the extremely slow page rendering and JavaScript timeouts that were being spit out when I updated the look of DaniWeb a couple of months ago.[/quote] Part of it …

Member Avatar for WaltP
0
311
Member Avatar for the_one
Member Avatar for The Dude

What you don't seem to realize is that, to God, what we call time is another physical dimension in space. God sees it all simultaneously, for He is outside time.

Member Avatar for hbk619
1
125
Member Avatar for cdtonline

"Wireless technology" is why we are losing our analog TV channels in 2009. And too much government spending is why we are losing jobs.

Member Avatar for Lardmeister
0
97
Member Avatar for james_eblin

If you are creating fake email addresses to send spam, you SHOULD be shut down, as should all people who do this. Such people belong in jail.

Member Avatar for happygeek
0
327
Member Avatar for abhammer

You have "<" and ">" symbols in your javascript code. You can't have such a script embedded inside html and expect it to work on all browsers. Use an external script file. Also, IE is more forgiving if you leave out a semicolon.

Member Avatar for ~s.o.s~
0
175
Member Avatar for Dani
Member Avatar for Ancient Dragon

The End.