Looking to make a site similar to just*answer.com (remove the star). What languages are required to do this assuming it is based on LAMP and open source?
Is there any way to have a code where it can be used to open PDF file in Java application but do not side to any platform. I mean using batch file in Windows could do that. Can it be any other way to have platform independent code to open PDF on fly.
Using Eclipse 3.6 and Groovy 2.0.1.20100319-1100-e35-RELEASE, auto-format does nothing. That is, for a given groovy file, Source > Format does nothing.
Any thoughts?
How should I format very long strings in my source code?
I follow the rule, that line of code should not be longer than 80 characters.
(The other rules are Zend Framework formatting standard)
e.g.
protected $_messages = array(
'key1' => 'very, very long string lorem ipsum dolor sit amet…',
'key2' => 'this one it very long too, and exceeds 80 characters len…'
);
hi
when ever i use
window.location.href=//some url
it always open a new window, this only happens when the parent window is an dialog box. Any idea what i did wrong?
i tried using
window.open("http://asdf.com", "_self");
as suggested on this thread http://stackoverflow.com/questions/1678155/window-location-href-opens-another-window but it is still not working
thanks
When using the .NET WebBrowser control how do you open a link in a new window using the the same session (ie.. do not start a new ASP.NET session on the server), or how do you capture the new window event to open the URL in the same WebBrowser control?
I have a barcode scanner and laptop (ofcourse :)), I'm looking for simple event management app that can process the input from the barcode scanner and keep attendance record for our frequent private meetings.
I wonder if there's an opensource software available that'd allow me to manage events using code 128 barcode id cards?
Many thanks for your help.
Hello,
i want to open new xib(view) over the Main xib(view).
i.e Main (Parent) xib when i click on button inside parent XIB. child xib open over parent xiB, and it should see parent xib.
is this possible?
I want to start an opensource project, but my favourite project name was already used for a framework with the same goal. This project was never popular, had only two active days with commits at Google Code and is dead since then. With other words: the project is irrelevant but the name is in use at Google Code and ohloh (the same dead project). The .org domain is available.
Would it be ok to reuse this project name?
Question: What command do you type in to the "Run Application" box on ubuntu to open the terminal?
Info:
I'm having horrible horrible driver issues on my netbook. I might be able to solve some of these problems if I could just get to Terminal, but all I have is my keyboard, no mouse, so i need to know what command to type in to run application (Which I can get to with alt-f2) to open terminal.
Thanks,
~N
I know wordpress,joomla,drupal etc ( most of php_mysql stack ) can auto detect update in software itself or/and plugin and either ask for user permission to update or auto update it.
How to do similar thing on google app engine like cloud computing ?
I am creating an opensource software which is targeted towards non-computer people. who can not clone my code and update their application easily.
what is the easier way to do this ?
i have aspx pages with vb.net in the back. I need to use javascript to open a new window on page load. I am also sending a querystring (www.mysite.com/default.aspx?dest=register.aspx) from the previous page. I need the javascript to parse the querystring and open the new window only if the URL has a querystring.
please advice
I'm and opensource and SVN lover. We at the company are at a situation that must decide between SVN or Team Foundation Server. I'm trying to convince others to use SVN because I think TFS is enhanced in large teams. We are just 7 developers and 3 testers. Am I right about this?
Hi,
I have my 'shake' working fine (using motionEnded), based off of Apple's GLPaint code. When the user shakes the device (running 3.0 and up) I want to open a view controller modally using presentModalViewController.
In my appdelegate I have the notification (as per the GLPaint sample code):
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(shakeToOpenHiddenScreen) name:@"shake" object:nil];
In my shakeToOpenHiddenScreen I just want to open view 'x' modally but I don't think that my appdelegate will respond to presentModalViewController.
Is there a way around this?
Hi everyone, hope someone can help. just cannot get a new window to open in Firefox without address bars. IE works fine with below code
Blockquote
window.open('/pageaddress.html','winname',directories=0,titlebar=0,toolbar=0,location=0,status=0,menubar=0,scrollbars=no,resizable=no,width=400,height=350);
i need to make for all browser
I have an html page which contains link to open pdf file. however this link opens in adobe reader when i click on it. I have set target property to blank. but it doesnt work either.
I want to open this pdf file in new tab in the same window.
Hello,
I have two quick questions:
When do two file descriptors point to the same open file ?
When do two open files point to the same inode ?
Also, if you happen to have some good documentation with graphs explaining this, i'll be very grateful if you show me the link to it :)
Thanks!
I would like to use the F# interactive console with the projects in the currently open solution in Visual Studio 2010. Is there a quick and easy way to add a reference in the F# interactive console to reference projects in the currently open solution?
Hello,
I've lost my Reporting Services project file for Business Intelligence Development Studio. How can I open the existing reports in a new project? Can I "open" the whole project like in SSAS? I want to get the datasets and data sources into the project again as well.
Can anyone recommend code or components (open source or commercial) that can be integrated with an existing e-commerce website to do the following:
Allow customers to edit custom text on an image (such as a birthday card)
See a preview of the image with the custom text added
Generate a proof of the image with the customizations
I have been using search engines to try and find this, but am not having much luck. Any help appreciated!
hi,
in my application i have some link buttons there but when i right click on them i not(they are in disable mode) found property open in new tab or open in new window, what is that property can u help me. thank you
<asp:LinkButton id="lbnkVidTtile1" runat="Server" CssClass="bodytext" Text='<%# Eval("newvideotitle") %>' ></LinkButton>
Hello all.
I am currently working on an application for managing a WPD device.
I want to add an option to open the wpd device in windows explorer to view the saved files.
Problem is that I can't find a way to open explorer pointing to the device's "folder".
I have all information of the device (pnp device id, class name, etc.)
Anybody knows a solution?
Thanks in advance!
Bernd
I'd like to avoid coding one from scratch, so I'd like to see what the open-source community can offer :-)
Required features:
Easy way to insert items with photo
and description
Templates easy-to-create
Multi language (at least Italian and English)
Shopping cart
User managment
PayPal support (not required but really appreciated :D)
I'm going on PHP and MySQL because of the hosting service I can't change, so please don't talk to me about alternatives :P
I'd like to know what's the one you like the most and why should it be better than the others
UPDATE: I need also multi language, Italian and English are a must.