Call: +44 (0)1904 557620 Call
Forum

Welcome, Guest. Please Login.
Mar 28th, 2024, 9:12am
News: If you would like to register contact the forum admin
Home | Help | Search | Members | Login
   Pete Finnigan's Oracle Security Forum
   General
   Feedback and forum suggestions
(Moderator: Pete Finnigan)
   Menu links with different browsers
« Previous topic | Next topic »
Pages: 1  Reply | Notify of replies | Send Topic | Print
   Author  Topic: Menu links with different browsers  (Read 5656 times)
Pete Finnigan
PeteFinnigan.com Administrator
*****




Oracle Security is easier if you design for it

   
View Profile | WWW | Email

Gender: male
Posts: 309
Menu links with different browsers
« on: Dec 28th, 2005, 1:49pm »
Quote | Modify

Hey just wanted to give some feedback and introduce myself.  First off, great site, i have been using it as a resource in my self-training to become a dba.  I was more sql server oriented, but now my interest is oracle.
 
Soooo, I noticed that your site works fine with Explorer, but when I use Firefox, the main menu bar  
(Portal    About    White Papers...), the list always drops down below "Portal".  In other words, I hover the mouse over "Weblog / Forum" and the item list appears below "Portal".  This only seems to happen on the main page.  I just tried it while on this "start new topic" page and it appears fine.  Its no big deal, I just notice stuff like this because I work in QA.
 
I have run into an issue in 10G OEM wherein I could not login using explorer and had to use firefox.  It was because my server hostname had an _ in it and IE didnt like it.
 
Thanks for this site!
IP Logged

Pete Finnigan (email:pete@petefinnigan.com)
Oracle Security Web site: http://www.petefinnigan.com
Forum: http://www.petefinnigan.com/forum/yabb/YaBB.cgi
Oracle security blog: http://www.petefinnigan.com/weblog/entries/index.html
Pete Finnigan
PeteFinnigan.com Administrator
*****




Oracle Security is easier if you design for it

   
View Profile | WWW | Email

Gender: male
Posts: 309
Re: Menu links with different browsers
« Reply #1 on: Dec 28th, 2005, 7:23pm »
Quote | Modify

hi,
 
Thanks very much for your kind words and also the feedback on my menus. I was aware that I had some troubles with them when used in different browsers. I have plans to re-implement them so that they work in all browswers and also fix some of the other layout issues. At the moment I don't have too much time to do it. I hope to have a look in the coming weeks. Sorry for the delay..
 
cheers
 
Pete
IP Logged

Pete Finnigan (email:pete@petefinnigan.com)
Oracle Security Web site: http://www.petefinnigan.com
Forum: http://www.petefinnigan.com/forum/yabb/YaBB.cgi
Oracle security blog: http://www.petefinnigan.com/weblog/entries/index.html
Pete Finnigan
PeteFinnigan.com Administrator
*****




Oracle Security is easier if you design for it

   
View Profile | WWW | Email

Gender: male
Posts: 309
Re: Menu links with different browsers
« Reply #2 on: Dec 29th, 2005, 2:51pm »
Quote | Modify

No problem, thank YOU for sharing these resources.   I have been a frequent visitor lately and im sure i will continue to visit.
-Jay
IP Logged

Pete Finnigan (email:pete@petefinnigan.com)
Oracle Security Web site: http://www.petefinnigan.com
Forum: http://www.petefinnigan.com/forum/yabb/YaBB.cgi
Oracle security blog: http://www.petefinnigan.com/weblog/entries/index.html
Pete Finnigan
PeteFinnigan.com Administrator
*****




Oracle Security is easier if you design for it

   
View Profile | WWW | Email

Gender: male
Posts: 309
Re: Menu links with different browsers
« Reply #3 on: Feb 6th, 2006, 5:03pm »
Quote | Modify

Hi, Pete, i'll join to JNit, your site is excellent.
Regarding your menu's - it was interesting for me to find out, what is the problem, as i actually start to get a rid of DHTML ( what is in turn due to my increased interest to HTMLDB Wink ).
So, i suppose, you change in the menu.js following snippet (lines 43 - 51)
 
///// Positions and shows the menu
if (oldDomSMenu != domSMenu) {
 domSMenu.left = menuLeft;
 domSMenu.top = menuTop;
 domSMenu.visibility = 'visible';
domSMenu.zIndex = '100';
oldDomSMenu = domSMenu;
}
 
to  
 
///// Positions and shows the menu
if (oldDomSMenu != domSMenu) {
 domSMenu.left = menuLeft+'px';
 domSMenu.top = menuTop;
 domSMenu.visibility = 'visible';
domSMenu.zIndex = '100';
oldDomSMenu = domSMenu;
}
 
It seems, without 'px' ( or whatever) , Firefox simply ignore "left" as syntactically wrong. If you could test this change and my suggestion don't break anything ( as i said, i'm not web developer) - i would appreciate your proper working menu's.
Probably "top" should be also with 'px', but , it doesn't affect the position of menus...
 
Best regards
 
Maxim
IP Logged

Pete Finnigan (email:pete@petefinnigan.com)
Oracle Security Web site: http://www.petefinnigan.com
Forum: http://www.petefinnigan.com/forum/yabb/YaBB.cgi
Oracle security blog: http://www.petefinnigan.com/weblog/entries/index.html
Pete Finnigan
PeteFinnigan.com Administrator
*****




Oracle Security is easier if you design for it

   
View Profile | WWW | Email

Gender: male
Posts: 309
Re: Menu links with different browsers
« Reply #4 on: Feb 6th, 2006, 8:13pm »
Quote | Modify

Hi max,
 
I have just made the change as you suggest. It doesn't seem to make any difference to IE, I dont have firefox installed, if you can let me know if it works that would be great.
 
cheers
 
Pete
IP Logged

Pete Finnigan (email:pete@petefinnigan.com)
Oracle Security Web site: http://www.petefinnigan.com
Forum: http://www.petefinnigan.com/forum/yabb/YaBB.cgi
Oracle security blog: http://www.petefinnigan.com/weblog/entries/index.html
Pete Finnigan
PeteFinnigan.com Administrator
*****




Oracle Security is easier if you design for it

   
View Profile | WWW | Email

Gender: male
Posts: 309
Re: Menu links with different browsers
« Reply #5 on: Feb 6th, 2006, 8:27pm »
Quote | Modify

Hi, Pete, i was a little baffled, because i don't discovered any difference - menu's were wrong, but after the page was refreshed - yes now it works exactly as in IE ( also they are properly positioned now).
Thank you.
 
Regards
 
Maxim
IP Logged

Pete Finnigan (email:pete@petefinnigan.com)
Oracle Security Web site: http://www.petefinnigan.com
Forum: http://www.petefinnigan.com/forum/yabb/YaBB.cgi
Oracle security blog: http://www.petefinnigan.com/weblog/entries/index.html
Pete Finnigan
PeteFinnigan.com Administrator
*****




Oracle Security is easier if you design for it

   
View Profile | WWW | Email

Gender: male
Posts: 309
Re: Menu links with different browsers
« Reply #6 on: Feb 6th, 2006, 9:28pm »
Quote | Modify

Hi Max,
 
Thanks very much for your quick feedback. I am glad that the fix works. Thanks also for suggesting it, you have saved me some valuable time..Smiley, I am still planning a revamp of the layout and menus ect. I want to get to the point where the layout is completely css based and works in all browsers.  
 
Not much time at the moment I am afraid to tweak the site. I hope to have some soon as I have quite a few plans to add stuff to the site to make it more useful t people.
 
thanks again
 
cheers
 
Pete
IP Logged

Pete Finnigan (email:pete@petefinnigan.com)
Oracle Security Web site: http://www.petefinnigan.com
Forum: http://www.petefinnigan.com/forum/yabb/YaBB.cgi
Oracle security blog: http://www.petefinnigan.com/weblog/entries/index.html
Pages: 1  Reply | Notify of replies | Send Topic | Print

« Previous topic | Next topic »

Powered by YaBB 1 Gold - SP 1.4!
Forum software copyright © 2000-2004 Yet another Bulletin Board
  • PFCLScan PFCLScan

    Simply connect PFCLScan to your Oracle database and it will automatically discover the security issues that could make your Oracle database vulnerable to attack and to the potential loss of your data.

  • PFCL Obfuscate PFCLObfuscate

    PFCLObfuscate is the only tool available that can automatically add license controls to your PL/SQL code. PFCLObfuscate protects your Intellectual Property invested in your PL/SQL database code.

  • PFCLCode PFCLCode

    PFCLCode is a tool to allow you to analyse your PL/SQL code for many different types of security issues. PFCLCode gives you a detailed review and reports and includes a powerful colour syntax highlighting code editor

  • PFCLForensics PFCLForensics

    PFCLForensics is the only tool available to allow you to do a detailed live response of a breached Oracle database and to then go on and do a detailed forensic analysis of the data gathered.

  • Products We resell PFCLReselling

    PeteFinnigan.com Limited has partnered with a small number of relevant companies to resell their products where they enhance or compliment what we do

  • PFCLATK PFCLATK

    PFCLATK is a toolkit that allows detailed pre-defined policy driven audit trails for your Oracle database. The toolkit also provides for a centralised audit trail and centralised activity reporting

  • PFCLCookie PFCLCookie

    PFCLCookie is a useful tool to use to audit your websites for tracking cookies. Scan websites in a natural way using powerful browser driven scanner

  • PFCL Training PFCLTraining

    PFCLTraining is a set of expert training classes for you, aimed at teaching how to audit your own Oracle database, design audit trails, secure code in PL/SQL and secure and lock down your Oracle database.

  • PFCL Services PFCLServices

    Choose PFCLServices to add PeteFinnigan.com Ltd to your team for your Oracle Security needs. We are experts in performing detailed security audits, data security design work and policy creation

  • PFCLConsulting PFCLConsulting

    Choose PFCLConsulting to ask PeteFinnigan.com Limited to set up and use our products on your behalf

  • PFCLCustom PFCLCustom

    All of our software products can be customised at a number of levels. Choose this to see how our products can be part of your products and services

  • PFCLCloud PFCLCloud

    Private cloud, public cloud, hybrid cloud or no cloud. Learn how all of our services, trainings and products will work in the cloud

  • PFCLUserRights PFCLUserRights

    PFCLUserRights allows you to create a very detailed view of database users rights. The focus of the reports is to allow you to decide what privileges and accounts to keep and which to remove.

  • PFCLSTK PFCLSTK

    PFCLSTK is a toolkit application that allows you to provide database security easily to an existing database. PFCLSTK is a policy driven toolkit of PL/SQL that creates your security

  • PFCLSFTK PFCLSFTK

    PFCLSFTK is a toolkit that solves the problem of securing third party applications written in PL/SQL. It does this by creating a thin layer between the application and database and this traps SQL Injection attempts. This is a static firewall.

  • PFCLSEO PFCLSEO

    PFCLSEO is a web scanner based on the PFCLScan technology so that a user can easily scan a website for technical SEO issues