I have implementing pdf application for ipad.Now i want to set brightness in my application.Is it possible?Please help me for this problem.
Thanks in advance.
I have the latest Ubuntu installed and I'll be the only one using it off the network. My question is: how can I make myself super user at all times?
Because when I try to delete a file it says I don't have privileges to do so. I know you are going to say it's a security risk but I'm off the network and want to learn all that I can. I don't want to delete the files through the terminal but want to do it through the user interface/explorer. I've installed LAMP and can't copy my site to the www directory. I've tried to remove the preinstalled index file and it won't let me.
I have been trying to setup an ftp server in windows XP. I would like to know about its configuration. What domain/Ip should I use, so that other system on internet can connect to it. Please provide detail steps so that I would easily do this.
I am setting up Subdomain based MU on my domain.Everything is hosted by me running on one CentOS/Webmin VPS. Will I be better off setting the MySQL user's domain as localhost, 127.0.0.1 or with a wildcard %.mydomain.com? Which is more secure? Is localhost === 127.0.0.1? If not what is the difference?
Also, what is my domain from MySQL's or Wordpress' pov when I am connected by ssh terminal? How about When I connect by Webmin or Usermin? Does MySQL see me as Webmin or my Unix user?
I have put my Windows XP install on a partioned 3gb drive (please tell me know if this is not a good idea) and intend to keep Documents and Settings and Program Files on the remainder partitioned portion (247gb).
Is there a way to make installers/Windows assume the F: drive (the bigger partition)?
Thank you
hi,
in MXML I can assign:
<s:VideoPlayer id="player" width="100%" height="100%"
but from the actionscript code I cannot:
player.width= "100%";
player.height = "100%";
How can I set percentuage values in actionscript ?
thanks
When I make changes to files, I keep on finding myself "saving as" and adding the current date to the file. It slows me down, and it creates a bunch of files that clot my folder. I would prefer to be able to Right Click on a file from the File Explorer and select to save different versions of this file, so that each time I save it, it saves a copy somewhere, that I can access in the future if necessary.
Is there any application that achieves this?
When I lock my Windows 7 machine with dual monitors, the "Ctrl+Alt+Del" screen is only on the main display, with the other display just showing a black screen. Is there any way to show either the desktop or other graphic on the secondary monitor while the computer is locked?
I need to have hibernate database config set from outside text file, how can I do it? Is there some kind of method for this, or do I have to make my own?
I use
connect(socketfd, (struct sockaddr*)&remoteAddr, sizeof(remoteAddr))
to connect my iPhone to a computer (over WIFI) and it works fine so far.
However if the computer is out of reach, my iPhone tries to establish a connection for more than a min.
Is there a posibility to set the time manually out to a new value, e.g. 15 sec?
Suppose I have a python object x and a string s, how do I set the attribute s on x? So:
>>> x = SomeObject()
>>> attr = 'myAttr'
>>> # magic goes here
>>> x.myAttr
'magic'
What's the magic? The goal of this, incidentally, is to cache calls to x.__getattr__().
Is there an IDE for PHP where you can set breakpoints and step into and render a webpage "stepwise"?
And whats the "best" IDE for working with php-code?
Hi all,
Does anyone here know how to set up a pager_query() to automatically go to the last page of the query when the page is displayed? I'm using theme_pager() to format the page.
I am trying to set the class for an intent to the address listed in a string value, so that I can launch a given activity. The string is composed dynamically during runtime.
Is there anyway to make something like the code below run:
String target=com.test.activity1.class;
Intent intent=new intent();
intent.setClass(this, target);
Thanks
Thanks in advance for sending answer to me........
Im the beginner in iphone development.
I tried last 2 days to set background image in UIWebView in iphone.But i can't.
Becoze i doesn't know how to take(proper path) of the image from of project directory and proper syntax of that.
Silly question.. I need to set the size of SWF up to 800x600. But i don't know where can i change this property.
There was an idea to change stage width and heigth, but nothing happened=(
<style type="text/css">
#[':0:adId']{/*this is not useful*/
background:red;
}
</style>
<div id=":0:adId">Loading...</div>
the google maps use this name,
so how do i set the style.
thanks
I installed proftpd on my mac using "port install proftpd".
Now, when I try to connect via my ftp client, it says that the login is incorrect.
How do I fix this?
Suppose I have this class:
public class GroceryListItem()
{
public GroceryList { get; private set; }
public GroceryListItem(GroceryList groceryList)
{
GroceryList = groceryList;
}
}
What is the NHibernate mapping file access strategy for this scenario? (i.e. <one-to-many name="GroceryList" column="XXX" access="?????" />)
My page has a form that has a text field in it. I'd like to set the focus to that text field as soon as the page loads, so that users do not have to click it to start typing. How can I do this?
I am creating a browser and I am supposed to provide an option for the user to set his homepage. I have created a tabbed browser. Can anyone suggest me what to do?
Thank you
How can I open a file browser and set selected a specified file in linux by using command line? In windows I am able to do it by writing:
explorer /select, c:\path\to\file
It's simple to observe the documents scroll event but I can't seem to find anything relating to the scroll of any other element with css property overflow being set?
To get around this myself i've been observing mousemove which only fires while you hold down on the scrollbar but this would need to be teamed with a mouse wheel observe also to get the full effect.
Could anyone point me in the right direction for a better way of implementing this?