I have a url which looks like this
https://test.high.com/people/11111111-name-firstname-_custa/deals/new
Now i need to match document.URL
if im on that Page if so i will alert a message.
The important part is /deals/new
How can i match that in Javascript?
when i run joomla in localhost, it works fine...
But when i run it in the root server it output the bellow result::
404 Not Found
The server can not find the requested page:
http://173.236.31.34/~interair/interaircon/www.interaircon.com/index.html (port 80)
But if i give the link with index.php
then output correctly:: Say - http://173.236.31.34/~interair/interaircon/index.php
i want a solution about this problem. It's new kind of problem for me.
I trying to train haar cascade classificator for card suite detection (which no rotation and has no distortion on image)
For example I have file Clubs.png which contents clubs image on white background 20x20 pixels
This tutorial is so tangled
http://note.sonots.com/SciSoftware/haartraining.html
My image varies only in sizes, no distortion or angling.
Which commands I must enter in aim to get Clubs.xml file?
We are developing a site that will require the usage of a captcha service.
Has anyone successfully use Google Recaptcha (https://www.google.com/recaptcha/intro/index.html) for a website for users from Mainland China?
Did you have major problems with load-time?
Did you experience any reliability problems?
Any problems with the great firewall of china?
Any experience that you can share is appreciated.
Hi.
I need to create a class Toolbar : Windows.Worm.UserControl (Framework 2.0) and to place it into HTML page. This page must work in IE6+.
I found some examples and created my toolbar, but IE doesn't want to display it.
Site with examples:
http://feishunji.blog.51cto.com/237830/45990
Please, help to solve this problem.
First time I am bit disappointed in StackOverflow cause my http://stackoverflow.com/questions/2571727/c-concurrency-vs-java-concurrency-which-is-neatly-designed-which-is-better question was closed.
My intension was just trying to gather knowledge from programming guru's who worked in both the programming technologies. Rather closing this question, please help me by discussing what is good, bad, and ugly in multi-threading part in both the platforms.
It is also welcome, if someone would like to compare with .Net 4.0 with JDK 6 (or JDK 7)
Hi,
I have published a small website and I'm using an excel file as a database. The problem is that the excel file could be easily downloaded if its path is known !
(e.g. www.mysite.com/myexcel.xls - opens a "save as" window)
What can I do, to protect my data.
Kind regards.
Hi All,
Every time I paste code from an Adobe reader eBook into Visual Studio it ends up looking like the image below. The only way I know to fix it is to go on each and every line and manually tab/backspace it all back in order. Source formatting does nothing (EditAdvancedFormat Document)
Anyone know how to fix the indention in this scenario?
Thanks
I guess I cant post images yet.. image below
https://dl.dropbox.com/u/416645/ugly.jpg
hi,
can I hide the borders of the searchbox ? I would like it completely white, just the text should be visible.
And I need a solution for all browsers.
See the picture:
http://dl.dropbox.com/u/72686/searchBox.png
thanks
Hi,
I am trying to access Attachment names form "$File" (Lotus Notes).
NotesView inbox = _serverDatabase.GetView("($Inbox)");
NotesDocument docInbox = inbox.GetFirstDocument();
NotesItem file = docInbox.GetFirstItem("$File");
String fileType = file.type.ToString();
( getting fileType value "ATTACHMENT" for mail containing attachments)
I am not getting solution given in:
http://stackoverflow.com/questions/1361695/how-to-access-attachments-from-notes-mail
I was reading the article "50 of the Best Websites Developed Using Ruby on Rails". It seems quite impressive.
But is there any way to find out which framework any specific website uses? Say dzone.com, how could I find out which framework it is using?
How could I find websites made with, for example, the Spring Framework?
Sorry for a potentially dumb question, I am still new at this. I really appreciate your help.
Referring to http://stackoverflow.com/questions/1536739/c-get-control-by-name/1536756#1536756
But I don't have a "this.Controls" available. Is there something I am missing here?
In other words, when I type "this." and visual studio populates a list of option, there is no "Controls" option.
I want my video to show a specified image while embedding it on html
basically I'm doing the following:
<embed src="video.m4v" width="520" height="456" autoplay="false" controller="true" type="video/quicktime" scale="tofit" pluginspage="http://www.apple.com/quicktime/download/" bgcolor="black"> </embed>
Is there a specific parameter that I can add that says when the video shall start?
Hello, i am new in programming under linux and trying to get working this code:
http://scaryreasoner.wordpress.com/2007/11/17/using-ld_preload-libraries-and-glibc-backtrace-function-for-debugging/
but getting error: "ERROR: ld.so: object 'libwrap_ioctl.so' from LD_PRELOAD cannot be preloaded: ignored."
what can cause it?
system - Archlinux, kernel 2.6.32
thank you for answers
upd1:
"Check with ldd libwrap_ioctl.so if some dependency of this library is missing."
checked. no, i have all needed libraries
When I run this code on my computer with the help of "Google App Engine SDK", it displays (in my browser) the HTML code of the Google home page:
from google.appengine.api import urlfetch
url = "http://www.google.com/"
result = urlfetch.fetch(url)
print result.content
How can I make it display the page itself? I mean I want to see that page in my browser the way it would normally be seen by any user of the internet.
Normally we can specify a target in the link or use javascript window.open to open a new window.
But when I access this site
www.wenxuecity.com (It is a chinese site)
I could't find out how it opens each news in a new window.
no target in the link.
debug javascript doesn't show any call to window.open
Could someone tell me how it is implemented?
Thanks
i am using following
example of date picker
http://developer.android.com/guide/tutorials/views/hello-datepicker.html
now i want to perform some functionality on clicking date picker cancel button but dont see cancel event inside datepickerdialog
can any one guide me how to achieve this.
any help would be appreciated.
I use the applicationUpdater framework with an Air application.
The delay property is set (in AS code) to 1 day.
However, the application checks every time it is run: the delay property seems to be ignored.
Does any one know where last run time is stored, so I can check if there's a reason it can't seem to remember ;-)
the app is at http://muchoswing.com/cantoyo
I´m looking someway (plugin, code, template, etc) to make a categories page on wordpress, where only sub-categories be shown per page.
To be more specific, please visit https://www.ifixit.com/Device/Mac
There are 3 Categories there : Mac Laptop, Desktop, Hardware. Inside Mac Laptop are other subcategories.
There will be posts assigned to those categories.
Is there a plugin for wordpress that can do that?
Thanks
I'm using Google prettify for syntax highlighting and I'd like to modify the colors to match my website theme, but I don't understand some of the abbreviations from these:
str = string
atw
kwd = keyword
tag = tag
com = comment
typ = type?
atn
dec = declaration?
lit
pun = punctuation? like colons, braces?
pln
prettyprint
I will be releasing two applications soon, one for my company and one for me. Publishing app on my own is straightforward, but I'm not sure which account to use for the company.
What practice do you use in your company?
I only see one solution, creating a special google account like android@company.com shared by the company Android devs.
I am currently developing an android app that is to be a counterpart to its sister iphone prototype.
My task is to recreate the screen from a design mockup from the iphone app in android, as shown here (can't display an image as a new user - sorry!):
http://img.photobucket.com/albums/v439/thrawn891/iphone.jpg
What would be the best layouts / views to use for replicating this screen in an activity?
Thanks.
In the son of suckerfish drop down menu:
http://www.htmldog.com/articles/suckerfish/dropdowns/example/
You see this rule
w\idth: 13.9em;
This can't be a typo as it appears various times in the css. What is it for?