Tagged Questions
'Content' refers to items of substance, usually visible, which are placed in containers for consumption by a client entity, such as an end-user.
86
votes
6answers
35k views
Adding HTML entities using CSS content
How do you use the CSS content property to add html entities?
I have a number of links which I make into a breadcrumb style list by adding an arrow before each.
<div class="breadcrumbs">
...
41
votes
19answers
1k views
Should css class names like 'floatleft' that directly describe the attached style be avoided?
Lots of websites use class names like floatleft, clearfloat, alignright, small, center etc that describe the style that is attached to the class. This seems to make sense so when writing new content ...
25
votes
3answers
490 views
US Government APIs?
I'm working on an app to provide an easy way for people to track the status of a bill [and various other political information]. I love the idea of OpenCongress, for instance, which surfaces summary ...
22
votes
15answers
10k views
What's the best CDN for image hosting on a high-volume web site?
Akamai is way too expensive. Photobucket is not reliable. Is there a great content delivery network that I can use just to host my images?
We deploy images programmatically via FTP, so there is ...
21
votes
14answers
6k views
Tool or library for comparing xml files
I am looking for an XML comparing tool that understands xml. It cannot be a line by line comparision like WinMerge or Beyond Compare.
An ideal solution would be one that shows changes similar to the ...
15
votes
1answer
3k views
Chrome extension: accessing localstorage in content script
So, i have an options page where the user can define certain options and it saves it in localstorage:
options.html
Now, i also have a content script that needs to get the options that were defined on ...
12
votes
6answers
992 views
Is Django Book platform available?
The Django Book has a neat content publishing template. Anyone knows if it's available for public use?
Alternatively, what Django sources would you recommend as an easy to use, out of the box CMS?
9
votes
9answers
251 views
Is a wrapper <div> a violation of content-style separation?
It's been said that the goal of CSS is to provide visual presentation and the goal of HTML is to provide structure of the document. Well, thank goodness. It has gotten so much easier, especially with ...
9
votes
8answers
11k views
Android WebView wrap-content
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????
8
votes
1answer
2k views
In XPath how to select the element content
Is there a way of writing an XPath expression to select the content of the element.
e.g.
<Element>xxx</Element>
Assuming I can write XPath (/Element) to get Element how do I tweak the ...
8
votes
4answers
344 views
What content have you made/seen made using procedural techniques
Hey S.O. guys,
I was looking at some study i have to do in the future to do with procedural generation techniques and i was wondering what type of content you have:
Developed
Helped Develop
Seen ...
8
votes
3answers
549 views
Scripts/Stylesheets: Consolidate locally or use CDN?
I can obviously do some limited testing of my own, but I'm hoping to hear from some people with real-world experience on at least medium-scale web sites.
Two of the items on every "top 10" list for ...
8
votes
3answers
2k views
What is the difference between <pubDate> and <lastBuildDate> in RSS?
I have the feeling, in every RSS.xml file, both the pubDate and the lastBuildDate match.
I am sure that this one, is not always true...
So firstly, what is the difference between those two above?
...
8
votes
9answers
429 views
Displaying code in blog posts
What libraries and/or packages have you used to create blog posts with code blocks? Having a javascript library that would support line numbers and indentation is ideal.
7
votes
2answers
252 views
Muslim Hadeeth Database / CHM to CSV or SQL
I am looking here to create a Facebook App on Hadeeth.
My first question is for muslim programmers here because other might not be having clue. Is it possible to find hadeeth in csv / sql (at least ...
6
votes
3answers
96 views
Are there other sequences browsers interpret as HTML special characters?
In HTML, there are several special characters < > & ' " which have significance to the DOM parser. These are the characters the popular functions such as PHP's htmlspecialchars convert to ...
6
votes
1answer
73 views
Block images, CSS or JS if the user did not visit my site
I suddenly get a lot of requests to my site (wget, curl etc...).
I do not want any of these request to be executed unless a user has visited my site at least once using a valid browser (like Firefox ...
6
votes
1answer
958 views
Storing file in Android Database (Custom Content Provider) using _data field - v1.6
I have been battling with an issue in my Android app. I have been reading Android docs, my book on Android (Andriod Pro 2) and have looked at almost each and every example I could get my hands on but ...
6
votes
3answers
216 views
Eclipse Content Assist Slowness with large projects
I am facing extreme slowness in Java Content Assist with a large java project in Eclipse. The project has a lot of dependent jars (>100). I'm not really sure if the slowness is due to the dependent ...
6
votes
2answers
624 views
Optimize loading an XAP file with an asp.net website
I've been developing a game using Silverlight 4 and silversprite (http://silversprite.codeplex.com/)
This game is HEAVILY content dependent, using a lot of audio and images. My content folder is ...
6
votes
2answers
827 views
Display different content for anonymous and logged in users
What I need to accomplish is this:
If an anonymous user visits the site, show regular site content.
If a user logs in to the site, then user-related content appears in place of the regular content.
...
5
votes
2answers
617 views
When to use a Content Provider
I understand that Content Providers are made to allow publicly sharing data between applications. However, I'm wondering if anyone has thoughts about making a Content Provider to use just within your ...
5
votes
2answers
119 views
Filesystem-based web content
I plan to pull my Java web apps's content from a filesystem, for the sake of simplicity of editing. These files will be most probably only a text in a simple markup like JTexy or Markdown.
What I ...
5
votes
7answers
5k views
IE - Color transparent not working
I have a problem with the IE (what else?):
I generate content with CSS which has also a background-image.
I looks like that:
#nav ul li:after {
content: "--";
position: relative;
...
5
votes
3answers
891 views
XNA Xbox 360 Content Manager Thread freezing Draw Thread
I currently have a game that takes in large images, easily bigger than 1MB, to serve as backgrounds. I know exactly when this transition is supposed to take place, so I made a loader class to handle ...
5
votes
6answers
15k views
(C#) How to check if System.Net.WebClient.DownloadData is downloading a binary file?
I am trying to use WebClient to download a file from web using a Winform application. However, I really only wanted to download HTML file. Any other type I will want to ignore. I checked the ...
4
votes
4answers
305 views
delphi compare text file contents
We need to compare the contents of two (or more) text files to determine if we need to create a backup. If they differ we create a new backup.
I currently use the CRC value of each file to check for ...
4
votes
3answers
362 views
View contents of a dll
I am looking for a tool to view contents of a C# dll, preferably a free one. .Net Reflector used to be free but not anymore. It is an awesome tool and you can easily see all code down to the line. PE ...
4
votes
4answers
389 views
How to set the content of an HttpWebRequest in C#?
An HttpWebRequest has the properties ContentLength and ContentType, but how do you actually set the content of the request?
4
votes
1answer
123 views
jQuery traverse inside p
So I'm having a problem with some jQuery.
Basically, I need to create a function that will split a paragraph, when it becomes too large for a container. Half of it will remain in the current ...
4
votes
1answer
514 views
Silverlight Defaulting ContentPresenter Content
Why won't this work?
In generic.xaml for a custom control:
In the style applied to the custom control...
<Setter Property="ChromeContent">
<Setter.Value>
<Grid />
...
4
votes
2answers
830 views
Add dynamic form content in MVC
I'm trying to add dynamic content to my mvc application.
I'm using Steven Sanderson post Editing a variable length list, ASP.NET MVC 2-style, and thanks to it, I had some dynamic content into it.
Due ...
4
votes
3answers
282 views
jquery add <br> to h2 if h2 contains this word
if the h2 has the word ply i want to add a break.
the titles are dynamically called, the site is html so i can't use php on anything.
heres the h2
11/400-5 4 PLY EXPERIMENTAL TIRE AIRCRAFT TIRE
...
4
votes
1answer
616 views
jQuery featured content slider
I have a content area that loops through divs and shows there content.
I'm having trouble making it display the initial content, unfortunately it waits 5000 milliseconds before triggering the very ...
4
votes
1answer
93 views
Help with animation
I've used the "FeatureList" Jquery Plugin to make my own content slider.
The script can be found here: http://pastebin.com/7iyE5ADu
Here is an exemplificative image to show what I'm triyng to ...
4
votes
3answers
346 views
How to internationalize content on ruby on rails?
How can I internationalize say a categories table (with a name column) into different languages. How about a products table (consisting of a name and description columns). Which is the best way to ...
4
votes
6answers
6k views
How to get the content of a remote page with JavaScript?
I have a URL of a remote page from a different domain which I have to download, parse, and update DOM of the current page. I've found examples of doing this using new ActiveXObject("Msxml2.XMLHTTP"), ...
4
votes
3answers
2k views
How to test content providers on Android
I am trying to test my DB using ProviderTestCase2<T>. I can see the test DB being created. As such I suppose, the tested content provider should use the test DB. But as soon as I try any calls ...
4
votes
3answers
323 views
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"?
4
votes
6answers
866 views
Unit Testing Email Content
I'm usually one to say any piece of code no matter what it does, especially if it's runs in a production environment should be tested.
I've been wondering, however, if dynamic email content should be ...
4
votes
4answers
2k views
Best way to migrate site content into a new SharePoint site
My team is working on a project to migrate a .com site into SharePoint.
After all our look and feel assets, master pages, content types, and page layouts are created, we need to actually "move" the ...
4
votes
4answers
4k views
How can I change the background of a masterpage from the code behind of a content page?
I specifically want to add the style of background-color to the body tag of a master page from the code behind (C#) of a content page that uses that master page.
I have different content pages ...
3
votes
5answers
53 views
How can I replace or remove a wrapping div from markup with javascript or jquery and keep the dynamic contents in its place?
I have an rss widget in place that is generating these weird divs that effect the layout of the blog post. These divs surround and image and only one paragraph of text pushing other paragraphs that ...
3
votes
2answers
131 views
Looking for Content editor with MarkLogic integration
My company has been using MarkLogic for 2 years, and we currently use it to store Science-related articles.
Seperate to MarkLogic, we use MS-SQL Database powered Content-Management-System for ...
3
votes
3answers
98 views
Dynamic content for Android layout
Pardon the question title because I'm not really sure of the right term(s) to use.
I am just familiarizing myself with ListView and what I want to do is this:
-Suppose I have a Dog class which has ...
3
votes
2answers
95 views
How to sort div's by content date
I'm trying to sort div's by content date...
What i've got is sorting. But not by date...
HTML
<div id="all_elements">
<!-- one element -->
<div ...
3
votes
1answer
70 views
How to structure this SQL query. Combining multiple tables?
NOTE: This is not a duplicate of my other question . I have changed the table structure and need new help with a new query.
So basically I'm getting notifications of new content on my website. I have ...
3
votes
1answer
673 views
Content Provider and Content Observer Example?
I am new to Android development and playing with content providers and content observers. However I am having trouble finding examples online. I have been playing and reading about this but have ...
3
votes
1answer
103 views
What is reliable way to clip *content* of a web page?
I wonder how it is possible to (more or less ) reliably clip the content from a random web site (using Ruby or JavaScript, doesn't really matter).
Much like Evernote and Flipboard do.
What is the ...
3
votes
6answers
256 views
How to get content of a javascript/ajax -loaded div on a site?
I have a PHP-script that loads page-content from another website by using CURL and simple_html_dom PHP library. This works great. If I echo out the HTML returned I can see the div-content there.
...