content

jquery table read input field value

Hi all! I made a place management system where you can create, delete or edit placenames. I'ts a table where in every row there is a placename an edit button and an delete button. At the end of the table there is a "create new place" button. Now when I click on the "create new place" button then I get a new generated row where I can wr...

Can I try my Android test code with SQL lite & Contetns provider on Emulator?

Hello everyone, I've just start to study Android. But I have no linux PC & Android phone. I just using Emulator on Windows OS. Now, I wanna try to use Sql lite & Contents provider on Android. Can I test sample code on Emulator without Linux? Some people say that I should build Android on Linux ad make Image for Emulator. Then test on...

Simplest CMS allowing content hiding for not-logged-in

I'm looking for the simplest CMS that supports the ability to show different content depending on whether you are or are not logged in. Simplest because the school users are not the most sophisticated or tech-savvy users. The CMS is for a school site, which is not permitted to show some content (because of copyright etc.) to any users ...

Dissimilar Scala book in near future

I've seen quite a few books about Scala, but those are so similar to each other. Wonder what titles (related to Scala) would you like to see that would differ from "main stream"? ...

Javascript content rotation based on percentage

Hi everyone, I need to be able to rotate content inside a placeholder div based on percentage like this. The rotation will occur on page load. So each time a user reloads a page he has these chances of seeing content 1, 2 or 3 in the content placeholder: Content 1 = show 50% of the time Content 2 = show 25% of the time Content 3 = show...

Problems with a web based browser

Hi everyone! I want to develop an asp.net website which gets an address as an input and fetches all contents of the website and changes links and js path and css paths which causes the content to be displayed correctly, and then Response.Write all of this content to my website. My question is that what's problems with this work, I mean...

Determining "boxes of interest" on a PDF page

I want to be able to determine the bounding box of areas of text, images and paths on a PDF page, similar to what is shown here: http://www.windjack.com/products/screenshot/pdfcanscreenshot2.html Looking at the PDF spec, I can see how to determine the bounding boxes of paths and images, but I can't see how to arrive at them for text. D...

Article Versioning / History

Hello there, Every now and then I find web applications that have some sort of article history/versioning where you can select a previous version of the article/content and basically do a "restore" process. I'm planning on having one like that, but I have a few things in my mind and I would like to get your opinions. 1) Should an autos...

Placing the right content into the right place

Hello, I'm in the proccess of creating my own web profilo and personal website. I have a layout and a design already done. Now I have no idea where to place my content and how. I have a layout like this: Menu Header Box 1 | Box 2 | Submenu In the header I currently have "about me" information but I'm not sure it's the right p...

Offline view of dynamic content?

I want to view dynamic contents (flash games, online transaction...etc) offline. For example, I finish level 1 of this cool flash RPG game. I go offline and play the level again. Or, I make a purchase. And make the purchase again offline. Of course this won't do anything. It will be strictly for demonstration purpose. Or, I watch a ...

Need list of all SharePoint Farm users with associated objects and permissions

Greetings, I'm looking for a little SQL to QUERY (with NOLOCK, of course) from the raw SharePoint SQL Content DBs to produce a list of users, objects and their assigned permissions. I have done other "raw" queries without problems.... for a list of all users enrolled within a site ... but I'm stuck on how to determine WHAT OBJECTS (Web...

Harvesting Dynamic HTTP Content to produce Replicating HTTP Static Content

I have a slowly evolving dynamic website served from J2EE. The response time and load capacity of the server are inadequate for client needs. Moreover, ad hoc requests can unexpectedly affect other services running on the same application server/database. I know the reasons and can't address them in the short term. I understand HTTP ...

What data should I care when retrieving only the contents of a HTML webpage?

We all know that the contents of an HTML page aren't just the data between open and closed tags, for example, <p></p>. Beyond image "alt" and any "title" attributes, what HTML offer to me that I should consider as a content? Any suggestions? ...

OutputStream delete file contents JAVA

I have files in who i need to record serialized object. I open ObjectOutputStream for writing in files. If i didnt wrote nothing in file, file content get deleted. I don't want content to be deleted when i make ObjectOutputStream. Any help? Edit: @Provides @ArticleSerializationOutputStream public ObjectOutputStream getArticleObjectOutp...

rails: emulate "Save page as" behaviour

Hey guys, for a rails project I need to provide the user with a downloadable HTML version of a statistics page. I got so far as creating a controller action that will set the header as follows and then render and return my vanilla html page: headers["Content-Type"] ||= 'application/x-unknown' headers["Content-Disposition"] = "attachmen...

How can I show different content to website visitors from a specific country in PHP?

On my Wordpress blog, I want to show additional content to people from Finland on all pages. Very much like the Feedback button at the left edge of the screen on printfriendly.com. How can I achieve this most reliably using PHP? ...

Tools for Website Content Cleanup?

I am working with a client to migrate a web site from the existing production hardware into a new hardware environment. Now seems like an excellent time to perform an audit and remove any old or obsolete content rather than just blindly copy it again. Are there any good free tools or scripts I can use to compare the web accessible cont...

How to get WPF xaml content by code on form C#

I design a form in WPF project. The xaml content is automatically generated based on the GUI I design (drag/drop,set position on GUI). How can I read/retreive the xaml content data by code in C# on form? ...

ASP.NET MVC Add View Dialog missing options

i am following the NerdDinner tutorial http://nerddinnerbook.s3.amazonaws.com/Part4.htm and have gotten to "Adding a View" (middle of the page). When i right-click the controller and select "Add view", i get a dialog that is mising the "View Content" and the "ContentPlaceHolder ID" options. Does anyone know why i cant see these option...

PHP-Retrieve content from page

I'd like to retrieve a page's content and reformat it to my liking... For example: Go to example.com Get content within tags with class "x" Pass content to specific variables Spit out the content in some pretty form..array, csv, xml... Not too hard, right? I'm a PHP noob! :) ...