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

    connecting to external SMTP server in office that uses MS Exchange

    Hi, At my current place of work we have the office mail on outlook connected to a MS Exchange server. I have a portable email client that tries to connect to my external mail server. I am able to receive mail without problems, but i am unable to send. I;m assuming this is becuase SMTP port 25...
  2. MasterKaos

    Excel: adding / subtracting times, and "negative time"

    I'm trying to create a spreadsheet to keep track of horus worked, to see each day that i have worked more / less than the standard working day (7.5 hrs) For example: Start Time ¦ Break ¦ End Time ¦ Overtime 09:45 ¦ 0:45 ¦ 17:45 ¦ -0:15 09:00 ¦ 1:00 ¦ 18:00 ¦ 0:30 Then i...
  3. MasterKaos

    __call() not being called!

    Am i doing something wrong here, or is this a PHP bug? <?php class Foo{ public function __call($name, $arguments){ return 'foo'; } } class Foo_Bar extends Foo { public function getFoo(){ return parent::getFoo(); //line 11 } } $foo = new Foo(); $foobar = new Foo_Bar(); echo...
  4. MasterKaos

    class diagram generation

    Hi, Does anyone know of software that can convernt phpdoc comments into a UML class diagram? If it could generate php code based on class diagrams that would be neat as well! Preferably open source or free trial or some such. Cheers...
  5. MasterKaos

    mod rewrite: infinte GET vars

    We are developing a PHP framework which will feature SEF urls. The requirement is that mod rewrite will convert url elements into GET vars. We want to keep this nice and arbitrary for easy re-factoring. Here's the idea: www.domain.com/someclass/data/moredata =...
  6. MasterKaos

    mod_rewrite for SE friendly URLs

    I’m a total newb when it comes to regex, so I was wondering if someone could help me come up with the correct mod rewrite rule for the following scenario: When this url is requested domain.com/sub/directory/file.php This url is called domain.com/?p=sub.directory.file (or...
  7. MasterKaos

    switch between overlapping layers?

    I'm trying to achieve the effect of something similar to tabs in Windows dialogs, so that when clicked a tab shows a section relevent to that tab. I have managed to do something similar in the past, but now i can't get the divs to position correctly in FireFox. Looks fine in MSIE...
  8. MasterKaos

    image swaps and imagemaps

    I am trying to swap the underlying imagemap that belongs to an image i am swapping. What i need to do is set the usemap attribute. I have had some success by using document.pic.setAttribute("usemap", "#map"); where pic is the id of the image element. This works correctly in FireFox, but not in...
  9. MasterKaos

    MySQL password doesn't work anymore

    A few weeks / months ago i set up MySQL 4.1.10a on my ClarkConnect gateway / router / dev server. Once it was up and running i changed the password for root to one i can remember quite well and always use for development work. I logged in successfully using that password, did some of the post...
  10. MasterKaos

    Problem with Floats in Firefox

    Once again I am pulling my hair out trying to get this to work: http://inprogress.uniquesolutions.com.au/smehub/performance_summary.php Looks correct in IE 6 on XP SP2, looks incorrect on Firefox 1.04, and probably most other browsers. I've tried all the combinations of clear:both that i...
  11. MasterKaos

    anchors not working on safari / msie mac

    Not owning a mac makes it difficult for me to debug this, but apparently the anchor tags on this page are not working. So clicking on the Sydney, Brisbane etc links should scroll down to the correct part of the page. Works fine in FireFox (windows and mac) and msie for windows, but apparently...
  12. MasterKaos

    div borders weird in Firefox (gecko)

    I really tried getting my divs and CSS right the first time, but i can't :-( I even valdiated the HTML and CSS but no errors. http://inprogress.uniquesolutions.com.au/smehub/mymembers.html Looks right in IE6 and Opera, but Firefox and other gecko based browsers go all funny and don't display...
  13. MasterKaos

    Stupid Syntax Error - pls help!

    I'm sure this is something painfully simple, but i can't for the life of me work out what's wrong here: UPDATE orders SET `AmountCents` = '55500', SET `CourseCode` = '2VIC404', SET `Name` = 'Joe Bloggs', SET `Address` = '3/123 Sunny Lane', SET `City` = 'North Somehwere', SET `Post_Code` =...
  14. MasterKaos

    ORDER BY varchar as integer??

    How can i sort the following VARCHARs in ascending order as if they were integers? When i ORDER BY product_code i get this: 1116 1119 1120 113 118 but what i want is this: 113 118 1116 1119 1120 I'm importing a clients database into a web app and unfortunately they've broken one of the golden...
  15. MasterKaos

    Where does OOD fit into PHP/MySQL web apps?

    I learnt a lot about OOD at uni, and really enjoyed developing applications using OO languages like Java and C++. Since finishing Uni I have taken a different path than I expected, as at the time there was shortage of Java / C++ jobs, and a surplus of graduates. So I decided to start my own...
  16. MasterKaos

    Actor Names covered by Arrowhead

    I am trying to do an Actor diagram (Use case disgram) using Visio 2000 SP2. When I use an Extends arrow to connect with the bottom of an actor, the arrowhead covers the actor name, making it unreadable. I have downlaoded the latest UML stencils from Microsoft, as well as those found at...
  17. MasterKaos

    Optimizing for Flash sites

    Is there any way out there to optimize sites written entirely in flash for relevancy based search engines such as Google? Generally that's my Number 1 reason against building a site entirely in Flash, but i get lots of clients that have had a site written entirely in Flash asking me to help...
  18. MasterKaos

    Search Engine Optimization for Flash sites

    Is there any way out there to optimize sites written entirely in flash for relevancy based search engines such as Google? Generally that's my Number 1 reason against building a site entirely in Flash, but i get lots of clients that have had a site written entirely in Flash asking me to help...
  19. MasterKaos

    Unable to change permissions on uploaded files

    I've used PHP to handle file uploads of image files and write them to a directory that has permission 777: move_uploaded_file($_FILES['image']['tmp_name'], "../images/accomodation/".$image_id.$extension); The uploaded images are displayed alright by the browser, but i can't read them using FTP...
  20. MasterKaos

    Should i upgrade to from 7.0 to CS?

    Hi i'm happily running Photoshop 7.0, but i am thinking of upgrading to CS. I'd like to know what are the greatest improvements in CS, and what are the most useful new features. If i was to pick one thing i find most limiting about Photoshop 7.0 it's the shape drawing tools. I know this is not...

Part and Inventory Search

Back
Top