i want to know is there any way to access remotely a system from home when my office pc is switched off, is it possible to even access it in swithch off mode,
means can i powered it on
I have an Access 2000 program handling the receiving of goods in the company.
I need to Export Inventory Items and Quantities to Quickbook (enterprise 2007?). I have a good handle on the Access program, but know nothing about quickbooks.
Can this be done? What would I need for it?
I've an android application that needs to navigate to a google service webpage (say calendar). Because I already have a Auth Token (using Android Accounts manager), I want to skip user being redirected to web login. Would auto-login be possible using authtoken ?
If yes, what is the exact Url with params
Hi,
i have an ebook(relatively large size say 800 pages),in HTML format. I am opening that book as webpage using webkit-gtk+. If i load the whole book at a time,it takes too much memory(RAM ).So i dont want to load the whole book at a time, but load the part of the book which is currently on display. and when the user scrolls down, next part should be displayed.How can i implement that ?
Hi All.
I have a Windows Media Player control embedded inside my webpage, I feed it some URL to stream from (ASF file).
How can I get from the WMP control the resolution in pixels of the file being played?
Thanks
Roey
Hi.
I want to access a usercontrol in my class file not in aspx.cs.i need to typecast it using ASP.usercontrol_ascx type but i cant access ASP namespace from my .cs file..how to typecast the usercontrol??
Thnx....
Hey Guys,
I am having a hard time getting the rewrite rule setup correctly for my website&blog. Here is the current line in Apache's virtual host:
RewriteRule ^/(?:blog|apc|_em|phpsecinfo|blog/)/ - [L]
I am able to access my URL at www.domainname.com/blog/
But I am unable to access it at www.domainname.com/blog (without the ending /)
How can I edit my Rewrite rule so that I can reach the blog without the ending / ? Thanks
Hello. Does anyone know how I can make a live chat on a webpage? Maybe using PHP and have the text stored into a database? If so, how could I get the text to automatically show on the users live chat, without refreshing?
Any ideas? Thanks.
Hi,
I have saw some time ago library where you can import your 3d objects and it will draw those out. You could also animate the objects.
The webpage itself was back and there were rotating gear at the corner...
Can anyone recall the name of the library?
Also you can mention if you know some other neat js libraries.
Thanks!
hi
i need to access form data given entered in one jsp in another..
this is how my code looks
fisrt jsp:
second jsp:
<%=request.getParameter("firstame")%
now this prints a null value..
what is the mistake here?
how do i get to access the values in my second jsp?
Am using this AS 2.0 Code on a button in flash CS3 :
on(press, release) {
getURL("http://somethinghere...","_top");
}
unfortunately, it doesnt work.
However, when i Ctrl+Enter in flash and click the button, it does.
it doesnt work after embedding the SWF movie in the webpage/browser.
any ideas?
From what I read on the internets, WCF Data Services seem to be bound to data access via Entity Framework on the server.
Is there a way to have NHibernate access mapped in the same way?
how can I capture response from twitter.com? To make sure that everything went ok?
I am using ruby and ruby twitter gem and the my code is basically like that
oauth = Twitter::OAuth.new('consumer token', 'consumer secret')
oauth.authorize_from_access('access token', 'access secret')
client = Twitter::Base.new(oauth)
client.update('Heeeyyyyoooo from Twitter Gem!')
Hello, I have no access to the httpd.conf. How can I redirect the users if the type one folder more like - http://www.example.com/folder/folder2/ -- redirect 404 to the main page.
The users should only have access to this root http://www.example.com/link+custom1+custom2/
and if they type something like that http://www.example.com/link+custom1+custom2/onemorefolder/orTwo/ -- redirect
how can I do that only with .htaccess and without php?
What are the best practices for securing a coldfusion webpage from malicious users? (including, but not limited to, sql injection attacks)
Is cfqueryparam enough?
I mean you have not access to svnadmin, neither you have access to its files system. I'm going to backup source of my project in codeplex.com.
Many Thanks
hi folks,
i have an app in salesforce..but i need a standalone webpage ..so i imported the objects created ..please coulde you give the codes for this three buttons...
add
edit
delete
I understand to do this on the iPhone you need to trap link requests (as per my other iPhone question UIWebView Expose JavaScript) and you can easily do the reverse and access JavaScript from Obj-C code.
However, I would like to have JavaScript be able to call some Objective-C functions that would somehow be registered with WebKit. I assume that you can do this better than trapping links like on the iPhone as on Mac OS X we have access to the full WebKit.
I wish to basically do the reverse of Using JavaScript from Objective-C
I'm passing a varaible to a iframe but can't seem to access this variable via the global get variable.
<iframe src="uploadContract.php?clientid={$clientid}" frameborder="0" height="95"></iframe>
in uploadContract.php I try to access the variable like $_GET['clientid'];
Somehow I can't seem to get the value via the Get global
What am I doing wrong?
I am using Lightbox 2 and I have followed the short tutorial on how to insert it in a webpage and it works perfectly but the close and refresh images don't show. They are replaced with the classic Mac OS X '?' box. I have checked the paths of these images in the lightbox.js file and they are correct.
Thanks in advance!
Hi,
I am new in asp.net, My requirement is how to install Exchange server 2003 service pack2 in system to use the microsoft office outlook web access.
Downloaded Things are:
1.E3SP2ENG.exe
2.Microsoft outlook web access administator tool.
Can any body say what are the procedures i need to do from here.
Help me urgently.
Thanks in Advance..
Regards,
s.venkatesh.
Hi,
I am using asp.net 3.5 with C#.
I want to integrate gmail into my site, just like any widget so that, people can login there and can access their gmail account. Actually gmail is blocked in my organisation & I want to access it via proxy that I can integrate in my website.
Thanks a billion.
I'm trying to draw a graph on an ASP webpage. I'm hoping an API can be helpful, but so far I have not been able to find one.
The graph contains labeled nodes and unlabeled directional edges.
The ideal output would be something like this.
Anybody know of anything pre-built than can help?
On Mac OS X Leopard - when I try and access a remote repository from Terminal it always asks for:
1. Password
2. Username
3. Password (again)
with the message: "Authentication realm: http://svn.myserver.com:80 Subversion"
I've checked and my credentials are being stored in Keychain and SVN has access to them. Why won't it use them?
I have big element at the top of the webpage that sides down with jQuery when a button is clicked. However, if the first post on the blog is a flash video, it shows up on top of the menu. Z-index doesn't help in this instance. Any help would be greatly appreciated.Thanks.