|
... if any ?
Recently switching from Windows 2003 Server to 2008 my MS-Works 7 version does not install at all. I'm running now in a VM with XP but prefer to have it installed.
Started by PeterMmm on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
You try installing Works 7 using Server '08's compatibility mode?
Try running the MS-Work 7's setup.
|
|
I have Vista Home Premium (x64) machine at home. I have www.google.pl set up as my default search engine in IE8.
Sometimes (since one month or so) when I search for something IE gives me "dns error" message and it cannot find www.goole.pl for 10-15 minutes...
Started by SeeR on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
Nslookup and ping -4 "work to work correctly indicates to me that it doesn't support ipv6, or possibly doesn't implement it correctly.
To be from your DSL router then the problem is most likely there .
|
|
We have oracle 10g running on windows server 2003. A machine which runs an application using that database has as of a few weeks ago suddenly started having connectivity problems. Today we ran the automatic updates for windows server and the problem has...
Started by George Mauer on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
To help eliminate DNS issues from the equation,....
If you can then this is the problem.
A method would be unplug your machine from the network and see if you can still ping it .
Make sure there is no other machine on the network with the same IP address .
|
Ask your Facebook Friends
|
Good evening,
I have run into an issue with a VCSC. For some reason, Presence information doesnt seem to reach any MOVI client registered to the VCSC. The odd part of it is it is just specific to Jabber client 4.3 and greater. When I register the same...
Started by Darren Lapierre on
, 13 posts
by 5 people.
Answer Snippets (Read the full thread at cisco):
That is not allowing me to work with Cisco TAC to resolve the issue (Equipment was purchased through OnX, while my.
|
|
I use TortoiseSVN normally and it works fine
Whenever I try to use svn from the command line I get an
c:\code\MyProject> svn status svn: '.' is not a working copy
error even though its the same directory that I usually work with using TortoiseSVN.
...
Started by George Mauer on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
For example:
TortoiseProc.exe /command:checkout /url:"< < your repository url>>" /path:"< < your working copy path>>" /closeonend....
That's because you have not given the full path to your svn instal when trying to run "svn" .
|
|
Hi,
I'm trying to strip tags from a text output coming from an object. The problem is, that I can't. If I type it manually like "<p>http://www.mylink.com</p>" , it works fine! When doing echo $item->text; it gives me the same string "<...
Answer Snippets (Read the full thread at stackoverflow):
A pastebin with same code:
http://codepad.org/BN1URZbZ
I've redone this and works fine.
|
|
I have the following Javascript libraries loaded for my page.
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <script type="text/javascript" src="http://cdn.jquerytools.org/...
Started by Tylo on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You'd better wrap all your
console.log(...)
into
if (window.console) { console.log(...); }
Also there is interesting project called fauxconsole : Simulating a Firebug, Safari or ... .
Take out the console.log, it is undefined when firebug is not running .
|
|
$('#<%=nameLabel.ClientID%>') is being used in my script for jquery.
When this is in ... block in tha page , it works fine ,as its a content page it is evaluated to $('#ctl00_contentPanel1_nameLabel') properly, i can see it while debugging scripts...
Started by Ajax2020 on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
You could apply a css that this doesn't work in a .js....
%> will not work.
External javascript files are not served by the ASP.NET engine, so any server side tags such as <%= .. .
Server code does not work in external js files.
|
|
I run Apache on Mac OS X (XAMPP) for a site that uses .htaccess to have URLs like "domain.com/site/section/etc".
The problem is that the URL scheme is not working. It seems that the .htaccess file is not being recognized by Apache.
However, if I point...
Started by sudo petruza on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
In Terminal, what do the following commands give you?
ls -l .htaccess file .htaccess
And likewise for the NTFS version?
And are you sure there's no paths (references to directories) within that file?
(And, sorry to ask: are you sure you actually copied... .
|
|
Is it efficient to use css frame works? If so, which one is best? Or any comparison comments?
Started by rajakvk on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Really it depends on your individual skills, preferences, and work style - for some people, it's faster to just work from scratch rather than trying to conform to someone else's design methodology to try it both ways....
For customization.
|