site

Access Database Integration with website

I'd like to have my website be automatically and continuously updated with information from an access database, but I'm not sure how to do so? Any suggestions? ...

Modify site column(type text) to allow more than 255 characters

Hi friends I have created custom site column with type text and I included in one of content types. But it is allowing me for 255 characters only. In which way I can extend it, say 1024 characters. I did this before by mentioning somewhere in web.config file but I forgot how i did. Can anyone please tell me how can I achieve this. Than...

problem with share products on facebook

hello.. i am using facebook sharer for share products which is in my website into facebook. i tried all the ways to do this..but i don't know where is the problem. when i am clicking the facebook icon in mysite then it redirecting to facebook and not displaying product name, product image, description of product. it cames untitled docu...

django admin how to limit selectbox values

model: class Store(models.Model): name = models.CharField(max_length = 20) class Admin: pass def __unicode__(self): return self.name class Stock(Store): products = models.ManyToManyField(Product) class Admin: pass def __unicode__(self): return self.name class Product(models.Model): name = models.CharField...

How to Start/Stop Default Web Site and Apllication Pools in IIS7 programmatically

Hello together I want to Start/Stop the Default Web Site and any Application Pool of the IIS7 programmatically in C# Knows anyone how to do this, is there any library?? Thank you very much ...

Code reviewing site

Possible Duplicate: Online Peer Code Review? What sites if any exist where it's possible to post code and have it reviewed by other users? ...

Open internet explorer window in C?

Hello, In c/c++ in windows, how do i open a website using the default browser.. in mac os x, i do system("open http://url"); ...

Jquery getJSON Not Working Cross Site

I have a piece of javascript that grabs JSON data. When executed locally everything seems to work fine. However, when I try accessing it from a different site, it doesn't work. Here's the script. $(function(){ var aT = new AjaxTest(); aT.getJson(); }); var AjaxTest = function() { this.ajaxUrl = "http://mydeveloperpage.com...

Is it possible to take a half done web application that has been started using VB.NET and continue using C#

A guy came to me there recently with a half done web app that has been created using VB.NET, nothing major, just a normal site. His original programmer couldn't continue so he wants me to finish it. Problem is I don't program using VB.NET nor have I any intention of learning it for a project this small. Usually I would run from something...

How to adapt mobile site for different mobiles?

Hello, I am developing a mobile site for iphone, and i want it to be used in other mobiles, for example, gphone, blackberry, sumsong, motorola etc. what should i do for adapting the mobile site for so many different mobile devices? Thanks for any advice. ...

Good wordpress sitewide message system plugin

I need a plugin for wordpress that will allow people to put a message at the top of the site that may state things like upcomming events or notifications of outages of our server..etc...etc.. Anyone know of a plugin that can do this? All the one's I've found like WP Announcement and Announcer don't seem to handle this very well. I canno...

Is there some templates for CMS to make web site like MSDN Library ?

like MS Library: http://msdn.microsoft.com/en-us/library/default.aspx or like Android developers portal: --http://developer.android.com/guide/topics/resources/available-resources.html-- ...

is there any site for broadcasting live shows?

hi, please delete the question if this site is not the right place to post this question I am looking for a site where I can log in and create events that I can broadcast. broadcast will be live and users who come to the site can watch it . And when an user logs on to watch my broadcast I can see the list of users and then have chat op...

navigating site programmatically

Hi, I am currently working on a project for which i have to navigate site programmatically. I am using C#. In some case sites navigates(change contents of page) on the event of a control, while URL remain same. like the one below http://www.centurysecuritiesng.com/Home/tabid/36/ctl/listing/mid/410/Default.aspx On this page there is a ...

DailyMotion API

Hi, Is there any API support or objective-C framework for Dailymotion to handle: 1. Authenticate an user 2. Retrieve logged-in user's videos etc Thanks in advance. Regards, Deepa ...

Sharepoint 2010 - Create Site from Code using Custom Site Template

I am creating a NEW sharepoint site from a silverlight webpart. I am using the ClientContext Model and it is working great for a team site template (STS#0). I need to create a NEW site from a CUSTOM site template that I have created, but I do not know how to reference this template being to specify a web template it is by name and only a...

VB6 Download Web Page Source

Is there a way in VB6 to download a web pages source to a string or Textbox? For example in VB.Net the WebClient class allows you to do so using .DownloadString("google.com"), how can I do the same in vb6? Note: I would like to avoid using a WebBrowser. ...

site column page (mngfield.aspx) displays unknown error

Site > Site Settings > Site Columns site column page (mngfield.aspx) displays unknown error I get an unknown error. This happens when I add custom columns from a console app using SPField. The columns are added with the given properties (verified by SharePoint manager). using System; using System.Collections.Generic; using System.Text...

How it is done? i want one of this mosaics for my site

http://www.aetv.com/criss-angel-mindfreak/season-6/scorpion-mosaic/ ...

How to get information from a list that is on another site collection, on SharePoint 2010?

Using SharePoint 2010, how can I get the information on a list that is on another site collection? ...