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...
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...
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...
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...
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
=...
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...
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...
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...
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...
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...
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...
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...
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` =...
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...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.