How can I make a 404 php page with the 404'd file name in the link, example would be:
http://website.com/WrongPageName.html
would go to
http://website.com/404.php?page=WrongPageName.html
Hi!
I am porting some Core data code from iPhone to Mac OS X.
PRoblem is that CoreData Framework on Mac OS X does not have NSFetchedResultsController.h nor NSFetchedResultsControllerDelagete protocol declared.
At least I am not able to force COCOA application to see this class even if I drag Core Framework from iPhone project tolink with Mac Application?
Anyone faced this problem?
this may be more appropriate for math overflow, but nevertheless:
Given 3d structure (for example molecule), what is a good approach/algorithm to find symmetry (rotational/reflection/inversion/etc.)?
I came up with brute force naive algorithm, but it seems there should be better approach.
I am not so much interested in genetic algorithms as I would like best symmetry rather then almost the best symmetry
linkto website/paper would be great. thanks
I have seen comments stating that Subsonic currently does nt support MS SQL Server CE (http://stackoverflow.com/questions/1130863/subsonic-and-ms-sql-server-compact-data-provider). The link provided is for Subsonic 3.
So my question is, does Subsonic 2.2 support MS SQL Server CE? And if so, is there any documentation on how to use sonic.exe to generate Subsonic's classes and controllers from the database file?
I have the exact problem as described in the link below
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537285
when i try to do llvmc hello.c -o hello it gives me this error:
llvmc: Can't find program 'llvm-gcc'
can anybody suggest me how to get rid of this issue? I have llvm-gcc installed, i am using ubuntu 9.10.
Hi,
I want to download you tube videos programatically (using Java). How can i convert you tube video linkto a downloadable URL.
Browser plays youtube videos with following code.
I tried downloading from URL http://www.youtube.com/v/OdAE3cWlmHw
but it is not returning video bytes.
Thanks
Lalit
Hi all,
I'm trying to get my .htaccess file to list all files in the current directory, hide the 'last modified' column and also remove the linkto "Parent Directory" all in the 'fancy' style.
My current file is:
Options +Indexes
Any help would be great! Thanks
CakePHP's built in pagination helpers automatically allow column ordering in the view. If you bake the view you get a link on each column to order it by that data.
Is there a way to get this functionality in Rails? The standard will paginate doesn't offer it, anyone know any good ones?
I would like to add an anchor that would be styled to look like the other items(with some minor changes), but instead of animating, would just go to the set link.
is there a way of doing this, or should I just switch to this accordion menu and redo the css to include the images?
Greetings,
I have an asp.net mvc application. I have some links that corresponds to clients names. When user clicks on this link I would like to show an information of clicked client and additionally a textarea where user shall be able to write some text (comment) about selected client. How can I achieve it?
Hello, I'm using django to create a application download site. I try to write a model, that the admin can add the different download content dynamically in the admin page. For example I have a software named foobar, it have 3 different version: 1.1, 1.2, 1.3. I would like the user can admin the model by using an add button to add the download link with a download version. But I don't know how to do this in django.
I love the GNU readline library, but since it is under a GPL license, I can not use it for commercial software. Do you know alternatives ? I only need the commandline history and auto completion (of customer keywords and files) features. I found this link :
http://github.com/antirez/linenoise
which seem to be a good starting point, but does not have auto completion.
Any suggestions, surely this must be a common task for people building interactive shell commands.
Is there a way to export a wiki page to a MS word document in WSS? Ideally, I would like to add a link on every WIKI page when clicked would export the content to a Word document. Any free plugins to do this?
Hi. I am looking for a walkthrough or tutorial for jasper reporting. I have tried searching fortutorials but each tutorial has it's own way of using it. Some are shortcuts and some are incomplete. Can you give me a tutorial or a link which teaches on jasper reporting from setup down to running sample apps
Hi everyone!
I'm having problems with putting a favicon on my website!
I have this code
<link rel="shortcut icon" type="image/ico" href="img/favicon.ico">
And for some reason Firefox shows the favicon fine, but on webkit browsers its not showing up. I tried Google Chrome and Safari on a Mac and its not showing up, do I need to do something for these browsers?
Anyone know a good external link tracking script ? IE. to catch links and referrer stats through a posted img tag, even if theres no actual IMG. I know how PHP works in this matter, but Id hate to code it from scratch.
I'm developing Reporting services on VS2005 and have to connect to SQL Server 2008.
The following Error occurs:
"This server version is not supported. You must have Microsoft SQL Server 2005 Beta 2 or later."
I found on the net a patch for it, but it doesn't work
(link to patch)
"The upgrade patch cannot be installed by the Windows Installer Service because the program to be upgraded is missing, or the upgrade patch may update a different version of the program."
what else can I do ? :(
Will anything like
[OperationContract]
[WebGet]
string IWannaRead(int[] ids);
work? And how to form a link\url (www.example.com/service.svc?ids=1,2,3,4,5,6,7,8) for the request?
Hello All,
i want to know that is there any chance of SQL injection via selectbox options?
if yes then will u please show some demonstration(or refer any link).
and also tell me how do we prevent sql injection in selectbox.(using PHP MYSQL)
one more: if i create a selectbox dynamically( based on options of another select box) then is there any chance of SQLinjection?
Thanking you.
HI, I have implemented a Bookmark feature in my website, but when I click on the bookmark link from the toolbar, its opening as a new window in a sidebar instead as an new page in mozilla firefox,
It is working accordingly in IE, Can any one please help me in this
Check the bookmark feature what i have implemented 'www.cricandcric.com'
Hi,
I posted one question on same site ( site Link ) .
Got one solution but i don't know How to modify the sharepoint list content type (which defines new/edit forms) and the view (which defines list views)?
Hi
I want to install java on my fedora 8 server
but come to the step 9 that is mention in http://fedorasolved.org/browser-solutions/java-i386
but at the step 10 when i enter the command ln -s /opt/jre1.6.0_18/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/plugins/libjavaplugin_oji.so
it gives following error
ln -s /opt/jre1.6.0_18/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/plugins/libjavaplugin_oji.so
ln: creating symbolic link `/usr/lib/mozilla/plugins/libjavaplugin_oji.so': No such file or directory
can you help me please?