content

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 that need to make the master page have different colors depending on which content page is loaded in such that the master page matches the cont...

Eclipse 3.2.2 content assist not finding classes in the project

In Eclipse 3.2.2 on Linux content assist is not finding classes within the same project. Upgrading above 3.2 is not an option as SWT is not available above 3.2 for Solaris. I have seen suggestions to clean the workspace, reopen the workspace, run eclipse with the -clean command, none of which has worked. ...

How do I protect content in AIR?

I want to develop some educational content, which I want to distribute to children using Adobe AIR. The content will contain videos. Now, from what I see, AIR will put the content onto the local file system, for anyone to see. I want to prevent this. Is there a way out? ...

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 some programming behind the scenes. Having some sort of reporting about the reliability of the service, whether it's raw logs files or a web-...

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. ...

How can I hide content in a HTML file from search engines?

Say that I write an article or document about a certain topic, but the content is meant for readers with certain prior knowledge about the topic. To help people who don't have the "required" background information, I would like to add a note to the top of the page with an explanation and possibly a link to some reference material. Here'...

(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 WebResponse.contenttype, it always return me NULL. Anyone have any idea what could be the cause? ...

How to get Https URL content

Hi all I have a https link that requires user login & password. If I run it in FX like this: https://[email protected]/link/sublink it will return the xml data as expected. However, what i'm trying to do, is to automate this process. I try to use file_get_contents in PHP fSocket in PHP I even try Ajax, but still.. doesn...

Java Script to edit page content on the fly

I'm writing an article about editing pages in order to hand pick what you really want to print. There are many tools (like "Print What you like") but I also found this script. Anyone knows anything about it? I haven't found any kind of documentation or references. javascript:document.body.contentEditable='true'; document.designMode='on'...

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"> <a>One</a> <a>Two</a> <a>Three</a> </div> Which has the following style applied to it: .breadcrumbs a:before { content: '> '; } T...

how to Change the asp response Content-Type at run time

i have java web service, returns an Object contains couple of variables data, this web service being called in ASP code, but asp code always getting the Mime Type is "text/plain". even though I did setup the below Response.ContentType = "application/xml" and not parsing the web service results and error out type mismatch at loadXML. Can ...

ClickOnce - Overwriting content files

Hi, I have a solution that is deployed using ClickOnce. It consists of an application, serveral referenced assemblies and a SQL Server Compact database. There is also an assembly which is not referenced by the main application, but simply loaded at runtime. This assembly needs to be deployed along with the application, in the same dir...

Subscription Protecting Content?

What are the best ways of developing a subscription type website that provides lesson content (like Lynda.com)? How do you protect the content from download (audio and video)? What's the best way to handle passwords? Can the user have a login name and password, and then also have an additional password that changes on a regular basis a...

SharePoint A-Z groupby in CAML

Hi I'm using the content query web part and have exported it to a webpart file to allow me to change the queryoverride and groupby elements. I want to group the results alphabetically, so I thought that I can maybe use a function to grab the first letter of the title of the list items and then group by this, it might do the trick. Prob...

How do I resolve the WPF Designer error 'The type {0} does not support direct content'.'?

Hi, The following XAML (below) defines a custom collection in resources and attempts to populate it with a custom object; <UserControl x:Class="ImageListView" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Width="300" Height="300" xmlns:local="clr-nam...

Is there a free (or low cost) database of first and last names?

I am looking for a reference database that can be used to test for possible name typos in a contact database. This is for a batch process, so performance isn't a real issue. Ideally I'd like a comprehensive database, but even something like "top 5000" would go a long way. Thanks! ...

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 actual site pages into SharePoint. I'm trying to come up with the most effective way to do this. Our topology consists of an Authoring an...

Consulting Websites - need good examples of the best sites

I am working on revamping our consulting website. We have a small shop with 12 developers aimed at custom desktop and internet development with a focus on Microsoft technologies. I'm looking for some sites to use as examples - not to copy, but to see how they present services, size of company, and portfolios. I have seen many sites tha...

CMS that organizes and sort nicely

Witch CMS(+plugin/module) have the best way to organize content and multiple sorting options for lists? ...

How do I unpublish pages in MOSS when content deployment is used?

Page is published from MOSS content management server to MOSS front end server. Content deployment path is used to publish the page. I can remove/unpublish page from content management server. But content deployment doesn't remove page from front end server. I FOUND AN ANSWER FROM: http://blogs.technet.com/stefan_gossner/pages/content...