issues

Images not rendering in IE7 (but working fine in IE6/Firefox)

Hi all, Having an issue with some images using IE7 - work fine in 6 and in all versions of Firefox. Has anyone run across this before? I know I've had it happen in the past (and I googled a fix, but darned if I can find the fix again... note to self, document things like this for future ;) ) <div class="contextBlock"> <p class="cntIm...

will a script in html's script tag with extension php be cached?

for example <script type="text/javascript" src="assets/scripts/somescript.php"></script> will my browser still cache this just by not setting this scripts headers meta tag cache to must-revalidate? ...

Template to notify users about issues / failures / incidents etc

Our product is a web application. From time to time, we get failures, bugs, error etc and I’m looking to send out an email notification to inform our users what happened and how we dealt with it. Should include things like: "Apologize for the inconvenience" "Server1 went down at 9am for 1 hour" "No data was lost or corrupted" Doe...

Python 2.6 + JCC + Pylucene issue.

Greetings, I'm trying to use pylucene in Python 2.6. Since there's no windows build for 2.6, I try to build the source code. First of all, I build JCC (windows, using cygwin) python setup.py build running build running build_py [...] building 'jcc' extension error: None python setup.py install running install [...] copying jcc\confi...

Visual Studio 2008 designers screw up on large VB projects.

We have 3 developers all using the same version (VS 2008 SP1) and we all use large VB projects (windows forms). From time to time, the IDE will have all sorts of issues such as locking up, crashing, and even not being able to drag a form object around or it will just instantly disappear. On the largest of our projects (which is actually...

TFS does not build projects correctly

HI I am trying to build my solution using TFS but it seems to skips the projects which have dependencies. e.g Proj B depends on Proj A , then it builds only Proj A and not Proj B. Also if i try to build the projects individually instead of the solution then it does not create the release folder. It says that the output path is not foun...

Why does vwd.webinfo always get automatically checked out from source control?

We have a 2008 solution that has a file system website as part of the solution. This solution is under source control with Team Foundation Server. Every time the solution is closed it either checks out a file called vwd.webinfo or attempts to and complains that someone else already has it checked out. Removing the file from source contr...

What's the main Ruby language discussion board (not including S.O.)?

I'm talking about a forum/message board where people just talk about the Ruby language - quite aside from its use in terms of Ruby-on-Rails. It seems most languages have favorite forums outside of Stackoverflow - just wondering what that would be for Ruby. I've had a look on Google but what comes up seems to be mostly personal blogs ab...

Error in adding VS 2003 Setup project into TFS

Hi All We have migrated VS 2003 project from VSS to TFS recently.Installed the MSCCI provider to connect to TFS. The solution contains some web projects and set up projects.When I try to open the solution file from local folder,it opens up all the projects but doesnot show that the setup projects are binded into TFS. I have followed t...

iphone sqlite problems

Hi, I'm wondering if someone can help me understand what is wrong with this block of code. I never get past the sqlite3_prepare_v2 statement and the debugger says : 'NSInternalInconsistencyException', reason: 'Error while creating add statement. 'out of memory'' static sqlite3 *database = nil; sqlite3_stmt *addStmt = nil; if(add...

Cannot post successfully if not using cassini for JQuery posts in ASP.NET MVC

Hi When i set my project to start app using Visual Studio Development server (Cassini:Port) my JQuery posts properly to the following URL "SomeController/SomeMethod". When i use localhost to run with the following URLS, it does not work "http://localhost/Store/SomeController/SomeMethod" or "SomeController/SomeMethod". Any one facing...

fill textbox on page load after the usercontrol has been loaded

Hi All, I have added usercontrol to my page datetimepicker, which fill the hours and minutes dropdown. Now the problem is when i try to update the data, i have to fill the dropdowns with the data from the database. It works ok, but after filling the data to the dropdown, when it goes to the usercontrol page it refreshes all the dropdown...

Basic Browser compatibility issues. Please help!

I would like to know about the basic compatibility issues in the major browsers (Internet Explorer, Chrome) when compared to Mozilla Firefox, such as: Text Allignment, Color, Font Size, Tool Tips, Paragraph Allignments, Text Bold, Shapes other than images, Line overlap, Table visibility Thank you! ...

Why are all of my DIV misaligned in IE8, and why can't I fix it?

Hey all, I know you are smarter than I and, therefore, should be able to help. For some reason my site freshwaterhobbyist.com looks terrible in IE8. All of my Div containers are misaligned and everything is pretty much helter skelter. Putting it in compat mode DOES fix the issue, but I would like IE8 users to see my site as intended wh...

Something is wrong with Log4Net?

I've been using Log4Net on a few high traffic websites for a couple of years, and I cannot say that I am a happy customer. So, wanted to see if anybody else has the same concerns: The CPU overhead with RollingFileAppendor is massive. Some of my websites need to trace 5-10GB per day, and when I enable logging, the CPU utilization more t...

Having issues Running Fitnesse for projects using NHibernate

We are having issues in running Fitnesse for project which uses NHibernate. For all the project FitNesse looks into appropriate folder for getting the dll. For project having reference to NHibernate it errors saying type load exception. Currently we have got it working by copying all the dlls into Fitnesse/dotnet folder. I am sure there...

Now that Silverlight 3 has been out for a month...

I haven't noticed any outcries of pain from the community, but then I haven't really seen much of anything as a result of the Silverlight 3 RTM. So... What are your impressions? For those that have migrated from Silverlight 2, was it a smooth process? Have any issues been introduced into migrated applications that seem to be caused b...

How do I refer to the right Directory?

If my Java Class is in: ` package org.gamehost.flyingame.BookManagementServlet.ModelClass aka: BookManagementSoftwareServlet/org/gamehost/flyingame/BookManagementServlet/ModelClass and in that class, if I want to return a file from a directory, say an html file, after doing this: File newFile = new File("HTMLFile.html");...

UI And TcpClient Issue in vb.net

Hi all, I'm having some problems with a small ircbot i'm writing. Basically I connect to the server using a tcpclient in a seperate class, which also runs on its own thread. I want to display the server text in a richtextbox control on the main form. The big issue I'm having is that as soon as the text starts coming in the whole applica...

Something in my coding is stretching my page horizontally.

I've just spent the last month or so designing a new layout for my website. I think it's about perfect, however, I've discovered that there's something stretching my site horizontally beyond the page width. I've searched through my code and I can't seem to figure out what it is. If you check out my test page, you'll see that there is ...