content

Asp.net dynamic table content is removed when saved in Viewstate

Set content of table ... ViewState["Table1"] = Table1; // When remove this line, table is seen on the page. ... What should I do, urgent please. ...

CSS: navigation bar to expand to the whole page height

Hello guys, Im not too great at CSS but hopefully someone on here can help. I have the following mockup. (i have stripped out my content to make it easy to view) <body> <div id="container"> <div id="header"></div> <div id="body"> <div id="navBar"></div> <div id="mainContent"></div> </div> <d...

activate lightbox on dynamically added content

Hi, I'm developing a little portfolio where I can choose a category and when I click it, the content (thumbnails) of that category will be shown (this is via an array). e.g. photography[0] = <a href="..." rel="lightbox" /><img ... /></a> photography[1] = <a href="..." rel="lightbox" /><img ... /></a> At first the site shows the c...

Jquery site questions

im developing a site heavily based on jquery and involving wordpress. is there any way to navigate between pages without reloading the whole thing, other than simple hide/show functions or with hide/show how can i link to a certain part of the site? for example if the home page is a heap of divs <div id="1"> <p>content here</p> </div> ...

sharepoint content are not searchable...why?

I create a form form infopath. on that form i took the text boxes with corresponding fields. then i embed the form in sharepoint. then in my document library , clicked "new", filled up data. then i can see the data columns wise in my document library. let say i fill data as "Lalit" when i tried to search it , it gave me message . "No re...

Low-fi Learning Management System?

Being on the student council, I want to make a website for my high school. The website basically should allow the students to select the courses they are attending from a list of courses. For each course, the following features are needed: - Teachers should be able to list assignments, deadlines and tests. - Teachers should be able to up...

Content replacement from external website

So I am pretty new to jQuery and Javascript in Gen. I like the simple load() functionality that JQuery uses. My question: Is it possible to load content from an external website using the load() function? $(#placeholder).load("http://wwww.facebook.com/someuser"); tring to sync content on a specific facebook page that will be loaded i...

How to use a Dynamic Data page template in a CreateUserWizard TemplatedWizardStep

I am busy building an ASP.NET website that runs off a SQLServer 2008 backend database and I am using LinqToSQL and Dynamic Data. I use ASP membership for user registration. However I need to capture extra user information that is stored in other tables. I am using ASP's built-in controls i.e. login, change password, create user wizard et...

how to connect sharepoint content database to my web part application?

Hi all, I am developing the web part that will show the chart.but for that MS chart control we need the datasource of sql server.now i have designed some infopath forms & deployed in sharepoint site on my url.what happens the sharepoint created the content database for all forms libraries.I want to show a chart on the basis of the data o...

jQuery's load() doesn't display images

Good evening everyone, I am using a JavaScript to load/override content from an HTML-File into specified divs. You can watch a demo. The javascript that does the load job looks like the following: function loadScreenie(elementSelector, sourceURL) { $(""+elementSelector+"").load("img/screenies/"+sourceURL+""); } and gets invoked ...

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? Secondly, the RSS readers, sort the content by Date, based on the pubDate or the lastBuildDate? ...

Image doesn't display using readfile / file_get_contents

if(preg_match('/^[a-zA-Z0-9]+\.(gif|jpe?g)$/',$row['filename'],$matches) && is_readable($row['filepath'].$row['filename'])){ echo header('Content-Type: image/'.$matches[1]); echo header('Content-Length: '.filesize($row['filepath'].$row['filename'])); echo file_get_contents($row['filepath'].$row['filename']); } else ...

City Country State Datebase

I am looking for a good City, Country State database It does not have to be crazy detailed, something that has a good coverage of Cities and their corresponding State,Countries in the world will do it for me. Appreciate if you can point me some links. Thanks ...

Content Taxonomy along with Conditional Fields

I'm still young at Drupal.So please correct me wherever needed. I have a requirement wherein I want my content type to have my own fields (achieved with CCK), then I want one of the fields to be a selectable drop down and each drop down value should actually categorize them so that each type can come on separate page. This I managed wit...

Display Drupal content outside Drupal?

Is it possible to use Drupal to feed a few dynamic portions of a mostly static website? We have a plain old website and are looking to create a sibling site just for web-app stuff (private CMS, databasing, some forms for specific things, etc.). Some of the content we create on the sibling site (which would be Drupal), we'd like to rend...

Manipulating the content of an email message

Hi, I am looking for a solution that will enable me to connect to a mailbox, obtain an email, apply specific modifications to the email body (for example, change the content), and then forward the newly modified email to a new email address. The trick is that such modification must not destroy the format and headers of the original emai...

Reponse outputstream content length?

I am writing to output stream through various methods. How can I, before I close it, find out content length of the outputstream? ...

Splitting a string in C#

I was wondering if somebody could help me use string split to get all occurrences of text in between <p> </p> tags in an HTML document? ...

Database of the world's major cities

Do you know where I can get a free database on major cities of the world? Something along the lines of http://geodatasource.com/world-major-cities.html but $400 cheaper. ...

JSP response content type Excel

when i set response content type is excel. In excel sheet it is dsiplaying 1-Jan instead-of 1-1. here is code snippet <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <% response.setContentType("application/vnd.ms-excel"); %> < table>< tr>< td>1-1< /td>< /tr>< /table> Appending s...