content

Check if data from a url has changed since last time?

Hi There, For a given URL, I want to check if the content has changed since the last time. The content for the (http) URL is generated by a script which goes through several modifications regularly. Need to see if there are any regressions caused by this changing of the script. Prac ...

How can I get content of HTML <body>

Hi, when I have html: <html> <head> </head> <body> text <div> text2 <div> text3 </div> </div> </body> </html> how can I get with DOM parser in JAVA content of body: text <div> text2 <div> text3 </div> </div> becasuse method getTextContent return:text text2 text3. - so without tags. It is possible ...

IE 6 Compatible Content Slider suggestions

Hi Folks, I am working on a site that requires a selection of images to appear in a tabbed featured content area. Does anyone know of a good (IE=>6) compatible content slider that would allow me to do this? Any language goes, but the simpler the better. Thanks! ...

If I use GPL licensed game models, does the game have to be open source?

I am attempting my first commercial game. I am using some paid-for content and some free and have found some content under GPL license that would be very suitable to use in my game. Although my game uses NO GPL code and I do not want to open source the game, I would like to use some 3D models that have GPL license. The models will be pla...

Content of a WPF button - unable to put anything but text

I designed a nice STOP graphic with red bg and gradient and all that in Expression Design - just like it'll look on a real taperecorder or something. I exported it as a XAML WPF Resource dictionary and got the XAML code. I want this graphic to appear inside the button along with the text "STOP". If I directly paste the XAML inside the...

Looking for ways to prevent users from contributing tasteless content.

Hello. For my upcoming social network site, I would like to stop participants from contributing tasteless content (text, pictures, videos, audio). I am devising a mechanism of moderation but I believe soon the amount of content being contributed will outgrow my teams capacity to proof-read. I am looking for ways to automatically handle t...

autoversioning image links INSIDE css and javascript files?

Hi folks! Inside my PHP application, I'm already successfully autoversioning my static content (CSS, JS, and images), so my URLs look something like this: <link rel="stylesheet" href="http://example.com/include/css/global.1262063295.css" type="text/css" media="all" /> <img src="http://example.com/images/logo.1254284339.png" alt="" /> ...

Uploading a Content Management System Website to the internet

Hi everyone, Before I start I want to say this is my first site I am uploading that has a database - so I will appreshate any help whatsoever! What site is the best for webhosting - the cheapest and most reliable? I'm not sure how big my database will get - but I need to have a lot of space! (just in case). I, of cource, don't want my...

Android WebView wrap-content

Hi Friend... a simple question... Is it possible to Load a URL in a webView and resize it to fit the screen... i Mean i want to make the WebPage small so that the user doesnt need to scroll... IS it possible???? ...

how to remove matched tags but leave content with JQuery

I have HTML like this: <div> <div class="a"> content1 </div> content 2 <div class="a"> <b>content 3</b> </div> </div> and I want to get rid of the div's of class="a" but leave their content. My initial attempt was: $("div.a").replaceWith($(this).html()); However this is undefined. How would you do this? ...

iPhone application - additional chargeable content

I was considering developing an application which would: 1) form part of a suite of similar applications; and 2) allow the user to download additional chargeable content. I would be extremely grateful if somebody could point me in the direction of any resources where this approach is discussed programatically and practically (i.e. App...

Drupal automatic glossary for specific terms

Greetings all helpers! I have been reading and testing Drupal features recently and I find this CMS very scalable and interesting. I began working with themes, views, content types and ect... but I am looking for something I cannot find on the internet. Context : I am creating a new website for one non-profit organization of mine for t...

need suggestions about content filtering project

i'm thinking of designing and implementing a content filtering software as my graduation project. i want it to be a user contributed software. i mean, users can also add/categorize websites. it should be also a web project and extensions for browsers like chrome, firefox, ie.. my question is which programming language do you suggest fo...

How to register listening for Contact changes on android 2.0?

How to register a content observer to listen for changes in the contact database in android 2.0? What URI should I use? Thank you ...

UITableViewCells reorder when not visible on screen

I have a problem and lots of difficulty finding a solution, even if I would assume lots of people should have had similar issues. Hopefully someone can help me. I've created a Settings screen for my application using a UITableView. A NSArray is used to configure the controls I intend to display. The array looks like this: [self setCont...

Qt painted content goes lost

Hi All, I am writing an info-screen program. I created a full-screen widget and draw contents onto it. In order to extend the life cycle of the TFT-display device, I want to implement a pixel-shifting feature. With other words, in every X minutes, I shift the screen to left/right/top/down for Y pixels. My approach is as follows: I ...

Is there someway to change the content of a page with the htaccess file?

Hi! I just wanted to know if there is someway to use the htaccess file to chnage the content of a page(s). Maybe something sort of like the redirect, but instead of sending the user to another page, it would just change the content of the whole page. Thank you for any and all help! ...

Need Ontology of software engineering terms

I'm trying to implement a Question Answering System based on software engineering ontology. This is a [class/university?] project; it will use the java language. Can you please help me locate software engineering ontologies i.e. ontologies [or even taxonomies / folksonomies ?] that include words and concepts found in the domain of Soft...

Collapse/Visible UserControls on ButtonClick with MVVM - no swap mechanism -

Hello, In my scenario I have a MainView + MainViewModel, UserControl1 + UserControl 2. In the MainView I have 2 buttons labeled: Button_ShowUserControl1 + Button_ShowUserControl2. At the lower part of the MainView I have a "ContentGrid" which takes/should_take... every UserControl. My goal: When Button_ShowUserControl1 is clicked Us...

DIV tag not changing height depending on content

Hi, I have an asp:panel and a gridview inside the same panel. The asp:panel is getting rendered as < DIV> The problem with me is DIV tag is not adjusting its height with content in IE7. But in IE6, its working perfect. I tried style="overflow:auto;" (for asp:panel)...But what happened is am able to see scroll in IE7 (...and ie6 works ...