no

Drupal not updating data for content page

Hi, I am using Drupal 6.19 to build a simple website with its own theme and layout. I also added and updated content regularly till I ran into a typical problem yesterday. There was a node-24 with a url alias of 'projects/india/current'. It is a content of type 'page'. As soon as I updated the content for this node, the data was not save...

[Tortoise SVN]: No context menu in Windows 7?

Hello, I'm using Windows 7 Ultimate 64-bit. I've installed the most recent 64 bit version version form official site, restarted PC and can't see a SVN context menu even when shift-right clicking. I've uninstalled this version and tried with 32 bit one, but still no luck. They say in FAQ it happens when you install 32 bit app on 64 bit...

Create US heat map with mouseover popup features and NO FLASH

HI, Currently am using an interactive flash map on my website, which displays different colors for different states of US based on some data. I also have a mouseover feature to display additional data when user hovers over a state. Are there any tools to achieve the above functionality without using flash (mobile compatible). I'm ready...

Technical name for switch statement without breaks

Does anyone know the "technical name" for a switch statement without breaks? I have looked through several textbooks and searched online for quite a while with no results. ...

list inside scrollview

On my screen I have a list view and a button. my list has like 8 item. I would like my screen to scroll if both these items does not fit in. I don't want my list to have scroll but the complete layout including both list & button. If I use the below layout it only shows on item inside the list and I have to scroll within the list to go t...

sql pivot with no aggregate

Whilst trying to pivot a sql table I came across this post Here . By using this method I have created a query. However i have now realised that it of course aggregates the results with the MAX function. However I need the Colum to pivot but for all occurrences to be show. Code taken from above post. SELECT dy, MAX(CASE WHE...

js error "_ci has no propeties" in firefox

I tried to implement a calender control into my web app. It works find in IE, but got error "_ci has no propeties" when running in firefox. document.writeln('<iframe name="__calendarIframe" id="__calendarIframe" width="100%" height="100%" scrolling="no" frameborder="0" style="margin:0px;"><\/iframe>'); var __ci = window.frames['__calen...