issues

fcntl issues compiling C++

{net04:~/xxxx/wip} gcc -o write_test write_test.c In file included from write_test.c:4: global.h:10: warning: `b' initialized and declared `extern' This code uses fcntl.h and the file-handling functions defined - like open(), write(), close() etc.. The code compiles and works as intended. {net04:~/xxxx/wip} gcc -o write_test write_t...

php Logging Issues

Code works fine, except for the fact that there is a problem here: //Log Events function logEvent($newinput) { if ($newinput !== NULL) { // Add a timestamp to the start of the $message $newinput = date("Y/m/d H:i:s").': '.$newinput; $fp = fopen('log.txt', 'w'); fwrite($fp, $newinput."\n"); fc...

Blackberry COD build issue

I have a database of size 20MB that I would like to build into COD. Its a mandated requirement. How can I get the rapc to build 20MB When I build the app I am getting the compiler error: java.lang.NullPointerException at net.rim.tools.compiler.d.af.bb(Unknown Source) at net.rim.tools.compiler.d.af.null(Unknown Source) ...

Website Changes not taking effect

So, I am updating some images on the left side of the website (dog-a-holics.com) I added in the category tree another category - specifically Dog ID Tags. I've edited the index file which is named index.new.html. However, it's not showing up. I noticed that the site main page keeps going to index.php. If I go to dog-a-holics.com/inde...

Weird date and time formating in Wordpress %Y/%m/%d

Whenever someone comments on a post at the blog i am hosting (wordpress 2.9.2) the date of the comment shows as "%Y/%m/%d kl %H:%M". I have tried to fix this, but i cant get the blog to interpret the code and put it out as the real dates and the time. How can i fix this? ...

db2 online backup to tape

SAP : ecc 6.0 os : linux 64 db : DB2 Tape : Hp data protector 6.0 Issue : Online backup to tape fails Running : db2 backup db hcp online to /dev/rst0 /dev/rst0==> is a tape volume Trying to take online backup from db2 from command prompt to the tape. hclprdm:~ # su - db2hcp hclprdm:db2hcp 51> db2 backup db hcp online to /dev/rst...

HttpWebRequest issues

Hi, Im still having issues using HttpWebRequest. For some reason sometimes in my app the call just times out... HttpWebRequest req = null; req = (HttpWebRequest)WebRequest.CreateDefault(new Uri(aRequest)); req.PreAuthenticate = true; req.AllowAutoRedirect = true; req.KeepAlive = false; ..... resp = (HttpWebResponse)req.GetRespons...

When using Doxygen for C++ sources a size of font for \subsubsection is larger than for \section and \subsection

I installed Doxygen 1.6.1. I used \section, \subsection and \subsubsection for titles in C++ sources. I surprisingly obtained titles in which \subsubsection have large font size than for \subsection and \section. How can this be fixed? CSS should be used to workaround this or can I fix my doxygen installation to obtain expected common...

Major differences in CSS design for IE6 & Other browsers

Hello This might sound to be a big question, but could you specify what are the issues to be considered which designing CSS for IE6 & Other browsers. To be in more simple terms, what is so different in CSS for IE6 when compared with other standard browsers. What are the Issues to be considered when making a IE6 compatible CSS ...

Java invokeAndWait of C# Action Delegate

the issue i mentioned in this post is actually happening because of cross threading GUI issues (i hope). could you help me with Java version of action delegate please? in C# it is done as this inline: this.Invoke(new Action(delegate() {...})); how is this achived in Java? thank you. public class processChatMessage ...

What are the most major issues with IE [website development]?

After being busy sometime with website development and constantly having trouble with making my website work on IE also, i thought it might be handy to have an overview of what the most major issues with IE are, so that one can take care of addressing them from the beginning. (Should this be a community wiki?) ...

Security issues with rights to Network Service account

hi, i have a page where the user can upload files on the server. Due to some problem related to account rights it was not working. Then i gave full rights to the Network Service account. I just wanted to know if there are any security breaching related issues with this solution, because i will be publishing the same to the client. If...

Tracking Google Code Issues

(Other than manually bookmarking and manually keeping track) how do you track issues over various (third party) google code projects? ...

Embedding Lua into a C# Windows form, and using LuaInterface to debug Lua.

I have a windows form which a richTextBox and a button, and another form for debugging Lua. I was wondering how I can use LuaInterface to debug the Lua code that is in the richTextBox and print the output to the next form. I am using Microsoft Visual C# 2008 Express Edition for this. I have Lua51.dll and LuaInterface.dll in the .exe di...

resetting "Issue ID" in Sharepoint site

I designed a site in share point. There is a column called "Issue ID (linked to item)" in ALL Issues view. I am using this column to list and identify the items which are created by employees. It increases by 1 as a new issue is created. Unfortunately, I have to reset this ID to 1 because during the test period I created and deleted b...

Session issues accessing Apache Tomcat application beyond a Proxy

We have a application running on Apache Tomcat. When the application is accessed from beyond a proxy, the session information is getting lost or the user is logged out after some time. Please advise. ...

Fixing Scope Issue With Variable Of Type Var

In the code below, I need to set "Variable1" to an arbitrary value so I don't get into scope issues further below. What is the best arbitrary value for a variable of type var, or is there a better way to avoid the scope issue I'm having? var Variable1; if(Something == 0) { //DB = DatabaseObject Variable1 = from a in DB...

JavaScript settings are on but I still have issues with web sites using JavaScript.

Hello, I have two computers that are the same at home except I have installed Adobe Acrobat 9 Pro Extended on my main computer along with the 2010 Outlook (Beta). I have issues when I log into a website that uses pop up calendars to select the date. I pasted it below. I checked my other computer and it is fine. I've checked the Java set...

The SDL library I built from source crashes!

I've successfully built SDL from source using bcc 5.5.1 but any SDL test application using it crashes right away at startup. I'm looking for some help and/or guidance on how to resolve this issue. Just to fill in some info, SDL-1.2.14 was used. The project's compiled as a dll with multithreading enabled and linked to C runtime dynamical...

Blackberry Focusing issue on Horizontally and Vertically added Fields

I have two rows and each row having one editfield and datefield. When move trackball horizontally to gain focus on the datefield then there is no way to come out from this field. It always changing date but not moving to another field. This behavior is not found on the Blackberry Simulator but only at the actual device i am using 8800 de...