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

    "stretch" object to bottom of document

    hey.. how can i "stretch" and object to reach the bottom of the page, from it's starting point? i have a ul object which starts at pixel 145, with a border, and i'd like it to stretch all the way to bottom of the page to make a frame. my doctype is strict. i have tried setting the height to...
  2. stakadush

    align a cell to the right (not text-align)

    hello i have the following scheme: <style type="text/css"> html,body { margin:0; padding:0; height:100%; border:none; } .mainTable{ top: 0px; left: 0px; margin: 0px; padding: 0px 0px 0px 0px; width: 100%; height: 100%; display: table; border: 0px; border-collapse: collapse...
  3. stakadush

    select from same row different value

    hey there! :) i have 3 tables. event - list of events participant - list of participants participant_to_event - linking participants to a given event let's say i have three participants with the ids 100, 200 & 300. i would like to get the event id from participant_to_event where these 3...
  4. stakadush

    Parssing Template Nested Ifs

    Hey :) i have programmed a template system for a project i am working on. i am having problems when the template has nested ifs inside it. i can't think of a way to parse those ifs correctly. here is an example (my template system tags are enclosed in %%): %if_login% user logged in...
  5. stakadush

    image thumbnails in finder

    hello does someone know how i can have images show as thumbnails in finder? thank ;) (-:
  6. stakadush

    changine iconf for specific extension

    hello :) i am using panther 10.3.3. i am trying to change the icon for all files with the same extension (for example .html). is this possible? thanks.... (-:
  7. stakadush

    select date ranges

    hello i want to get all the orders from the table by order date. for example, i'd like to get all the orders that were submitted before and including january 2004. i was trying the query: SELECT * FROM OrdersWebHost WHERE DateOrder<='2004-01'; but it didn't work.... the field DateOrder is of...
  8. stakadush

    new window disable fullscreen mode

    hey :) i want to open a new window, that can not be resizable. the problem is that even when i disable resize user can still press F11 and get fullscrren mode. after coming out of fullscreen mode, resizing is enabled! how can i disable fullscreen mode using window.open function? is it possible...
  9. stakadush

    populating combobox from external file

    i am trying to populate a combobox (named countriesBox) in the flash file from an external text file. it works great when i run the swf directly but when i use loadMovieNum() function to load it inside a different flash movie it won't populate the combobox. here's my actionscript code...
  10. stakadush

    Loading External XML formatted Content

    hello i've read an article at: http://www.nwebb.co.uk/nw_htmlsite/tutorials/xmlhtmlcss/xmlhtmlcss.html and i've implemented it in my friend's website. it works great when running as a standalone movie (http://www.yahel.com/new_site/license.swf) but when i try to attach it into another movie it...
  11. stakadush

    tab order

    hello i am using Flash MX 2004 Professional and am having problems in setting the tab order using accessibility settings in the properities window. you can see the form at: http://www.yahel.com/combobox3.html and download the fla from: http://www.yahel.com/combobox3.fla i've defined the tab...
  12. stakadush

    need to create a dynamic scrollpane

    hello i am not a flash/actioscript programmer. i know perl,php & asp,and am willing to help in return :) i need a flash that will have a crollpane,and inside the scrollpane a few columns (it can be limited if needed). each column should have 3 rows. 1) a small thumbnail (dynamic) 2) a short...
  13. stakadush

    routed problems

    hey i'm using freebsd 4.5. i keep getting the following error message: Aug 14 00:49:04 proxy routed[71]: rdisc length 492 does not match ad_num 1 any ideas? thanks :) (-:
  14. stakadush

    redhat 7.3 kuser problem

    hey i am running redhat 7.3 with kde3. i was using kuser to create a new use on the system. it somehow locked out root and now i can't login as root. any ideas what happened and what i can do to reactivate the root account? thanks :) (-:
  15. stakadush

    mount

    hey i'm using freebsd 4.5 and would like to automatically mount a samba drive using /etc/fstab. couldn't find any information for doing this. :) thanks. (-:
  16. stakadush

    loading image dynamically

    ok. i will start with my script: sTextA = &quot;loading...&quot;; newTextA = &quot;<font face=\&quot;Verdana, Helvetica, Arial\&quot; size=\&quot;-1\&quot;>&quot;; for (i = 0; i < numEvents; i++) { eventTitle = this[&quot;eventTitle&quot;+i]; eventCountry = this[&quot;eventCountry&quot;+i]...
  17. stakadush

    mod_php port

    hey i'm trying to install the new mod_php4 port (php4.1.1). i get the following error message: ===> Building for mod_php4-4.1.1 Making all in Zend Making all in main Making all in ext Making all in zlib Making all in mysql Making all in pcre Making all in pcrelib Making all in posix Making all...
  18. stakadush

    hey i'm using SoftArtisans FileUp.

    hey i'm using SoftArtisans FileUp. it works fine except when putting large data in text forms. when the data inside the textarea is too big i get the following error: Microsoft VBScript runtime error '800a01fb' An exception occurred: 'Form' /Admin/Content.asp, line 20 here are lines 19 & 20...
  19. stakadush

    Keyword search using a tally or sequence table

    hey this is in regard of an article posted at: http://www.sqlteam.com/item.asp?ItemID=5857 in this article they explain how to create a simple search on a table using keywords. it's working great but i'd like to add two functionalities and i can't seem to make it work. first, this this search...
  20. stakadush

    mount tape drive

    hey i'm trying to mount my tape drive (tandberg tdc 4100) i get this message: mount: /dev/sa0: Block device required is it possible to mount a tape drive? if so, how do i do it? also,is it possible to tell dump to overwrite the tape? cheers :) (-:

Part and Inventory Search

Back
Top