- 0
Frameset problems
Asked by
reznod,
-
Recently Browsing 0 members
- No registered users viewing this page.
-
Posts
-
By DentedAphid7 · Posted
Lmao. Cries about not playing those games not installed and yet don't ever want to touch them. -
By ShadeOfBlue · Posted
If I want to merge folder trees that have a similar structure, Beyond Compare is always my first choice. It's not free but it's awesome. If I want to just scan a whole drive/folder and find duplicates that are taking up space, I like Czkawka. -
By David Uzondu · Posted
Claude Code gets throttled as Anthropic rolls out fresh usage caps by David Uzondu Claude Code, the AI-in-terminal utility developed by Anthropic and launched back in February, is getting updated usage limits following weeks of user complaints about being abruptly cut off. Many developers on the "$200/month Max plan" found their access blocked after just a few requests, with no explanation from the company. In a recent thread posted to X, the AI lab explained that it has seen "unprecedented demand since launch," pointing to some of its heaviest users who were running the tool continuously in the background 24/7, with one person reportedly consuming tens of thousands of dollars in model usage on a single $200 subscription. Anthropic also claimed that some users were violating its usage policy by sharing and reselling accounts, which impacts system capacity for everyone. These factors all led the company to announce new weekly limits that will be added on top of the existing five-hour caps, effective August 28. Max plan subscribers will have the option to buy additional usage at standard API rates if they hit their cap. Here's what the new weekly limits look like: Pro Plan ($20/month): An estimated 40 to 80 hours of usage with the Sonnet 4 model. Max Plan ($100/month): An estimated 140 to 280 hours with Sonnet 4 and 15 to 35 hours with the top-tier Opus 4 model. Max Plan ($200/month): An estimated 240 to 480 hours with Sonnet 4 and 24 to 40 hours with Opus 4. Per TechCrunch, the company provided these hour-based estimates, noting that the actual numbers may vary based on the size of a project's codebase. What's interesting is how this new structure compares to the old marketing. Anthropic previously advertised its $200 Max plan as offering 20 times more usage than the Pro plan. Based on these new hourly estimates, that multiple is now closer to six. It is possible the 20x figure still applies when measured in tokens or raw compute, but, according to TechCrunch, the company has not clarified that point. -
By Phillip0web · Posted
I don't give a rat's f### what Trumpette, the Putin puppet likes! -
By Phillip0web · Posted
No, no, hell no and f#### no!!!!
-
-
Recent Achievements
-
Gladiattore earned a badge
First Post
-
Gladiattore earned a badge
Reacting Well
-
NeoWeen earned a badge
Week One Done
-
BA the Curmudgeon earned a badge
One Month Later
-
Doreen768 earned a badge
First Post
-
-
Popular Contributors
-
Tell a friend
Question
reznod
I have a client that is demanding the following in an intranet web application:
Because of these requirements the only solution I can think of is a frameset. This is because using a purely DHTML sliding bar will not work when the user attempts to move the bar towards the loaded document as the plug-in then takes control of the mouse and there is no guaranteed method of getting any response form the plug-in to determine where the sliding bar should move to. By using a frameset I can take advantage of the browsers overruling power on the plug-ins and get the desired results.
Now comes my problem, the client has informed me that I must make this web application cross-browser (IE and Firefox). Everything is good in Firefox, but in IE the frameset has a 3d indented border going all around the document list and document (which the client is saying users will be confused by, how, I don't know). I can remove this border by setting the frameBorder property to 0 but then the sliding bar between the list and document is not present, which completely defeats the purpose. I have tried to use CSS to fix this problem, but nothing I have tried seems to work.
Has anyone encountered this type of problem before and if so, how did you get around it?
Your assistance is appreciated.
Link to comment
https://www.neowin.net/forum/topic/636157-frameset-problems/Share on other sites
6 answers to this question
Recommended Posts