I have a magento site oscommerce, I need it to redirect to httpsa I already have the cert installed I just need to change the htaccess file but i dont know which one the one in the root?
please help
Hi,
i want to create google map for own site.my task is that i have to fetch some information from database and i want to show in google map,with my icon.some thing like
"http://www.jaap.nl/koophuizen/Groningen///_/_/1/?rad=5km&min=450000&max=1000000"
in right side ,google map is showing,excatly i want to show my google map.if any have idea please help me
Thanks
Manish
[email protected]
Hi all,
We have our local Maven repository which was working fine till yesterday.
Today we are getting the following error while building any project.
'Failed to load late-bound plugin: org.apache.maven.plugins:maven-resources-plugin'
We haven't changed any settings.
Any help?
Thanks in advance.
Regards,
Jani.
Hi sir,
I need to upload image in table as well as in folder.please help me ,how i will save image in folder and database. please describe the method.
Thanks
Manish
I'm looking to tokenize really simple strings,but struggling to get the right Regex.
The strings might look like this:
string1 = "{[Surname]}, some text... {[FirstName]}"
string2 = "{Item}foo.{Item2}bar"
And I want to extract the tokens in the curly braces (so string1 gets "{[Surname]}","{[FirstName]}" and string2 gets "{Item}" and "{Item2}")
this question is quite good, but I can't get the regex right:
poor mans lexer for c#
Thanks for the help!
Hi,
I want to access some of the wpf designer services (ModelService/EditingContext) from a visual studio toolbox package. Can somebody help me with that?
Thanks,
Sudarsan Srinivasan
I would like to integrate QTP with Cruise Control, which I have done so far, i'm stuck at the reporting part.
I would like to somehow report back to Cruise Control with the results, how can I accomplish this? Please help?
Hi folks,
I'm using mechanize to navigate pages, it works pretty well.
Unfortunately I have a random error come up, by random I mean it occasionally appears.
URLError at /test/
urlopen error [Errno 1] _ssl.c:1325: error:140943FC:SSL routines:SSL3_READ_BYTES:sslv3 alert bad record mac
I really need help on this one :)
any ideas?
Usually when you try to add a marker to an unknown/ambiguous address you just get an error from the api.
It would be much nicer if i could display a list of suggestions related to the address that was not found.
The Google maps site has this feature but i do not know how to do with the api.
Any help would be appreciated.
I'm new to asp world, and I have to keep my new job :)
Switching form php to asp.net 3.5 (never used before).
What would be the best practice for storing a SESSION variable in my project ?
How can I prevent my SESSION to be overwritten
if my initialisation code is in the onPageLoad method of my MasterPage ?
My variables keeps beeing overwritten, please someone help me and tell me if there is any other solution than dealing with this pageLoad problem.
Thank you all
when i used onClientClick event for calling a javascript function in .aspx file. but it's not working at all.how can i get alert for input of data within "<" in textbox.
pls help me
I am using simple modal dialog by Eric Martin. And have defined a function e.g
function confirm(message, options) {....
}
To customize all confirm dialogs. Its working nicely accross all the browsers.Except when I enable Selenium IDE ,my custom confirm dialog function fails to capture "options" parameters and firefox console echos like this:
options is undefined callback=options.callback;
Error When Selenium IDE is visible
Normal Behaviour When Selenium IDE is closed
Please help me sort out this issue so I should able to run selenium tests.
I have to make something like an accordion, but I want it to fade while I click on a "li" of the menu.
http://scripts.den-style.net/
Click on "Prodotti" and then on "Chi Siamo" ;D
Can you help me?
How can I fade each "pannel"?
Hey everyone,
I'm developing a new ASP.NET MVC 2.0 application and wanting to use the new ASP.NET 4 encoding blocks.
My View code contains <%: Model.ActivityName %> however Visual Studio is reporting:
Unexpected toke
at the position of the : (colon). When I run the application I get the following compilation error:
Compiler Error Message: CS1525: Invalid expression term ':'
What am i missing?
Cheers for any help/advice.
Hi stackoverflow-pros,
I need your help again :)
I wrote an R script, that generates a heatmap out of a given tab-seperated txt or xls file. At the moment, I delete all columns I don't want to have in the heatmap by hand in the xls file.
Now I want to automatize it, but I don't know how :(
The interesting columns all start the same in all xls files, followed by an individual name:
xls-file 1: L1_tpm_xxxx L2_tpm_xxxx L3_tpm_xxxx
xls-file 2: L1_tpm_xxxx L2_tpm_xxxx L3_tpm_xxxx L4_tpm_xxxx L5_tpm_xxxx
Any ideas how to select those columns?
Thanking you in anticipation, Philipp
i know this website write-check
his functionality is uploading a file(PDF,Doc) and check percentage of redundancy
between the file uploaded and a lot of websites ,books,researches
and after user upload file and result shows that result show redundancy percentage
and highlight on copied paragraphs . that paragraphs were repeated in website references
when user hover on these highlights the source or references appear to the user to make sure the source he copied from
this is explain simply for website functionality
can any one help me in analysis for asp.net website has the same functionality
and how check between uploaded file and archived files
So I need to put all the names in a file into column 1 on flexgird, each name should go on its own row. here is what I have but i just get "invalid row value"
namefile = App.Path & "\names.dat"
Open namefile For Input As #1
While Not EOF(1)
Input #1, x
With MSFlexGrid1
.Col = 1
.Rows = rowcount + 1
.Text = x
End With
Wend
End Sub
Any help would be fantastic and thanks in advance
I found that the most effective way for me to learn html and css was to simply find a site, right click, view the source code, and see how it worked.
I'm in the process of learning c++ and I think examples/source code to look through would help me a good deal.
So, how can I do this? Are there online sites that serve this purpose? Any other recommendations on learning would be great, too.
I am looking for a way to have a custom navigation bar and need to have a custom navigation bar background to achieve this. I was looking around for how to do this, but could not find a solution. If anyone has the solution, help is much appreciated.
Can anyonen help with Teradata?
I want to create a query that is a standard
select count(*)
from Table
where Column = Something
but has a group by time period done by 5 minute time intervals the time column is in 'Time' format
any idea?
Hello,
I have a directed, positive weighted graph. Each edge have a cost of use.
I have only A money, i want to calculate shortest paths with dijkstra algorithm, but sum of edges costs on route must be less or equal to A.
I want to do this with most smallest Dijstra modification (if I can do it with small modification of Dijkstra).
Anyone can help me with this?
Is it possible to square a number stored in a register (say eax) without doing any multiplication (by using shifts, etc)? I will be squaring a 16-bit number in 32-bit assembly so overflow shouldn't be an issue. I am using NASM x86 assembly to create the program. Thanks in advance for your help.
Does anyone know if Python's shelve module uses memory-mapped IO?
Maybe that question is a bit misleading. I realize that shelve uses an underlying dbm-style module to do its dirty work. What are the chances that the underlying module uses mmap?
I'm prototyping a datastore, and while I realize premature optimization is generally frowned upon, this could really help me understand the trade-offs involved in my design.
Please Help me in this problem. I am getting ClaimsResponse Always Null. I am Seaching lots example for dotnetOpenAuth and also implement in local but it always return null. please send me detail why this happen?? i am using DotNetOpenAuth-3.2.0.9177 in asp.net. i want Email,FullName,Country from ClaimsResponse but i am not able to get it.
Disassembling printf doesn't give much info:
(gdb) disas printf
Dump of assembler code for function printf:
0x00401b38 <printf+0>: jmp *0x405130
0x00401b3e <printf+6>: nop
0x00401b3f <printf+7>: nop
End of assembler dump.
(gdb) disas 0x405130
Dump of assembler code for function _imp__printf:
0x00405130 <_imp__printf+0>: je 0x405184 <_imp__vfprintf+76>
0x00405132 <_imp__printf+2>: add %al,(%eax)
How is it implemented under the hood?
Why disassembling doesn't help?
What does * mean before 0x405130?