When I right align there is what appears to be like a 3-5 pixel padding on the right. But when it is left aligned it is perfectly lined up with the content. Any help would be appreciated.
We can run RMI in netbeans by following steps.
Right click build.xml - Run target - Other targets - startRMI
But what i need is to start RMI registry through Java code. Is it possible? Help me.
I am making an iPhone app. I have a code that is in C. The C code contains a lot of pointers and global variables. I want to use this C code in my objective-c project. Can anybody please help me with this?
Hi,
I am trying to remove an object from the parent environment.
rm_obj <- function(obj){
a <-deparse(substitute(obj))
print (a)
print(ls(envir=sys.frame(-1)))
rm(a,envir=sys.frame(-1))
}
> x<-c(1,2,3)
> rm_obj(x)
[1] "x"
[1] "rm_obj" "x"
Warning message:
In rm(a, envir = sys.frame(-1)) : object 'a' not found
This will help clarify my misunderstanding regarding frames.
Thanks in advance,
Russ
Hi,
Actually my work is, I want to create a simple site using java programming. After search i came to know about google sites api, and i got all sample programs for google sites creation, But i dont know where to place the coding in Eclipse 3.5. Help me.
hai everyone........
I am trying to generate dynamic menu according to the user permission given with ACL component in cake php..
ie., if a user logins, i need to check which all actions are permitted for that specific user and according that list of actions i need to generate menu
can any one help me to get all the permitted actions from the acos,aros,acos_aros tables
thanks in advance
dismissing/presenting a modal view controller which contains a tableview makes the table go down one row each time. repeating presenting/dismissing push the table downwards out of the view in the end. please help!
Hi there
Im looking for a good book describing what types of fraud can you come across in online services as well as some techniques of detecting and preventing them.
Does not have to be super technical, im more interested in bigger picture than algorithms (maybe even financial or forensic angle) : )
Thanks for help : )
art
Hi,
I implemented a custom membership provider in ASP.net MVC, and can't figure out how to make the username non case-sensitive at signin. So, for example, "Solomon" could log in, but "solomon" could not.
My implementation is very bare bones. I basically just wrote code for ValidateUser(), and Change Password().
Thanks for the help!
I have a problem with Putty (a terminal emulation program) After connecting to my unix box from putty Bash completion does not seem to work .
does anyone know a plugin that can help me or another terminal emulator that can achieve these feat.
Hi GUys,
I am having a big trouble positioning my dropdown menu on below URL (Internet Explorer 7 problem only):
http://tinyurl.com/y7v2qj9
When hovering the menu, you will see that the drop down appears behind the image. This doesn´t happen in IE8 or Firefox, only in IE7. I think it must be related to a specific bug which i am unaware of, can´t find the solution.
Your help is greatly appreciated !
THANKS !!
Does anyone know of a good WYSIWYG editor for Windows forms. If I use a rich textbox, I need to handle pasting events, bold buttons, fonts etc, which is a nightmare.
I’m currently using the HTML control, suggested by many sites, but I have a large form, with many tabs. Since I have to load up to 8 HTML controls, loading the form takes too long.
Any help?
I have var row=<tr><td>val</td><td>val2</td></tr>.
and i tried this:
$("#mainTable tbody").append(row);
but he appends to the end of the table.
I also tried $("#mainTable tr:first").after().append(row);
but have not got a result yet.
Please, help me to understand
friends,
i want to set MaxLenght of TextView Through programming i cannot see Set function related to MaxLenght can any one guide me how to achieve this?
i dont want hard code in layout.
any help would be appriciated.
Hello !
I made some searches on Google, and I read some posts, articles and benchmarks about Ruby on Rails being slow and I am planning to build one website that will have a good amount of users inserting data and there will be some applications to process this data (maybe in Ruby, you can help me choosing the language).
What is the real performance of Ruby on Rails with large traffic ?
Thank you !
I have to query two different servers from a dynamically built query.
It basically gets data from one server, treats it, and inserts it into another server.
The only problem is I have to be sure it works for both situations:
If both the source and destination databases are on the same server, and if they're not.
I understand the concept of using Linked Servers in SQL Server, but I cannot think of a way to consider both alternatives, same server and different servers.
A little help?
I can only find mod rewrite examples/tutorials for query's, so can someone help me with this.
I would like this
http://website.tld/Folder1/Folder2/Folder3/Folder4/Folder5/File.exten
to be transformed into
http://website.tld/Folder4/File.exten
Folder4 and Folder5 are multiple directories, while Folder 1-3 stay the same.
Also File.exten also should be changeable in the rewrite.
thanks.
I am basically trying to trigger a function if the footer is inside the viewport.
How can I check whether the footer is currently visible in the viewport?
I assume I will have to put it into the $(window).scroll() event so that the listener becomes true once the footer becomes visible but what the function should be I just can't figure out.
Any help would be much appreciated.
Thanks for reading,
Jannis
Windows 7 computer running SQL Server Express 2008.
When I try to run net start mssql$sqlexpress I receive an error:
System error 5 has occurred.
Access is denied
The SQL service is running under "Network Service" account
The service starts fine if I use the services window. Could somebody help me figure out why I am receiving this error?
I have a model window that contains expander.
I want when expander is collapsed or expanded the window will resize its height accordingly at run time.
Pleas help!!
Could anyone please provide me with the code or link to send and receive broadcast messages if possible using UDP?
I have been stuck in a problem and hope if u guys could help me resolve it.
Thanks
Hi
I am looking for a general way to be able to search for a unique CALayer in a hierarchy without having to remember where the layer is in a hierarchy (and use the sublayer: and superlayer: methods).
I know this is possible with UIViews (which makes flipping views easy) but is it possible for CALayer?
thank you in advance for your help
Peyman
Hello,
I have a schema schema1 in a postgres database A. I want to have a duplicate of this schema (model + data) in database B under the name schema2.
What are my options ?
I currently :
* dump schema1 from database A
* sed my way through schema renaming in the dump : schema1 becomes schema2
* restore schema2 in database B
but I am looking for a more efficient procedure. For instance, via direct file operations on postgres binary files.
Thanks for your help
Jerome Wagner
How can I use authentication with System.ServiceModel.Syndication to read a private RSS?
The code I use right now just returns forbidden.
I have tried adding &PASS=password and &PASSWORD=password to the URL but it doesnt help.
try
{
using (XmlReader reader = XmlReader.Create("http://trac:8080/Project/report/7?format=rss&USER=enr"))
{
tracFeed = SyndicationFeed.Load(reader);
}
}
catch (Exception ex)
{
MessageBox.Show(ex.Message);
}
Hi,
I tried to use this logic
http://www.databasejournal.com/features/msaccess/article.php/3752701/Secure-Microsoft-Access-Passwords-and-Encryption-in-Access-2007.htm
I have an existing access database 2007, i want to encrypt it, when i tried to implement the 128-bit from the above link, unfortunately when i open the DB in notepad i don't see Microsoft cryptographic 1.0 encryption although i followed the exact steps.
Any inputs? Please help me with other approaches too.
Thanks in advance,
Karthick