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...
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...
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 ...
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"?
...
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...
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...
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...
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...
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...
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 ...
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...
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 ...
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?
...
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...
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...
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?
...
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...
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?
...
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...
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! :)
...