web

Is there a legal way for me to embed the Calibri font into a website for non Windows Vista/7 visitors?

I would like to use Calibri for my website. I would like to use the Calibri font for my website even when the visitor does not have the font installed (ie. non Windows Vista/7 visitors). Does Microsoft allow embedding of the Calibri font into a Web Site? If so, what technology do they allow this? EOT? Thanks. ...

UI fonts and languages

I am developing a multilingual web application that has a nice looking UI. I thought using CSS 3's font-face property to make it even nicer UI, but I'm not really sure if that's a good idea. According to some people I have talked to, different languages need different fonts. This means that there is no single font that can display charac...

Problem installing Umbraco with Microsoft Web Platform Installer .

I've been trying to install Umbraco using the Microsoft Web Platform Installer. I'm not sure what credentials to enter for "Database Administrator" and "Database Administrator Password". I've tried the default "sa" as "Database Administrator, and for every password i use i get the error message: "Login failed for sa". Please what really ...

asynchronous using a ring network

I am asking asynchronous web service application/entities using a ring network. Does anybody have any information about that? I know usually the communication among them are like a star. But the requirement is using a ring network. ...

Accessing elements of this xml

<wsdl:definitions targetNamespace="http://www.webserviceX.NET/"&gt; <wsdl:types> <s:schema elementFormDefault="qualified" targetNamespace="http://www.webserviceX.NET/"&gt; <s:element name="ConversionRate"> <s:complexType> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="FromCurrency" type="tns:Currency"/> <s:element minOccurs="1...

Help with inner content box margins/padding

I am working on a layout for a new site, and I'm having some trouble achieving what I want with the CSS. First of all, I want everything to always stay within the view of the current browser window, with scroll being in my content and not the browser itself. I have an outermost DIV which acts as my "wrapper" for the site displayed center...

Calling WebClient within WebService

Hello everybody, I started developing an application in Silverlight that was dealing with downloading the HTML of a website and then parsing it. With Silverlight 4 this can be achieved easily by simply requesting elevated permissions. With Silverlight 3, however, the only way to get the HTML of a website is via a WebService call. My ini...

Setting proxy and get response

hi I want to implement program by c# application. first of all I need web request to a remote server and set proxy and view sourcecode of that page. How I can write codes is there any code? ...

Dynamic page with JSF

Hello everybody! I need to make dynamic web-page/form in JSF. Dynamic: In runtime I get the number of input fields Ill have together with buttons. I'll try to demonstrate you what I need to make. inputField1 inputField2 inputField3 BUTTON1 inputField4 inputField5 BUTTON2 inputField6 inputFiled7 inputField8 inputField9 BUTTON3 I hope...

HttpParsing for hypertext

I am in process of getting all hierarchical links from a given link and validating them; This is the code I wrote. But I am not feeling it as efficient. Reasons are: 1.For the non unique links which open same page, code is getting sub-links again and again 2.Is the code getting all links? 3.Is it making valid URLs from the sub-links...

Background login with OAuth

I'm soon to write a web based Twitter client which I plan to allow users to login with OAuth. My question is; can, once a user has logged in once already, my app login later and 'background' process their feed for them? I.E. does the user have to 'be there'? ...

IIS, Web services, Time out error

Hello, We’ve got problem with ASP.NET web application that uses web services of other system. I’ll describe our system architecture: we have web application and Windows services that uses the same web services. - Windows service works all the time and sends information to these web services once an hour. - Web application is designed fo...

docbook wysiwyg editor for the web

Is there any ready-to-go docbook editor for web applications out there? I'm thinking of something like FCKeditor or TinyMCE that returns a docbook xml code back to the web application. I am aware that FCKeditor is customizable to do this, but I have not heard of anyone who did this. ...

Web based XML Editor

can anyone suggest an "web based" xml editor? (preferably open source) Ideally, I would like a "grid" view that mimics: http://www.oxygenxml.com/xml_grid_editor.html ...

IE automation from a web service

I have a unique problem where I need a copy of IE to do some session management and run some JavaScript on the page. The goal is to retrieve a value representing the server side session ID written by the JavaScript into the HTML response. The code looks like this: public class RemoteFileProcessor { #region Fields (1)  private ...

How I can access to WSDL 1.1 file from ASP.NET 3.5

I have a WSDL 1.1 file which describes my Web Service. Now I need get access to its methods using ASP.NET 3.5 I tried to use wsdl.exe utility but I think that this utility use only WSDL 2.0 format. ...

check if update web page

i downloaded a web page ".html" on mu hard disk i would like to check if this page has been updated recently without downloading the page again.. P.S. when i use last-modified it doesn't work on some servers Can anyone help me?? thanks in advance ...

would changing domain name affect all the emails under current domain name?

Hi my friend wants to change his current website domain name to a new one and stays with the same web server company yahoo. what happens to all the emails data under the current domain name if I change to a new domain name? How do i retrieve it back? Thanks ...

Blank page shown in Mozilla Firefox

I have a jsf page which works perfectly fine[Both in IE and Mozilla Firefox] when the application is deployed locally. But i deploy it at the client place and I try to access the page in mozilla FF i get a blank page but it shows up properly in IE. Now if i do a remote desktop connection to the system where the application is deployed ...

Javascript function getting called only on event!

Hi, I have a javascript function, I want it to be called programatically on init and later onClick event but its not getting called programatically but works ok with onClick. The example would be: function init() { a(); } init() is called on initialization which should call a() but thats not happening! ...