content

Drupal—Content Repetition & Consistency

I'm currently working on a Drupal site (I'm fairly new to Drupal) and need to be able to create some blocks of content that appear on multiple pages and remain consistent between those pages. I'll need it so that if I change the content in one place, the change will be reflected in all places it appears. I've looked around in CCK a bit...

Java-script API system for content publishing

I'm currently stumped on how to approach this situation. my application is a content sharing system that requires the user to load my javascript file that would position a button for sharing and on click it would automatically collect content from the page and publish it to my application. My question is: What is the best way to find ...

Help on content management integration

Hi. I was wondering if I could implement a content management system for the site I am designing. I don't want something front end like joomla, as i've designed and coded the site myself. To illustrate what I want my website is; www.nclgolf.co.uk user: admin pass: shank123 I want a very basic CMS to store and call articles in the News ...

Reading Iframe content to controller on ruby on rails

Hi there, I'm trying to do something like that:(ruby in rails) I got an Iframe with content of two text lines example: **"bla bla Http://tt.tt"** How I read this content of the Iframe and set them as two keys in session. example: *session['firstline'] = "bla bla" Session['secondline'] = "Http://tt.tt"* I try'd to get the content...

how to extract body contents using regexp

I have this code in a var. <html> <head> . . anything . . </head> <body anything=""> content </body> </html> or <html> <head> . . anything . . </head> <body> content </body> </html> result should be ...

How to detect the "likeness" of data

Generally speaking, can you suggest an approach which would let me test objects to make sure they are alike. Accept that objects are alike if over 'n%' worth of content of the object is identical. Other then a brute force, are there any libraries available i can take advantage of? thanks ...

jQuery slider help

I am creating my own custom content slider and am wondering what the best way to go about it is using jQuery. I want to have two buttons next/previous. When the user clicks next the current slide will slide to the left and the new slide will show. How should I go about doing this in jQuery? I would use a plugin but they are so annoying...

Facebook Application: Hidden Content

Hey, I am fairly new to the whole coding game as well teaching myself how to execute the fbml mark up language properly. Currently I am trying to develop an application for revealing hidden content once a facebook user "likes" a specific page. I have looked at several different forums, blogs, as well as applications to get me off to a ni...

easy question about managing static content in django

Hi, I have a simple website in django where the content is static. Where i use templates like "AboutUs.html" ,"OurServices.html" or "contact.html".. now i want to use the django admin so anyone could change the content for those pages using a WYSIWYG editor (cause the people who will change this dont know html).. i wanted to create a cl...

How to reset/change expired password for DB2 Content Manager 8.4.1

I had installed IBM DB2 Content Manager 8.4.1 months ago and now I wanted to access it to continue some more work. But when I try to log in using System Administration Client, it tells me the password is expired. The error is: DGL0394A: Error in ::DriverManager.getConnection;[jcc][t4][2012][11248][3.50.152] Connection authorization fai...

how to hide joomla content from frontpage but not from inner pages

Hello All, i m using yootheme joomla template in joomla 1.5.x, my problem is that i want to display modules (if enabled ) on front page, no joomla content ( i.e. localhost/project or localhost/project/index.php) and display contents & modules ( if enabled ) both on inner pages my problem is that on front page (templ...

file permissions in php

I have created a file called config.php and it is as under <?php $dbUser="test"; $dbPassword="123456"; $dbName="testDatabase"; $dbHost="localhost"; $dbPort="3306"; $tablePrefix="test_"; ?> Now i have set permissions of this file to 744, so that i can make connection any time i need. but what would happen if anyone else will try to rea...

Apply access restriction on Content Provider

I found that if I want to use the searchable options using the search key I have to create a content provider. Content provider is used to share data across applications. But I do not want to allow access to my content provider (as well as my data) except/outside my own application. I want to use it only for search suggestion. Because ...

Interaction Between Master Page and Content Page

Hi, I have some assets listed in master page, whose id is added to the hidden field on master page on selection of the asset. Now i need to plot these assets location on google map in the content page. What i need to do is, whenever i select/deselect any asset from the master page the map on content page has to be updated simultaniously...

jQuery: How to get content not visible with overflow: hidden?

I'm trying to span content across multiple pages (divs) set at a height of 950px per div, so I can properly output to pdf. I start off with one div which nests all of the content using overflow: hidden. Ideally I'd like to use jquery to find content which is out of the viewing scope (hidden), but I can't see any functionality to do thi...

Binding in Combobox in WPF

Hi Im a begginer in wpf. Actualy im styling a Combobox which receive data from a database. The combobox work fine at this point (without style). I have edited the Control template of the ComboboxItem control in stylesheet, lazing it like resource dictionary. If the style apply to combobox with static data, the style work fine, but if th...

How search engines find the content duplication of a website.

Hi, I would like to know how search engines find that a content in the website is a duplicate content? And also how do they determine that it might be duplicated, do they use any specific technique or any tag line for it? Please provide me suggestion. ...

jQuery events within dynamic content via ajax

Is there a way I can load content dynamically using ajax and retain any jquery functionality that the loaded content may have? For example, I'd like to load in a Twitter like feed of DB records. Each record can be voted thumbs up or thumbs down. The voting uses some AJAX and I can't retain event functionality when loaded into a parent...

Serving HTML Content

I'm in need of a way to serve either HTML or links to external webpages. Basically what needs to be done is we will have webpages, and then would like to give a user of our site a URL or piece of javascript to insert into their own page, which will then display our HTML on their page upon load. Can somebody please guide me in the right ...

JQuery: Using the load() command

The website to see the error (click the home, models, etc links) : http://bit.ly/9AE2RI I am trying to get the #content-container of other pages to load into the current pages #content-container. I can do this but what the .load in JQuery seems to do is make it like so: <div id=content-container style="display:block"> <div id=con...