Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Bernini
  • Content: Threads
  • Order by date
  1. Bernini

    Sending data in parts not whole chunk!

    Hi , Is there a setting or something i can do to tell the web server to send data in small parts instead of the whole page all together! It seems that this is slowing down the system! Tahnks B
  2. Bernini

    Opening a File for View!!

    Hi All I have a folder that contains various files (pdfs, .doc, .xls, .txt) . Now i have a list of files on my page and i would like that when the file is clicked it will open within the browser (those that have plugins such as pdf or word docs)! I'm using the following code to open it...
  3. Bernini

    Formatting number from 1 to 0001?

    Hi i need to format an integer number from say '1' to '0001'! I know i should use the printf function bu i can't get the correct format! Thanks B
  4. Bernini

    HTTP / PHP Server (apache) very slow!

    Hi all, I have a problem which are causing me great stress (ok not that much...but better look grave ejj!!hehe). Well, i've installed Fedora Core 3 on my P4 with 512MB of Ram and also installed are Apache v2.0.52 and PHP 5.0.0 RC2 which i manually compiled and installed. Also installed is the...
  5. Bernini

    Document Caching!? pls Help

    Hi all I would like to ask two things, if you don;t mind... 1. The intranet i'm writing for the company i work for stores lots of documents (mainly word, pdf and excel files), and i store them all in one folder on the server! I need a way to load the document in an iframe without using the...
  6. Bernini

    Split function giving Error! Pls Hlp!

    Hi all, I have an iframe within my html page, and upon pressing a button i would like to do the following: var location = parent.mainframe.location; var lArray = location.split("?"); alert(lArray[1]); where mainframe is the id of the iframe. The error is givin on the second line of...
  7. Bernini

    Window Size matches Div Size?!

    Hi Is it possible that when a new window opens it will be the same size as the DIV. This is because i have a form which loads dynamic data and can have quite a full list. But when its empty i don;t want to show white background uselessly but it will be resized as it should! Thaks B
  8. Bernini

    event.clientX Error!!! Pls Help

    Hi all I have the following very simple function: function OutMenuItem() { var mX = event.clientX; alert (mX); } This function is called on the onmouseout event of a div by using: onmouseout="setTimeout('OutMenuItem();', 500);" When i run the script an error Object Required is...
  9. Bernini

    DIV Menu hidden under PDF File in IFrame! Pls Help

    Hi All, I need serious help here...quite urgent i mean!! hehe who doesn;t! Well i have a page that loads a Menu created with Div's! Underneat the menu there is an iframe and most of the times the iframe loads a pdf file. My problem is this, that when the pdf is loaded and a user tries to...
  10. Bernini

    Showing a Div...pls Help!

    Hi I've created a menu item called 'Function' that when the mouse goes on it a <div> menu appears. Now i would like to keep the menu open until it looses focus either on the Menu item or on the Div! how can i do this!? any help please Thsnka B
  11. Bernini

    Apache 2 on FC3 slows down!! Pls Help

    Hi All, I've got a problem on my new 'server'. I have a P4 with 512MB Ram and has Fedora Core3 installed with Apache 2, PHP5 and Mysql 5. On it i'm running the company's intranet which used to be hosted on a very small pc (Pentium 1, 96Mb Ram) and it used to work great. Now on this new hardware...
  12. Bernini

    ComboBox Value! Pls Help

    Hi all I would like to create a combo box with a list of Company Names, but i would also like to add a value with each Name. Therefore once the company is chosen an id can be extracted from it! How can i do this? The combobox is not data bound just data inserted! Thanks B
  13. Bernini

    Opening a file in a new window! Pls Help

    Hi I have several documents which are only viewable by limited people. The intranet i have created opens these documents (word, excel etc etc) in a new window! The problem being that the document is opened through the header function therefore the url will be cached (ie...
  14. Bernini

    Secure FTP

    Hi All I have a problem as i've built a tool which works on ftp, but the server i am to install on has only secure ftp ie sftp. What do i need to work with sftp; what do i need to install? and what have i need to change to work with sftp on php? Thanks B
  15. Bernini

    Deny Direct Accesing to a paricular folder!

    Hi I have a folder that contains sensitive documents. These documents should only be accessed via the intranet but it seems that some users are getting directly to the URl via something like: http://intranet/upload/docs/document.xls which is quite unacceptable. How can i deny them this...
  16. Bernini

    Problem..pls Help!!

    Hi I'm building this new app and wanted to create a Data Class which should practically open a connection with sql server, mak the necessary command and closes the connection. So i have a function which i was thinking of hving two input parameters: one for the Stored Procedure to be used...
  17. Bernini

    Online page editing! pls help

    Hi all, Our company has a very static website and my boss would like to edit (in a very, very simple manner). So, the idea on online editing came to mind...though i have no idea of where to start.. I was going to start with ftp to get the pages..but then i got lost! Any ideas would be very...
  18. Bernini

    Dataset Question...pls Help!

    Hi I'm trying to use the DataSet and to do so i've referenced the System.Data right! But as soon as i declare a DataSet it asks me to reference the System.XML too.! Should it be so? When i tried to reference the System.XML and used the below code it failed; as opposed to when it USED to work...
  19. Bernini

    PHP and Stored Procedures..!

    HI, I've just upgraded my MySQL from 4.1 to version 5...i know its still in Alpha but its on a testing machine..nothing serious. Though i was looking into stored procedures..and they seem quite decent...what are your views on this? Also (most important to this thread), how does PHP runs a...
  20. Bernini

    Virtual Host Question!

    Hi all I've setup a local intranet where if the users type in https://intranet the server will direct them to the appropriate folder and the intranet will load up. I have two questions: 1. If i want to create this https://intranet:9991 which will direct me , as an administrator, to the...

Part and Inventory Search

Back
Top