HI all,
I have Ishare URL " www.example.com\ishare " which i opened it thru wshshell.
I want this page to be reloaded every 10 seconds. any help on this would be much appreciated. following is the script,
Dim WSHShell
Dim oShell
Set WSHShell = WScript.CreateObject("WScript.Shell")
WSHShell.Run("iexplore…
I am developing a web application to accept a bunch of text and attachments (1 or more) via email, web and other methods.
I am planning to build a single interface, mostly a web service to accept this content.
What design considerations should I make?
I am building the app using ASP.NET MVC 2.
Should the…
I have used all the Standard Network related code for Getting Images of about 45KB to 75KB but all are failing these methods work fine for Files of about 3-5KB size of Images. How can I achieve Downloading Image of 45 - 75KB for displaying them on an ImageView in Android for my Netowrk Operations the Things…
Hi,
I am Scala newbie. Just started playing. Today i started to install scala plugin for eclipse (in ubuntu machine), but its failed everytime. Below the error message.
An error occurred while collecting items to be installed
session context was:(profile=PlatformProfile,…
Hi,
i need to retrieve all the city names from a specific country using openstreet map or google maps. is there any API available?
or is there any other way of getting this world geographic data?
Cheers
I have a database table and one of the fields (not primary key) is having unique index on it. Now I want to swap values under this column for two rows. How could this be done? Two hack I know are:
Delete both rows and…
I have made an grailsapplication. Now i have to make it complaint with the REST protocol. how do i do this ? can i get any material where i have examples of how to carry out this process ??groovygrails
I'm on developing a twitter kind of Application where in I want that the user would be displayed the timelines and the Textview in the Lists require to perform clicks on (http://)URLs, (@)usernames, and (#)hasTags and I…
Hello ,
I am creating an live search for my blog..i got this from w3 schools and i need to add on keyboard up,down mouse up and down event ...
<html>
<head>
<script type="text/javascript">
function…
When I run in visual studio I am able to connect to openid provider, But if I host app in IIS ,I am not able to connect to openid provider. (I am getting error at CreateRequest)
Please let me know what settings has to…
Hello, i tried to search for any previous post related to my issue but couldnt find any. I have a scenario where in page handles 3 different scenarios and one of them not working. This page returns different content…
var sendBuffer = new ArrayBuffer(4096);
var dv = new DataView(sendBuffer);
dv.setInt32(0, 1234);
var service = svcName;
for (var i = 0; i < service.length; i++) {
…
I am new to NSIS install creator and I need to run an external executable because this is an prerequisite and once it if finished i will be continuing the setup.
I tried the below code but it just copies the exe to…
I want to change address of my online page but want to make sure that I won't lose any SEO thing.
e.g. want to move a page from http://example.com/1.aspx to http://example2.com/a.aspx
Is it possible to do this?
…
My requirement is to send a link message to mobile via bluetooth in C#. The message should contain some hyperlink. And when the user opens the message it should directly open the link in browser.
It should work…
I have Activity with ListView inside it and in the onCreate method of the Activity I have code for populating the Data of the ListView this Data is a server based and so populating includes calling Network URLs.…
i have an paragraph and user will search inside that and if the search term has 3 matches inside but all are in 3 different places
ex
World War II, or the Second World War[1] (often abbreviated WWII or WW2),…