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 TouchToneTommy 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: dexthageek
  • Content: Threads
  • Order by date
  1. dexthageek

    Overlapping divs

    I am having a problem on in IE (of course) with my css menu. When a user scrolls over menu link and the drop down list appears it appears beneath any divs located below it. You can see what I am talking about here: http://dexthageek.com/samples/avp/2/portfolio My CSS files are available here...
  2. dexthageek

    Local Websites not Viewable

    Let me start by explaining my setup. We are in the process of testing webfilters Currently, I have ISA Server 2004 running and SmartFilter 4.1 running for content filtering. All external websites are viewable (except for those blocked by the filtering software). ISA and webfilter software are...
  3. dexthageek

    create new row if more then X number of items

    I am in the process of writing a script that will take an array and output the results in a table. I have been successful in outputting the results in the same row. However, I want to start a new row, after it displays a specified number of items; Example Output: Number of Items Per Row: 4...
  4. dexthageek

    Trying to create Custom FLV player

    I have videos that I converted to FLV, now i want to create my own custom video controls with a slide bar. I would like the controls to be reuseable and use a php script to pass the correct movie to use. I found VideoSpark Player (www.videospark.com) which is great (it uses xml file to tell...
  5. dexthageek

    Frontpage Extensions, UserDir and Apache

    I am currently running an Apache 2.0 Server with php and mysql everything is running great. However the science supervisor has a frontpage website that needs to be moved to the district webserver. I hate frontpage, however I have to put it on the machine. How can I install the extensions ONLY to...
  6. dexthageek

    How to create a custom tool bar from external file

    Its me again working on an Elementary Browser. My application is working great, no problems with it. However, I have already recieved requests to have links added and some removed from the application. I have a toolbar with various buttons on it, for elementary students to visit websites...
  7. dexthageek

    Scrollable Toolbar?

    Anyone know to create a scrollable toolbar? I have been searching for a day for something that might help. What i did find was that I need to put the toolbar in a pager control, but im a VB.NET newbie, and im not sure how to do that. Thanks in Advance Mike
  8. dexthageek

    Toolbar Buttons not working

    Hello, Im just again getting into VB havent worked with it in over 5yrs and I am rusty. Im having a hard time getting my Toolbar Buttons to work. I created my toolbar, imagelist, and buttons. They are for a browser for an elementary school. I have Back (cmdBack) Forward (cmdForward) etc...
  9. dexthageek

    Toolbar Buttons / MouseOver Statusbar Text

    I am creating a Web Browser for the elementary school students to use. There is a couple of things I would like to do that I cant figure out how to accomplish. 1. How do I create ToolBar Buttons that are flush with the form, instead of popped out. 2. Is it possible for me to add the URL (from...
  10. dexthageek

    Web Control Resize and Status Bar

    I am in the process of creating a basic web browser for the elementary school (I work for a school district). I was wondering if there is a way for the Web Browser Control to be sized along with the main application window. Example if I maximize my application the Web Browser Control stays the...
  11. dexthageek

    Help with DB search

    I am working a search tool for users to find members based on First Character of lastname. How can I have mysql or PHP only look at the first character of the string?
  12. dexthageek

    Creating an Install script

    Does anyone here know how to create an installation script. I have an application for users to create accounts on and during inital account creation i have to create rows in multiple tables for each new user that is created. What I want is a script or someone to point me in the right...
  13. dexthageek

    How to populate SELECT based on another SELECT

    I have mulitple FORM SELECTS that are being populated from a mysql database. I want to populate FORM SELECT 2 based on the OPTION selected from FORM SELECT 1. If anyone knows how to do this in PHP that would be a great help. Thanks in Advance. Mike
  14. dexthageek

    Retaining Text Format upon retrevial from DB

    I am working on creating a template for users to type content into a form then save it to a database. When the data is extracted from the DB and displayed on the page, all whitespace is ignored. I tried using <pre> tag which works but then you have the problem where there is no textwrapping so...
  15. dexthageek

    Multiple PHP sessions per server.

    I have more then one WebApp running on the same server, however they are both looking at different databases for authentication. If I log into one and then navigate to the other without logging out, my session stays intake from the first App I logged into. Is there a way for me to declare a...
  16. dexthageek

    access_log contents?

    I am not sure what is wrong with my log settings, but my access_log file is not recording anything, instead it just fills up with thousands of lines that say "combined". #Log Parameters CustomLog logs/access_log combined
  17. dexthageek

    GROUP BY only displaying 1 row within each group

    I have a database that consists of various sports schedules. The part that is NOT working is GROUP BY. I am trying to group by a column titled "sport" My current query: SELECT * FROM `otis_sports` WHERE season = 'Fall' GROUP BY sport This select statement only returns 1 row from each sport...
  18. dexthageek

    Help inputing DB values into calendar.

    I have come across a great calendar script however, im having a hard time trying to figure out how to input my DB records to the proper dates in the calendar. Here is the code. <?php $today=date(Ymd); $calMonth=$_GET[calMonth]; $calYear=$_GET[calYear]; if ((!$calMonth) && (!$calYear)) {...
  19. dexthageek

    Windows 2000 Permissions

    I work in the IS department for a large company in NJ There are a number of other IS workers that also have administrator priviledges on the network. I want to keep them out of my PC. The network is on a domain. By using this command: they can get into my PC. I want to stop this. \\x.x.x.x\c$...
  20. dexthageek

    Microsoft Access Search

    I am trying to search my database to display results depending on date. Example.. From 3/01/02 To 3/30/02 I know how to do it in a qry but i want users to be able to enter the ranges into a text box and then run the search from a command buttom.

Part and Inventory Search

Back
Top