Posts

Showing posts from June, 2013

naming conventions - What is the correct color notation in XAML: #555 or #555555? -

In the last few years CSS , I finally found out that to represent a gray The standard way color shed (or any color repeated its first three letters) was to use only three characters instead of six, I believe for flicker: 5555555 Instead of # 555555 #eeeeee in EEE XAML , however, I Often see opposite: 5555 55a Instead of # 555 instead of eeeeee #eee Is there any circumstance in XAML, when doing any other work , Or any other storage, or is it just a problem of long / short notation and has no practical effect? Either both or both forms are valid (and more) ..

html - Nesting optgroups in a dropdownlist/select -

I have created a Client C dropdown list control which can present it, are opt-in content (from scratch) No, I edited some code on the Internet, though I understand what he's actually doing), and it works fine. However, now I have come to a situation where I need two levels of indentation in my dropdown, i.e. <> pre & lt; Select & gt; & Lt; Optgroup label = "Level One" & gt; & Lt; Options & gt; A1 & lt; / Options & gt; & Lt; Optgroup label = "level two" & gt; & Lt; Options & gt; AB1 & lt; / Options & gt; & Lt; / Optgroup & gt; & Lt; Options & gt; A2.2 & lt; / Option & gt; & Lt; / Optgroup & gt; & Lt; / Select & gt; However, as far as I know it must be presented just like a normal opt-group. Is there any way to generate this nested behavior? The description here of HTML is really broken. It should allow nested opt-groups and present user agents a

linux - Shell programming: Executing two applications at the same time -

I have two applications, call them on APP1 and APP2. I would like them to run on my machine parallel It is not necessary that they start from the same time but should start at about the same time. One initial thought was a shell script that looks like this: ./ APP1 & amp; /. / APP2 Is this a trick or do I need to put it into the details of waiting for sure AP2 starts within a certain time frame? Thanks This could be better: ./ap1 & amp; ; ./app2 & amp; But, as it has been said, the shell will start as child procedures in each of these sub-shells by opening any processes between startup or any synchronization between time Not guaranteed. Why do you want them to run in parallel? Perhaps understanding this requirement will give you better answers. You can create some very simple startup synchronization in two programs. The example "AP1" part here is here. #! / Bin / sh # app1.sh # Check any setup, open log file, resources etc., etc. ... syn

Storing XML in Active Directory -

Is it wise to store XML in this Active Directory? An ECM in my project is performing a night-running through Edge and Eddie and is reading XML data from each AD group .... Active Directory (or any other LDAP) should be okay in small quantities of XML data. I do not use it, it has my central database repository. You can increase the directory object to the schema on your desired field. But occasionally is better to delete data in an unused field.

jquery - AJAX Error: The data necessary to complete this operation is unavailable -

Every once and once I get this error in an error when the AJAX request to a handler is typed Returns a little response text / plain. It seems that this error will start, some time goes on, and then it will be closed very disturbing. I am using the latest jQuery library. When I try to access xhr.responseText, the error (full) throws in the function how can I prevent it from happening? $ .ajax ({url: "Inquiry.Shex", data: data, data type: "text", expired: 5000, complete: work (xhr, position) {var resp = Xhr.responseText; // if (resp.substr (0, 4) == "http") window.open (resp, "PopWin"); else showError (resp);}}); I know this question is more than a month old, but I think That I know what was your problem The full () callback is executed successfully (or both) after the error is called. In your case, I suspect that your call is expiring and so if you provide an error callback, this would trigger, but in this case, full () is called a

python - Custom Managers and "through" -

I have many relationships in my demo app, where I use the heavier of the manager's "add" method Am (i.e. album.photos.add ()). I think there is now a need to store some data about multiple relationships, but I do not want to lose the add method. Can I set a default value for all the extra fields of "medium" and can I re-apply the add method in any way? I do not really know much about custom managers, but I suspect that the right place to look may be. Update: Does anyone know how to do this? Do I have to do this to anyone? In simple ways, just add one method to the album (i.e. album.add_photo ( )) Which handles the metadata and creates a properly linked photo frequency. If you want to get all the funky, you can write a custom management for the photo, make it the default (i.e. the previously planned manager), set it on, and add it a add () Method which is able to set the default metadata properly for the connection. On one side: It seems

upload - Is it possible to make your uploaded iphone application auto-update? -

इस सवाल का पहले से ही एक उत्तर है: < / P> 13 जवाब मैं अपना अपलोड करने वाला हूँ एप्पल स्टोर पर आईफ़ोन आवेदन, हालांकि मैं निकट भविष्य में अधिक संस्करण जारी करने का इरादा है। क्या ऐप्पल की दुकान में एक नया संस्करण अपलोड करने के बाद भी क्या मेरी एप्लिकेशन ऑटो अपडेट करने के लिए कोई रास्ता नहीं है? ऐसा ही जैसा कि मैं संस्करण 1.0 को अपलोड करने के बारे में हूं, एक बार जब मैं संस्करण 1.x अपलोड करता हूं, तो क्या उपयोगकर्ता को इसकी सूचना दी जा सकती है या क्या यह एप्लिकेशन स्वतः अपडेट हो सकता है? क्या कोई मुझे सही दिशा दिखा सकता है?। किसी भी प्रकार की सहायता सराहनीय होगी। धन्यवाद। - ऑस्कर नहीं, यह कार्यक्षमता इस पर उपलब्ध नहीं है आई - फ़ोन। ऐपस्टोर केवल स्टोर के माध्यम से अपडेट प्रदान करता है, और Cydia केवल Cydia के माध्यम से अपडेट प्रदान करता है। मैंने कई एप्लिकेशनों को देखा है, शुरुआत में है, एक एक्सएमएल फ़ाइल की जांच करें जो आप नए संस्करणों के बारे में जानकारी के लिए होस्ट करते हैं, और आम तौर पर एक नया संस्करण रिलीज होने के बारे में उपयोगकर्ता (विशेषकर एक समाचार टिकर

Zend Framework Models -

I am trying to understand how the Zand Framework works. Are there models designed to do something like this? I just have a basic setup, so I can use something like this in my controllers like this: $ db-> query ($ -hy-> select all) Can you also give me an example of how to use it on the controller? expand the country of the country Zend_Db_Table {protected $ _name = 'country'; Select Public Function All () {Return 'SELECT * FROM'. $ This- & gt; _name ''; }} Best regards! Zend models are linked to a table that are desigend and will help you interact with a table . class BugsProductsZend_Db_Table_Abstract {protected $ _name = 'bugs_products'; Protected $ _primary = array ('bug_id', 'product_id'); } $ Table = new bug product (); $ Rows = $ table- & gt; Fetch ALL ('bug_status = "NEW"', 'bug_id asc', 10, 0); $ Rows = $ table- & gt; Obtain ($ table-> Select) - & gt; Wher

ruby on rails - Database Development with ASP.NET MVC and other MVC frameworks? -

Does the MSVC framework, does it apply to ASP.NET or Railroad to develop a better database? Since the probability of your database tables and areas is most likely that using OR / M to compliment the classrooms and properties, it only makes sense that it introduces you to a proper database from the beginning of development Forcing the composition to create. The physical data layer may be different from the entity model (and usually), which is usually referred to as EF / NIBB / Is used by choice. But whenever you make any type of abstract icon in your code in your code, you change some parts. These adaptations are related to the flexibility of your / M's, the more flexibility it will be less adaptable.

c# - Fluent NHibernate Mapping - Saving Child object -

I have a problem with selfish NHibernate mapping, I think, mapping to avoid any problems. I have a business object (literally, a "business"), and the review object can be several reviews in every business that are created on a page in the UI. Business review is a property, as follows: Public Class Business {Public Virtual Ink BusinessId {get; Set;} Public Virtual DateTime LastModified {get; Set;} Public Virtual ILIT & lt; Review & gt; Review {get; Set;} [More to be summarized further ...] Public Sector Review {Public Virtual Ink Review ID {Set; Set;} public virtual string review text {received; Set;} public virtual business business {receive; Set;} [... more for brevity has been removed ...] My mapping are as follows: Public category reviewmap: Classplop & lt; Review & gt; {Public ReviewMap () (Together ("Reviews"); ID (x => x.ReviewId). CallmanName ("Review ID") generated. Identification (); Context (x = & gt; x (Busi

c# - How to pass large quantity of data to web service -

I am creating a client-server (C #) application that uses web services to synchronize data Does. Actually I am sending XML of a dataset back and forth. But depending on the different parameters, the dataset can actually be quite large. I am comparing XP using GSP and want to pass it to the web server and as a result the compressed XML gets back. What is the best way to pass forward and backward potentially large portions of data? Explanation: I think I'm asking what is the best format for passing the data. JSON, SOAP, General Post (I am not very familiar with web services, so I'm sure that I am not thinking more) The best probably depends on many factors, if you're the best performing, then Here are some points to consider: XML is not the best method at all. Binary serialization is much more efficient. Maybe you do not have this option, however, if you need to worry yourself with the difference, in that case, you can consider using a flat file or delimit

jquery draggable options -

I want to drag the dragable object back to its original state when I click on a button. I used the 'deleted' option but it does not seem to work. Edit part: $ ('# zoom') Can anyone help? Toggle (function () ($ ("# dragable") Draggable ({})}}, function () {$ ("# draggable") Dragable ('deleted');}) ; This is a toggle button I'm using to enable dragging. Disables the destruct option only dragging and does not return the object to the original state. It is also a button that I want to return to their original position objects have: nextImg.addEventListener ( 'click' Function () {img.setAttribute ("src", "img" + (++ imgnum) + ".jpg");}, incorrect); How about it? & lt; Script type = "text / javascript" & gt; Data ( "top", "$" ( "#") ($ "(" # Draggable "). $ (" # Draggable "). Data (" Left ", $ (

testing - Generate .webtest files without using Visual Studio -

We have business users who want to include webtests for our project, but only to purchase full visual studio licenses For this purpose it seems like Ochchil. Are there open-source or third-party tools that can be used to create webtests, which can be read by Visual Studio? I would prefer a device that integrates in IE or Firefox and can only be produced as a point-and-click method in the form of a test which provides Visual Studio integration. While I consider Selenium and Watin / Water as valuable options, Believe me, I do not think nor will you be allowed to record. Webstages made by VisualStudio 2008 from the box. I believe that the record unit test which is fine if this is what you want, the only tool I know that what you are asking is the fielder. Roberto .-

Python 2.6 - Upload zip file - Poster 0.4 -

I have come here through this question: And greater than that is what I Should, plus some extra Additional information is required in addition to Ziffile, and POST_DATA looks like this: POSTDATA = --------------- - ------------- 293432744627532 Content-presentation: Form-data; Name = "rangeID" 1 ----------------------------- 293432744627532 content-presentation: form-data; Name = "cid" -3 ----------------------------- 293432744627532 Content-Vision: Form-data; Name = "file type" zip ----------------------------- 293432744627532 content-presentation: form-data; Name = "Name" Kylie Minogue ----------------------------- 293432744627532 Content-Configuration: Form-Data; Name = "file1"; Filename = "beach x8-8283.zip" content-type: application / x-zip-compressed pk ........................ Is it possible with poster 0.4 module (and before you ask, yes, I am fairly new to Python ...) Kind regards, Brian K. Poster has

installer - How can I create an MSI setup? -

I have setup setups for all of my Delphi tools with these setup for years. Now some users want an MSI installation package , So they can deploy the set up to a central server for all workstations. How do I create one? Do I have to buy a visual studio or any other product? You can use (which is) to use an MSI installation package.

c# - How to prevent simultaneous login with same user on different pcs -

We have to login to build an intranet application where the user to perform certain tasks ... we make That "app user" is logged more than once at the same time. So what I do at this time is that I am present in the database in the AP Net session IDs are stored and then I load each page Wheter is stored in the session ID database whether they are identical or not when the user logs in. But using this type of investigation, always selecting a database is essential, so I do not like it very much We are ASP Net 2 uses C #. Thanks in advance for any input [Information Update] I've already created a custom Sdasytapradata and custom Sdasytaipusr is. The subscriber has a method called "start session (string session id)" that is used when the user logs in. The second method checksession (string session ID) is used on each postback, and it compares the current session IDs with the session ID stored in the database. [Updates] Thanks to everyone for

sorting - Ordering a list of objects by another object's property in C# -

We have a system based around the events that are invited to the user [UserInvite]. Currently, I have a page that lists all the users invited to the event; They can be solved by various properties, such as surname [ascending and descending]. All are fine and dandy, but now I need to sort extra by a UserInvite property: DateEdited [again asc / desc] I am using an extension method that takes a string of property name to sort, but This will not work for the property of other classes. Note: In the UserInvite there is a method of getting the event and user, which always gives a single user input [or if no one was invited] < / Li> The current event is organized in the Master page, so that the user's list What is the best way to do this? what event to userinvite ? If so, just let the relationship go. In fact, <<> event - ie date of the public date; }} // or the same sort by and InviteDate - but you can also use a string like "In

how is seam proxying classes -

The seam actually proxies every class for interceptions, what is the difference between proxy class and proxied classes that apply to the interface We do ?? Eg in a spring where a proxy implements all the interfaces specified in the instance class. There is any experience in java.lang.reflect.Proxy vs. Have any experience between cglib or javassist? Bitcox on the protec is not much faster than manipulation ?? Thank you in advance Many comparisons on such web: unexpected: 559009 (ns) 5 (ms) seagull: 21374225 (ns) 213 (ms) proxy: 16506009 (ns) 165 (ms) You can download the code and it will automatically Can run.

vi - Omit 'Pattern not found' error message in Vim script -

I added a function in my .vimrc which is less search and replace commands however although no one pattern has found me I get an error message through which I have to login, how can I suppress it? You can either : silent or : silent! As a prefix for any command or you can add option 'e' to the option, which is often easier. :% S / x / y / ge: Quiet! % S / x / y / g: mute% s / x / y / g For more information, see : Help: Quiet: Help: S_flags e flag information : s_flags are some paragraphs below help.

sql - Creating Stored Procedure Syntax, relating to use of GO -

Does anyone know why. Practical MARGROOSCHECTOR (@Company Wicker (50)) gives an error message in the SLM Management Studio: message Wrong syntax near the message 102, level 15, state 1, process My_ Procedure, Line 1 'Geo' Now, this is the last statement of a batch, perhaps the last statement a go A bug in the SQL server should not be issued that the Geo parse is incorrectly paused. I believe that when you go X , and several times the batch could execute X . Sometimes a comment section (" - ") has forced me to parse to eliminate a syntax error. Have had to add. Example: Print "This is a test." Geo - Print "This is not an exam." Go 5 -

click - Jquery Onclick and reference to the object clicked -

I have found the following jQuery expression, inside the function, I need to reference the object that was clicked to do this The way? $ ('# tag list took'). Click (function () {/ * content * /}); Use $ (this) < / Strong>

Copying a DLL's dependencies in Visual Studio -

I depend on one of the contexts of the project, so to copy the third-party DLL into Visual Studio How do I install a project? I have a main application project and class library DLL. The main application class library references the DLL, and DLL only references some third-party DLLs. When I compile the main application, it automatically copies its library DLL to its output directory, but it does not copy third-party DLLs. I do not want to add references to third-party DLLs because the main application does not use them from the main application project, only it is used by the class library. You can get it with the project properties window Visual Studio lets you create events, first, or Allows to define after creation. To access the project property window, right-click on your project in the Solution Explorer window and click on 'Properties'. Go to the 'Build Event' tab on the left hand side. For example in the post-build box type in some copy commands:

BeanStalkd on Solaris doesnt return anything when called from the python library -

I'm using Solaris 10 OS (x86) I have installed the beanstalkd and it's "beanstalkd -d -l" -hostip -p 11300 "starts using OK by using the command. I have Python 2.4.4 on my system, I have installed YAML and Binstock dragon libraries to connect Beanstall to Python. My problem occurs when I try to write some code: Import beanstalkc beanstalk = beanstalkc.Connection (host = 'hostip', ports = 11300) No errors Not yet, but when I try some time on Beanstock like listing queues nothing happens. beanstalk.tubes () It's just hanging and nothing returns. If I cancel the operation (using CTR + C on Python Envy) or I turn off the server I immediately see the output: Traceback (most recent call) Last): In the file "", line 1,? The file "/usr/lib/python2.4/site-packages/beanstalkc-0.1.1-py2.4.egg/beanstalkc.py", line 134, returns itself in the tubes ._intect_mail ('list-tube' \ r \ N ', [' OK ']) file "/us

winforms - Custom User Control in C#...Right Click Menu to Copy Text (Java Developer learning C#) -

I am working on a custom user control which essentially displays a name value pair (name on black background) Is a white one) I am displaying my control correctly, even on the designer and on my build page. What I would like to do from here, it has the ability to right click on user control, which has the "copy value" option, when selected when the "value" portion of user control In the clipboard there will be a copy of the value. What is the best way to approach? I do not know where most of the user controls have started since the document, I have worked together with the display of control, not necessarily talking with it. In addition, since I'm still learning C #, I have left an important part of my problem in this question, so please tell if this is the case or not. I am using Visual Studio 2008 (if this is the case) Check the properties of other controls and control. By specifying ContextMenu control in the context of the second control, yo

java - What is the standard parallel GC called in JVM crash dumps? -

When running with JVM -XX: + UseParNewGC We are an occasional access violation. When we look at the dump file, we use the 13689K [0x02bd0000, 0x03bd0000, 0x06950000] Eden space 13184 were used to using Hep that 14,784 total equivalent new generation, 100% [0x02bd0000, 0x038b0000, 0x038b0000]. For space 1600, 31% were used for [0x03a40000, 0x03abe678, 0x03bd0000] space 1600, 35% [0x038b0000, 0x0393f800, 0x03a40000] concurrent mark-sweep generation total 125324k, 93541km [0x06950000, 0x0e3b3000, 0x34bd0000] Concurrent Icon-Sweep I'm assuming that will represent ParNewGC. I want Google for Google: The same log where standard parallel GC was used, does anyone know that I "new Instead of "new generation" what do I see under "heap"? What kind of dumps are you getting? You can send this type of information to a JPVM with the same as -XX: -HapDumpOnCtrlBreak and send a control break in your process. Then you can analyze the heap dump file and get yo

php - correct way to echo a link with a onclick javascript function -

My question is how can I resize it correctly because the variable in the onclick function returns an undefined error $ openchat = "john javascript: zero (0) 'onClick =' return chat (". $ Livenaam. ") '& Gt; . $ Livenaam "& lt; / a & gt; & lt; br & gt;"; Echo $ openchat; I want to use it in a loop to send users a list online for chat thanks, Richard $ openchat = "& lt; a href = ' Javascript: void 0) 'onClick =' return chat (\ "". $ Livenaam. "\") '& Gt; $ Livenaam "& lt; / a & gt; & lt; br & gt;"; Or for increased security: $ openchat = "& lt; a href = 'javascript: zero (0)' onClick = 'return Chat (\ "" .htmlspecialchars ($ livenaam, ENT_QUOTES). "\") '& Gt; Htmlspecialchars ($ livenaam, ENT_QUOTES) "& lt; / a & gt; & lt; br & gt;";

iphone - IUI way to display invalid password -

I am developing using a mobile site. This is a framework that looks like the web page iPhone dialog. I have a tree-like catalog and at a certain level the page asks for password to proceed. I'm not quite using the failed IPhone and fail to find a native dialogue with a password check. What is the "IPhonic" way to handle an invalid password? Will I display a modal window, which is a red alert or what? A standard object is of some kind. IUI probably applies this beforehand (although I can not find it with quick search) but here's how it (leave near the end of the video). Actually a modal warning dialogue, but with some animation and spotlight / brightness effect, this is a great animation which makes it feel 'iPhone'.

java - How to view/change socket connection timeout on Linux? -

जावा में एक सॉकेट बनाते समय: नया सॉकेट (होस्ट, पोर्ट); सॉकेट कन्स्ट्रक्टर आने से पहले host: port से कनेक्ट करने का प्रयास करेगा। विंडोज़ पर, यह अप्राप्य मेजबान के लिए लगभग तुरंत विफल हो जाता है, लेकिन लिनक्स के लिए सॉकेट से टाइमआउट के लिए 5 मिनट लग सकते हैं। मुझे पता है कि अगर मुझे सॉकेट बनाने पर नियंत्रण है, तो मैं कर सकता हूँ : सॉकेट एस = नया सॉकेट (); s.bind (..); S.connect (.., टाइमआउट); लेकिन मेरे पास ओएस एक उचित डिफ़ॉल्ट मान का उपयोग करना होगा। क्या लिनक्स पर इस सेटिंग को बदलने का कोई तरीका है? धन्यवाद मुझे लगता है आप / proc / sys / net / ipv4 / tcp_syn_retries चाहते हैं डिफ़ॉल्ट रूप से आमतौर पर 5 या 6 जो लगभग 3 मिनट तक आती है। ध्यान दें कि ये सिस्टम-व्यापी हैं।

c - Tab Completion feature in unix shell development -

I am developing a shell using Unix system programming (Robbins and Robbins), how can I add this feature and how can I add it? itemprop = "text"> History feature (in history, such as Bash - when I press the key, it shows the previous typed command) < /p> You can use there are both of these attributes EDIT: Christopher K As such, you should see and if you have specific questions then you should come back.

objective c - iPhone - How to build a list of unique items -

I want an array that contains only unique items, I know that I can do this with items with a nsstried item Add and then get all the keys. This will ensure that NSArray only includes unique items, but I think it will be redundant and believe that there should be an easy way to do this, but one can not get one. NSArray * uniqueArray = [[NSSet Set Vitrere: Original Array] Subject]; Specification isEqual: based on the method.

Can a class be an Expando and Polymodel in Google App Engine? -

If I create a polymodel square, such as a person, can I create an exception model under that polymodel? For example, a class male (person) who was also an expando model? if so, how? Thank you! Excerpt from: Polymodel does not support dynamic properties , As Expeddo does not have the equivalent of polymodel for Expando. However, there are ways to work around using the low-level datastore API. They should also work fine with the PolyModel class but the code will not be very good and I do not recommend it. I do not have time to gather an example now, but it will probably be tomorrow tomorrow if no one else does. For now, you can take a look at PolyModel class I. Google has its own (and yes, the fact is that both of them have a pure coincidence = ) Before writing, it can inspire you to create your own expando -sourcing version, here's the lack of other solutions you should come here: And

Fixing bad XML in Lua -

I have a Leah program that is consuming data from an external device, the device is returning defective XML that looks : & lt; Element attribute 1 = "value 1" attribute 2 = "value 2" attribute 3 = "m" value 3 "" attribute 4 = "value 4" /> Especially some field users are editable and may include items that should not be saved, but are not. Hopefully I can get the code to fix these messages, but by then 'I try to do the right thing' I have an alternative solution. Always in a single order the messages start coming in a certain format and always exist (as far as I can tell) so I can use a very restrictive pattern match like: < Code> string .mail (str, 'attribute1 =' (. *) "Attribute2 =" (. *) "Attribute 3 =" (. *) "Attribute 4 =" (. *) ") but it looks really icky and if they decide to change the format, then surely there will be a break. Optional solution Any

design - What subjects are beneficial to learn in order to understand human interaction with computers -

I was inspired by the question, and my first answer is to ask my question. Study, if any, focus on the study of human-machine interaction and human behavior in relation to computers? In my understanding of this issue, I am considering studies in the following (broad) areas: Design Psychology Are there any special topics in these areas or others that will help me understand how the users think? Edit: The question that was inspired by this question is now closed, it can mean that my question will also be closed. I think the difference is that instead of saying "I want to be good in design" I am asking how can I improve my factors, which makes the design good, I do not know that it Actually different or not, I hope User Interface Although best practice document is a good start ... Programmer getting the right for a single reason It is difficult for UI to: programmers think differently than users in a different way. There is a completely different mindset tha

How can I reliably determine uploaded file name in a Perl CGI script? -

File name sent to the Perl CGI (using CGI.pm) script from an uploaded form depends on the client machine and In this, the client-dependent path separator is a trusted way of parsing the parameter passed to determine the filename (usually the last sub string after separator from the last path) When I'm using the customer MSIE (only the Windows path The Th) I've only experienced a problem with the path separator). I have used quite a regular regular expression to handle it, however, you can increase the expression (or split) regularly, from the most common path separator - '/', '\' and sometimes ':'. Alternatively, you should be able to use the file system type from the useragent string (perhaps by using), assuming that you call the Fileparse_set_fstype function of File: BaseName before parsing the file. can do. Something like this: Use the file: basinum; Use HTTP: BrowserDetect; # $ Get $ file_file in dollar name and file name in $ user_ag

Best way to version a rails app? -

What is the best way to get a rail application? We want to be involved in more structured test cycles and per build per set version is a part of it. We use subversion, but I want to avoid using revision numbers for editions. Is this an easy way to do it automatically? Or should I just define an app_version method in App Assistant? (We are using subversion for source control) Diff ap_version "$ id $" expiration $ Id $ is a keyword that svn will extend (the above link can use other) Now, we set the keyword's property on that file so that SVN knows that it should replace the keywords (let's go to app_helper.rb Values S): svn propce svn: keyword "id" application_helper.rb svn ci application_helper.rb Now if you see application_helper.rb It will be read (by the way, by changing the version, date, user name) deaf ap_version "$ Id: application_helper.rb 282 2009-06-26 10: 34: 17J $ root $" End Obviously, you can specify it i

.net - How to import / export user account in Reporting Services? -

There is a table [ReportServer]. [DBO]. [User] But what is the relation with other tables? And how can I make these values? The values ​​in this table are based on permissions that have the permissions set up in the report hierarchy The most common way to manage it is through Report Manager under Property -> Security. dbo.Users can be included in dbo.PolicyUserRole. Table deabo Polyacusarroll then dibo. Roll, DBO. Policies, and debut. Here is a query that provides all reports / models / folders and all their users and related permissions: SELECT c.Path, u.UserName, r .RoleName, r.Description FROM dbo.Catalog c INNER JOIN dbo.PolicyUserRole at c.PolicyID = pur.PolicyID INNER JOIN Dbo. Overus U pur.UserID = u.UserID Inner dino.Roles r on r. ROLID = R. ROLID

awk - choose the newest file and use getline to read it -

There is a problem with a small awk script, I'm trying to select some log files for the latest and then Use the getline to read it. The problem is that if I do not send it to any script in the script it is okay. This works echo | Myprog.awk this is not myprog.awk myprog.awk BEGIN {# Find the latest file command = "ls -alrt | tail-1 | cut-in 59-100" order | Getline logfile close (command)} while {(getline> > 0) {#do magic print $ 0}}

parsing - how can I extract proper nouns from a string using PHP or JavaScript? -

How can I remove the correct name / numeric value from a string using PHP or Javascript? Example Xyz This page was visited on 53 mins ago. I want to be able to identify "proper noun and numerical" as "Xyz" and "53" respectively There is a clear way But I feel that you guess from grammar that a word is a proper noun. / P> I can not think of it in any correct way, but if you make a series of rules, you can use them to parse a path. The rules may be included. * Words that end with ly are not a proper noun * Noise words such as, and, from, but etc. are not proper nouns * Words that have large letters but do not start sentences To improve this you can use these rules to make a dictionary of appropriate rules. Every time a word follows one of these rules, then it is added or removed as a proper noun dictionary. It is very difficult - if it is on the right path, then I can be more specific.

html - Can't Access CSS Selector's Properties from Javascript -

This is a very basic question: how to terminate the code in the below code () function to reach the 'opacity' property Not #myStyle for CSS selector? The warning does not display anything, and I have verified that the 'ambiguity' property is 'false'. Thanks a lot! & lt; Html & gt; & Lt; Top & gt; & Lt; Style type = "text / css" & gt; & Lt ;! - #myStyle {Opacity: 0.50; } - & gt; & Lt; / Style & gt; & Lt; Script type = "text / javascript" & gt; & Lt ;! - Function expired () {Warning (document.getElementById ('myStyle'). Style.opacity); } - & gt; & Lt; / Script & gt; & Lt; / Head & gt; & Lt; Body Onload = "Endloading ();" & Gt; & Lt; Div id = "myStyle" & gt; Hello & lt; / Div & gt; & Lt; / Body & gt; & Lt; / Html & gt; You can get the prescribed values ​​only through the class after their calcula

asp.net mvc - ActionFilter to set a controller.action parameter but param req on ActionLink in View -

We have a [UserNameFilter] ActionFilterAtrribute which populates the admin action user name parameter. It works well though, when I use the Html.ActionLink assistant, the controller is strictly typed, then the user's parameters are seen in the compiler requests. Has anyone come to this and know how to read? Controller function: [UserNameFilter] Public Action Category (integer category ID, int page, string username) Code view : <% = HTML.RenderTree (ViewData.Model, i = & gt; HTML.ActionLink & lt; ProductController & gt; (PC = & gt; pc.Category (i .CategoryId, 1, ** Complaints error here **), I.CategoryName)% & gt; This is a compile time error - C # compiler knows your application, MVC or nothing. Using ActionFilter so that the user name might not be known to fill the parameter. The way I can think now, declaring a new action in the controller public functions category nozzle (int category id, int page) {string userName = "" ; /

wpf - TranslateTransform in Style -

मेरे पास निम्न कोड है: & lt; विंडो। संसाधन & gt; & Lt; शैली TargetType = "{x: टाइप टेक्स्टब्लॉक}" & gt; & Lt; सेटर संपदा = "लेआउटट्रांसफॉर्म" & gt; & LT; Setter.Value & gt; & Lt; अनुवाद ट्रान्सफोर्म / & gt; & LT; /Setter.Value> & Lt; / सेटर & gt; & LT; Style.Triggers & gt; & Lt; इवेंटट्रिगर रूटिंग एवेंट = "फ़्रेमवर्क एलेमेंट.लोडेड" & gt; & LT; EventTrigger.Actions & gt; & LT; BeginStoryboard & gt; & Lt; स्टोरीबोर्न दोहराएँविहार = "हमेशा के लिए" ऑटोआरवर्स = "ट्रू" & gt; & Lt; DoubleAnimation = "300" से = "- 300" Storyboard.TargetProperty = "LayoutTransform.X" अवधि = "0: 0: 1" / & gt; & Lt; / स्टोरीबोर्ड & gt; & Lt; / BeginStoryboard & gt; & LT; /EventTrigger.Actions> & Lt; / EventTrigger & gt; & LT; /Style.Triggers> & Lt; / शैली & gt; &

Model Framework for Actionscript 3.0 -

एक्शन स्क्रिप्ट 3.0 के लिए मॉडल फ्रेमवर्क क्या है? मैं अपने आखिरी फ़्लैश आवेदन को बनाने के लिए स्प्रिंग एक्शनक्रेट फ्रेमवर्क का उपयोग कर रहा हूं। यह महान काम करता है और फ्लैश में वसंत की शक्ति को इंजेक्ट करता है। आपको केवल सभी वर्गों (और रिश्तों) को घोषित करने के लिए एक XML फाइल बनाने की आवश्यकता है जो आपके एसडीएफ में इंजेक्ट किया जाएगा। XML फ़ाइल में कोई भी परिवर्तन करने के लिए किसी भी रीकंपाइल की आवश्यकता नहीं होती है जो महान है। आप इसके बारे में अधिक जानकारी पा सकते हैं। यह भी एमवीसी पैटर्न के साथ काम करने का एक एक्सटेंशन है। शुभकामना!

c# - Creating public temporary files with expiration time -

I am creating a small webpad on win2003 with asp.net 2.0. I need to create those small files that I think are capable of accessing the web and files take 10 minutes to finish. I found no support for this in this framework and my second solution came to mind, which was a time when the file was cleared from X minutes. But in any way, I feel that I am not one to experience this problem and I am thinking that there are no other smart solutions. Thanks in advance. Without knowing more about why you are doing this, I think the file is clean The best solution for your solution of external programs is to have an option to store "files" in a database and create a handler that receives data from the database, but only if "file" does not end Ho. You can then periodically set up databases in a clean, and so far only "file" is not expired. You are forced to clean them on a regular schedule by making them on the disc so that the expired items are no longer av

.net - Automated W3C Validation -

I want to use MSBUILD to check the validity of both HTML and CSS provided for all pages in a site , And break the construction on errors. Can anyone suggest a strategy to validate HTML and CSS in automated builds? Is there any work to do this now? I can not tell you how to do this in MSBuild, but I can tell you How do I contact for this job? Download To run this as a step in your CI platform (or CCINET), all your CSS files downloadable Find Markup Valuerator (and, thank you, David!) Find a way to host all your dynamic pages (IIS, perhaps webdiv. webserver.exe) All dynamic pages Download the content of *** Markup as a step in its CI platform Run against Validate. * Step # 5 Something will be difficult because you have to maintain the list of the exam URLs because you can only open .aspx files, and if you are running MVC, the URL To automatically generate based on the files due to routing etc. it will be almost impossible. It seems that someone can easily create

SQL Server stored procedure issue calling another stored procedure -

Here I have a stored procedure (using SQL Server 2005), stored within this stored procedure and another stored in this stored procedure. Procedure puts data in a temporary table. Insert it into #tmpTable (column1, column2, column3) EXEC psp_rptInsideStoredprocedure 2 This stored procedure has a mode parameter defined within it Which columns are passed in this mode (mode 2) only 3 columns are passed, when the stored stored procedure is used for any other report (mode 1) 4 columns are passed Are there. Sometimes parents complain about trying to insert the stored procedure 4 columns and sometimes it does not. I know that it is always going through 2 modes, but it seems that SQL Server knows that sometimes 4 columns have been returned in this archived process. Any ideas on the solution? thanks don hair process is always the same Return the number and type the column, if necessary, use zero if the results are very different for two versions, then you can not add them in this

Java Deployment Toolkit - beforeRedirect hook? -

I am using the Java Deployment Toolkit to deploy a Java applet in an iframe. javaDeploy.js automatically redirects iframe to the Java download page if the user does not have a plugin installed in the browser, but I want to give some kind of notice to the user before such a thing happens Weird just to see the Java download page there is no information why they are seeing it To display a notice before redirecting to iframe Is there any way of hooking it in a javaDeploy.js process? It looks like I can really answer: I have created a hidden div in my message to the mother in which the user needs to install Java. Then in the script which calls javaDeploy.js: javaAvailable = false; SetTimeout ("if (Java available!) {$ ('# No_java_message', top-document) Show ()}", 200); Deployment go.RenApelt (properties, parameters); Var is available = true; $ ("#no_Java_message", top-document) .hide ();

design - Challenge - Keep Code and DB Rows Separate -

We all agree that DB is for storage and this code should not be tightly coupled with it. Give me an example of how you can get it when you store preferences in DB. Suppose you are creating a little online survey. There are some vote types in each poll: anonymous voting IP based voting etc. Now if there is an interface where a user creates a poll and stores the "vote type", it seems that at some point you can use DB (either the primary key or a Name), which does' anonymous voting ', IP based voting' etc. In a different but related, John Sanders said that it is silly - and I agree with him completely! Why connect db and code - this is a bad idea but how do you avoid it if you are accumulating something like "vote type"? Just define some constellations, whether they are in an enum or whatever supports your language Are, e.g. In the database with a vote type column value value in the database with continuous enum vototype {ANON = 1, IP

c# - Open WPD Device in Windows Explorer from .NET -

I am currently working on the application to manage a WPD device. I want to add an option to open the wpd device in Windows Explorer to view saved files. The problem is that I can not find any way to open the Explorer that points to the "folder" of the device. Do I have all the information on the device (PNP device ID, class name, etc.) Any solution knows? Someone has posted the same answer: You can try to enumerate all children in the "My Computer" node - WPD tools usually appear there. Start with the desktop and then calculate my computer node and after that the children. Perhaps there is a property that enables you to choose a child from your computer that matches the WPD device.

SQL Server 2000: How can I tell how many plans a stored procedure has cached? -

Sometimes when diagnosing problems with our SQL Server 2000 database, it can be useful to know that a stored procedure is using a bad plan or at the time when I'm having problems, there is a problem with a good plan. I am wondering if there is a query or command that can tell me how much current execution scheme caches for a particular stored procedure. Are. You can ask the cache in several different ways, either viewing its content, Or you can see some relevant statistics. Some order routes to help you: Select from syscacheobjects - Displays the contents of the process - Cache DBCC Process for all databases - shows some common cache stats DBCC CashState - shows usage statistics for cache, things like hit ratio If you only need to clear the cache for a database, then you can use it: DBCC flushhprocia DB (@dbid) - this is an int, its name is not - you can get the insent from the Scinabetbase or DBID () function: above the line For 2000, who asked that question.

Unable to understand a line of Emacs Lisp -

रेखा है फ़ंक्शन जानकारी () {emacs -valval ("progn (setq मैन-अधिसूचना-विधि 'धमकाने) (जानकारी \ "$ 1 \")) "} मुझे मैनुअल से पता है कि पुराना एपीएन 'सी स्रोत कोड' में एक विशेष प्रकार है। सेटक सेटक `सी स्रोत कोड 'में एक विशेष रूप है (सेटक एसआईएम वैल सिम वैल ...) प्रत्येक SYM को अपने वैल के मान में सेट करें प्रतीक SYM चर हैं; वे शाब्दिक हैं (मूल्यांकन नहीं किया गया) वैल VAL हैं भाव; उनका मूल्यांकन किया जाता है इस प्रकार, (setq x (1 + y)) x 'को (1+ y) के मान में सेट करता है' द्वितीय वैल की गणना तब तक नहीं की जाती है जब तक कि पहली SYM सेट की जाती है, और इसी तरह; प्रत्येक वैल पहले से सेट किए गए चर के नए मान का उपयोग कर सकते हैं। setq 'फॉर्म का रिटर्न वैल्यू पिछले वैल का मान है। $ 1 कमांड के बाद पहली पैरामीटर के संदर्भ को लगता है आदमी जो उपयोगकर्ता देता है। "धमकाने एक यादृच्छिक चर लगता है। मैन-अधिसूचना- -व्यापार एक evalutian राज्यमित्र लगता है जो Emacs को बयान चलाने के लिए कहता है जो विधि है

cygwin - Getting rid of CRLF for new files in Emacs Windows -

I have tried all this: Changing the coding system: (Add-coding-system 'iso-latin-1-unix) Untranspace-file system "C:") (Multilingual characters set to zero: (custom-set-variable;; custom if you edit it by hand, It can mess up, so be careful; ;; only one in your init file Asterisk should be ;;;;;;;;;;;;;;;; 07 ;;;;;;;;;;;;;;;;;; (Desktop-save-mode T) '(enable-multibyte-characters zero)) This is not a work for me. I use Imac 22.2.1 with Sigwin. 2008 on the relay -03-26 GNU Amax 22.2.1 (i386-mingw-nt6.1.7100) Here is how I started my emacs (Remember% ~ dp0 path separator with executable file's dirname ): @set PATH = c: \ cygwin \ bin;% ~ dp0;% PATH% @ start% ~ dp0runemacs.exe% 1% 2% 3% 4% 5% 6% 7% 8% 9 Check for the Lispi solution in the rectangular section (Setq interrupted eol-conversion t) (progn;) W. unchanged setting in CR-LF mode of new files Print out the default on -32 system. Set the DOS-W32 function, set it; When it i

c++ - Use of activeX object on non-MFC applications -

I want to use an activeX component in Visual C ++. The oCX file has been registered and I have a resource editor's dialog I can include components in But now how do I get a wrapper class to use activeX object ?? On MFC applications, the editor creates a wrapper class for the OCX, but I am not using MFC ... Thanks! Henry The host of ActiveX control is the perfect royal pain. Basically, outside some very thick tamis, there is no easy document to write an accurate ActiveX host from scratch. Start by peeking at the webhost here: My experiment was to create this least amount of money that is still out of the shell. Explorer can host ActiveX controls. You start the road of insanity to outline the "core" API function - this will create control of your CLSID, and an indicator for an IOleClientSite implementation, okay, the site for control and some Type Istoraj implementation is going to happen.

"Invalid Character in Base-64 String" using ASP.NET and C# -

I am having this problem posting a page on the page a jquery AJAX load is loaded on the drop-down list on-change Called by, if I disable Onchen, then the post works. "State information is invalid for this page and may be corrupt" / strong> [FormatException:. Invalid character in a Base -64 string] System.Convert.FromBase64String (string s) +0 System.Web.UI.ObjectStateFormatter.Deserialize (string inputString) +72 System.Web.UI.ObjectStateFormatter.System.Web.UI.IStateFormatter .Deserialize (string serializedState) 4 System.Web.UI.Util.DeserializeWithAssert (IStateFormatter formatter, string serializedState) +37 System.Web.UI.HiddenFieldPageStatePersister. Load () +113 [Dekenstet Akspasn: Invalid viewstate client IP: 127.0.0.1 Port: User-Agent: Mozilla / 4.0 (compatible; MSIE 8.0, Windows NT 5.1, Trident / 4.0, .NET CLR 1.1.4322; .NET CLR 2.0.50727, .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) ViewState: / wEPDwULLTE + UiQgMjUwLjAwMCwwMDwvc3Ryb25nPmQCCQ8WAh8ABRUxNT

ASP.NET: How to redirect, prefilling form data? -

I want to redirect a handler to a web-form page, filling up the values ​​of some controls on the form. I present my current request Form : Try setting the data: if (wavattoodo something) {// prefill form value reference. Request Form ["Textbox 1"] = "Test"; Context.Request.Form ["ComboBox1"] = "Test 2"; Context.Request.Form ["TextBox2"] = GetTheTextForTheThing (); // Ask the client to go there. response. Redirect ("~ / SomeWebForm.aspx"); Return; } But I get an exception that the form values ​​are read only. What would be one way to send the customer to another page, data to fill out the form? Answer I used the session to store the prices. It is important to note that by default handler will not have access to Sessions (session object null ). Object by adding the marker interface of your handler class: Public class handler: IHttpHandler, System.Web.SessionState.IRequiresSessionState {Public Zero p

any clear guidelines and best practices on using JQuery and ASP.NET MVC together? -

Are there any clear guideline and best practices for using JQuery and ASP.NET MVC together? Articles, blog posts, books? Not only MVC, but also on the pattern of connections and well-known ways between them and the pattern of working together. Since jQuery has become so popular, you might consider linking to a large site , Which already uses your favorite JavaScript library (like Google) I postpone the preparedness statement. To collect it, a service like Google's Ajax libraries is used to complete scripts if you do not want to use Google's library to load scripts. , You can always use a permalink in the script instead of the script's relative path on the server. Like this: & lt; Script src = "http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js" type = "text / javascript" /> She makes some good points about how it lends itself to performing better with caching, latency and parallelism improvements.

ajax - jQuery, WCF and ASP.NET -

Sorry if this is a dumb question in previous asp.NET projects, I communicate without problem with an ASMX web service. I am using jQuery to do - in which the user has the ability to enable contacts with session status. Now I am trying to do the same thing with the world of Visual Studio 2010 and .NET 4.0 and I with an AJAX enabled WCF service. I am getting the basics in which I have the jQuery passing data in a call to the service, it does some processing and gives a price that shows the user of the jQuery. My question is - how do I get WCF service to access user session information? I think that my understanding of WCF is missing a lot of fundamental, any pointers will be appreciated! [update]: Here's a good article too: is a concept that sometimes confuses the ASP.NET developers into WCF, the notion of session state is common WCF services, all sessions state is stored in local volatile memory. Selecting a copy of parts of durable storage space in the running exampl

iphone - UIScrollView ImageView with pins on top -

मेरे पास एक UIScrollView है जिसमें UIImageView है। मैं इस imageView पर पिंस दिखाना चाहता हूं जब मैं पिन को ImageView के उप-दृश्यों के रूप में जोड़ता हूं, तो सब कुछ महान होता है, जब आप ज़ूम ज़ूम करते हैं तो पिन पर भी होता है मुझे यह व्यवहार नहीं चाहिए और मेरी पिन को वही रहने की इच्छा है। इसलिए मैं पिंस को एक और दृश्य में जोड़ना चाहता हूं जो कि ImageView के शीर्ष पर बैठता है और यह भी UIScrollView । यहां विचार यह है कि यदि आप सोचेंगे कि एक परत है जो मैप के ऊपर घुड़सवार हो जाता है और अभी तक स्कैन नहीं करेगा, जहां मैं उन्हें प्लॉट करता हूं। जब भी परत दृश्य में जोड़ा गया पिन अगर ImageView तराजू हालांकि, यह मुद्दा तब बन जाता है जब पिंस की स्थिति मूल मूल एक्स / वाई से मेल नहीं खाती क्योंकि ImageView ने एक पैमाने पर रूपांतरण किया है। असल में यह एक कस्टम मानचित्र है पिंस के साथ एक स्थान का मैं पिंस को फ़्लोट करने की कोशिश कर रहा हूं और मेरी छवि दृश्य पर ज़ूम इन और आउट नहीं करता, फिर भी यह याद रखता हूं कि ज़ूम होने पर मैंने उन्हें कहाँ रखा था। कुछ कोड: scrollView = [[U

Reading a single character (getch style) in Python is not working in Unix -

I use the recipe at any time, I can not seem to work on it It always throws the following error: Traceback (last most recent call): ... old_settings = termios.tcgetattr (fd) termios.error: (22, "invalid argument)" < / Code> My best idea is that it is because I'm playing it in eclipse, so Termos is throwing a worthy about the file descriptor. This is working on Ubuntu 8.04.1, Python 2.5.2, I do not have any such error Join Maybe you should try it from the command line, eclipse is using its own studine, I get exactly the same error in running with wing IDE, but this works great from the command line. The reason for this is that the IDE, for example, wing is using its class netware. Sys.stdin as CDBG intrestream therefore sys.stdin.fileno is zero, hence the error is basically why IDE stdin is not a tty (print sys.stdin.isatty () False) Class _GetchUnix: def __init __ (self): import tty, sys def __call __ (self): import system, tty, termios fd = sys.s

c++ - Defining a proper subtraction operator -

I wrote an abstract class for a math object, and defined all operators. When using it, I came across: Fixed F1 = 5.0 F - F3; I have only definition of two subtraction operators: inline conic fixed operator - () cons; Inline conic fixed operator - (float F) console; What's wrong with me here - the additional is swapable (1 + 2 == 2 + 1) while there is no subtraction (this also goes for multiplication and division). I immediately wrote a class outside in this way: Fixed inline static operator - (float F, CONST fixed and FP); But then I realized that this can not be done, because for doing so I have to touch the class personal, which is to use the keyword friend As a result of I, the namespace is polluted with 'stable' redundant function. Error: 'Fixed Constraints Fixed Fixed: Operator- (Float, Constant & Fixed; Amp;) 'should either be a non-static member function or non-member function. According to the suggestions suggested by GCC, a

java - Swing: How to achieve forwarding of all events from subcomponents to parent container? -

"itemprop =" text "> I seek to create a swipe component to find events in all your original containers for a simple way I am / strong> (or even all parents till the root). Edit : Where do I need it? I have a diagram editor. To move the ingredients to the main press and mouse clicks (immediately to set itself up as "active", when the user clicks on a sublet of that component). First, let me present your existing solution for this. This is a bit of a solution. Public Interface IUiAction {Zero Display (Component C); } Execute public static zeroCurrent UIIation (container parent, IUiAction verb) {if (parent == blank) {return; } For (component c: parent.getComponents ()) {if (c! = Null) {action.perform (c); }} For (component c: parent.getComponents ()) {if (the example of container) {performRecursiveUiAction (container), action); }}} / ** * 1) Add the listener to the container and all existing components (recursively). * 2) By adding a container

In java, how do I create my own xml subclassed elements in a DOM returned by 3rd party tools -

Then I am using HTMLCleaner which gives an org.w3c.dom compatible DOM. Now, I want to include my own subclassed elements (which implements additional functionality outside the dom) in my dom tree. Is this possible? If you use the document .createElement (), then you can not say that you want to make it for the implementation of an element. Ideally I do not want to do all the work already done to implement my class element and node manually. I thought I could sub-class ElementImpl from Xerces and potentially add me to the dome. However, Xerces is expected to be made in DOM, which implement CoreDocumentImpl etc. This is a mercy from the view of a compassion, if I had to use plain elements and manage to identify their properties / names etc., because everyone has any special status in any index I have to point in. DOM is not the most beautiful API to work with. If you want simplicity, then use DOM4J: - DOM Documents a DOM4J document Wrap - Use DOM4J instead of DOM to create an

php - Get multiple values through an AJAX query -

Hey guys, I am very new to AJX and working on a rating script, but I want to be able to multiply several times. Value back in my Ajax function: Currently, it gives the rating of a PHP script, where it takes the total value of the vote / vote and multiplies by the width of each beginning to get the exact current rating . What I would like to do, will also give back the amount of votes, so I can show them. I know how I can do that one works out, but it is redundant and not very efficient. My question is, do I have only the width (value / vote * 22) in the rating box, but there are total # votes in 1 query even if the better question is not to return the string in jquery Better to do, which is already voting and amp; Calculate the width with the value, and java script? $ (document) .ready (function () {getRating (); function getRating () {$ .ajax ({type: "GET", Url: "../includes/rating Attr ("value"), cache: incorrect, async: false, breakthrough error: work

javascript - Opera: .js file won't load -

I have a page that calls a script in the header, such as: & Lt; Script type = "text / javascript" src = "http://www.discoverfire.net/analytics/l/a.js" & gt; & Lt; / Script & gt; (Note that you will not be able to load this script because it is locally as a staging domain) Very simple. Firefox, IE, Chrome have no problem with this basic, square-one feature. Opera, however, refuses to load the script, any variables or functions are "undefined" and in DragonFl, the script tag is shown in the DOM, but in the "scripts" tab, Script files could not be found. " I search by going to Google Any ideas why Opera hates me? Is there a security / javascript thing that I'm missing? Some things that may be relevant, but should not really make a difference: The script is on a different domain than the page. The script is only DNS for staging at the locally available domain on my local network, telling elsewhe