Hi all,
I would like to know if there's a way to set file permissions on my apache server so that the files can be served up by apache, but cannot be read or accessed by select users. Basically, I'm trying to figure out whether it's possible to "black-box" parts of my project's PHP code base from hired consultants.
Thanks in advance for the help.
Regards
Hi..
i have a problem, that i don't know how to solve it.
i have a binary string and i want to generate all possible binary substrings.
Example :
input : 10111
output: 10000, 10100,00111,00001,10110 ...
How can i do this , fast AND Smart ?
I want to use XML or JSON to told my app. I want to make a dynamic application that will change a feature by passing class from XML.
is it possible ?
if YES, could you please show me how to use NSClassFromString to interface with XML or JSON parser?
Is it possible to use a calculated field in an aggregated field in a TClientDataSet?
object cdsOrders: TClientDataSet
AggregatesActive = True
object cdsOrdersPrice : TIntegerField
FieldName = 'Price'
end
object cdsOrdersCount: : TIntegerField
FieldName = 'Count'
end
object cdsOrdersCalcTotal: TIntegerField
FieldKind = fkInternalCalc
FieldName = 'CalcTotal'
Calculated = True
end
object cdsOrdersAggGrandTotal: TAggregateField
FieldName = 'AggGrandTotal'
Active = True
Expression = 'SUM(CalcTotal)'
end
end
I have a website which runs on IIS (Asp.net application, some of them are in dotnetnuke also) and we are expecting higher numbers of traffic on some of the sites, so we are planning to add a load-balancer, but before going to do that, we just want to know is it worth to do that? So, I want to know if is it possible to simulate load balancer, and how much performance gain they provide?
If it is possible to auto-format code before and after a source control commit, checkout, diff, etc. does a company really need a standard code style?
It feels like standard coding style debates that have been raging since programming began like "put the bracket on the following line" or "properly indent your (" are no longer essential.
I realize in languages where white space matters the diff will have to consider it but for languages where the style is a personal preference is there really a need to worry about it anymore?
I am new to ASP.NET having some basic doubts.
1) The public assemblies are deployed in GAC.Even when i go for "Add Reference ", I can
not point to c:\windows\assembly ( i hope it is not possible) .Still i need to refer the
assembly from ..\Bin folder of the source project ( custom assembly).Is there any consideration behind it?
2 ) Why exe is not allowed in GAC ?
If you're not familiar with OneNote's "napkin math" feature, it allows you to type mathematical equations and have OneNote evaluate them on the fly (with a limited set of operators/functions). I'm wondering if it's possible to create my own, either through an obscure UI in OneNote, or through some sort of custom plugin that I would develop.
Just wondering. Thanks!
I have two firebird databases running on the same server and I want to write to a table on one of the databases from a trigger on the other database when certain actions occur. I have had a search and cannot find out if this is possible.
Can it be done either natively in firebird or via a UDF?
Thanks
Neil
Let's imagine I have a bash script, where I call this:
bash -c "some_command"
do something with code of some_command here
Is it possible to obtain the code of some_command? I'm not executing some_command directly in the shell running the script because I don't want to alter it's environment.
Hi,
Is it possible top make an unordered list in this image ?
I cant use 2 images for single <li> tag
If I use arrow as background and padding-left then the border-bottom will come under image as well.
I cant use margin-left and background-position too I guess ?
Any ideas ?
Thanks
I wonder if it is possible to embed dynamic text into Keynote'09? I want to create a new presentation and run this presentation with different text messages (depending on the time of the day and day of the month).
Is it possible to pull photos from the Flickr API based on a search term? Not necessarily something from my profile, but from any public photo that matches the search term.
Or is the Flickr API only for pulling your own, or another authenticated users, photos?
Thanks!
I am using asp.net webforms... I have a user registration form where the user uploads his resume.... I use a file upload control and when the user submits it i trigger mail to few mailIds... Now my problem can i attach the file which was uploaded by the user as attachment to the mailids... Is it possible in asp.net... Any suggestion....
I want to load EF metadata from database at runtime. Is that scenario possible? First get the data from database, then write it to .ssdl, .msl and .csdl files sounds ok. But how to tell EF to use what I've loaded? Do I need to compile it or something like that?
I can't seem to get a page to load with scrubyt and I think its because the page I am navigating to checks the referer. Is it possible to set the referer on the fetch action?
Is it possible to transfer files of a bluetooth device, lets say a digital pen (e.g. Nokia or Logitech io2) to the iPhone? I am interested if I could do a native application that could somehow get that binary file sent by the digital pen and do something with it.
I am used to rfcomm and obex but I can only find inconclusive results when I search for that and the support in the iPhone SDK... Any ideas?
Hi,
I wrote multiple scripts in perl & shell and I had compared the real execution time. In all the cases - Perl script is more than 10 times faster than shell script.
So i wondered if it possible to write a Shell script which is faster to the same script in perl? and why perl faster than shell although I use the 'system' function in perl script.
Thanks for your help,
Regards,
JohnJohnGa
Let's say I want to allow my developers to upload their war files to a web app (not the application server itself) running on our intranet and that web app would then run those wars as if they were separate apps deployed individually in our J2EE container.
In other words, we are not actually deploying the wars as separate apps in the container - they are simply running side-by-side inside this one web app that acts like a J2EE container.
Is that possible?
Something like a war virtualization app?
Quick question, is it possible to have an input field in a form use a non-system font in html5 and css3? So if someone types in the form field the text could be something like gotham?
I know there are tools out there that will let you see the content of asp.net viewstate. Is it possible to see and modify the content of viewState if it has been encrypted by adding the <machineKey ... /> node to the web.config?
I have a website which runs on IIS (Asp.net application, some of them are in dotnetnuke also) and we are expecting higher numbers of traffic on some of the sites, so we are planning to add a load-balancer, but before going to do that, we just want to konw is it worth to do that? so, I want to know if is it possible to simulate load balancer, and how much performance gain they provide?