hello!
i inject a map on my div called "concessionario-map" with GMap, a jquery plugin.
Gmap
everything works fine until this morning.
now the debugger says:
ReferenceError: Can't find variable: G_NORMAL_MAP
i just search on google and i read some similar situation, but i dont find a case like mine.
please, can you help me?
thanks a lot in…
I used ChapterTool from Apple, but it's broken and discontinued since 2005..
Is there any other similar command line tool, or library (I'm writing in ruby..) ?
Hi, i have 2 table (user, user_profile) without a explicit relationship in the sql db. and i can't add it to the db.
so, i can't do this:
db.user.include("user_profile")
the attribute in for the join is user_id
is possible do anything like this?
db.user.join("user_profile On user.id = user_profile.user_id")
How can i do that?
thanks
Apart from the legal issues..
I'd like to create a website that is the exact copy of another website (I do not own but I know will let me do this) where I change a few things, mainly swap images and hide some divs..
So my "website".. how should I build it? I thought something like an Iframe and javascript but I have no idea if this makes…
In a Unix world I've been happily using gdb for debugging and valgrind for memory analyzation.
Are there open-source quality alternatives for Windows?
I'm looking for lightweight pieces of software that do what you need, and never get in your way (just like gdb and valgrind).
I have a class which implements IList interface. I requires a "sorted view" of this list, but without modifying it (I cannot sort directly the IList class).
These view shall be updated when the original list is modified, keeping items sorted. So, I've introduced a SortList creation method which create a SortList which has a comparer for…
I'm looking for a simple HTML2RTF converter that I can use on my website which is using a *nix like Operating System. I haven't found anything on the internet, and was hoping the SO community would help me.
PS: I don't want to implement this from scratch, and it doesn't really matter what language it's in, as long as I can run it on a…
I'm designing a simple expander control.
I've derived from UserControl, drawn inner controls, built, run; all ok.
Since an inner Control is a Panel, I'd like to use it as container at design time. Indeed I've used the attributes:
[Designer(typeof(ExpanderControlDesigner))]…
I need to handle multiple panels, containing variuous data masks. Each panel shall be visible using a TreeView control.
At this time, I handle the panels visibility manually, by making the selected one visible and bring it on top.
Actually this is not much confortable,…
I've managed to programmatically take a photo from the camera, then display it on an imageview, and then after pressing a button, saving it on the Gallery.
It works, but the problem is that the saved photo are low resolution.. WHY?!
I took the photo with this code:
…
Given the fact that most statistics on the web are not extremely accurate, I thought I would ask on StackOverflow what languages are most popular in our job market.
1 answer for each programming-language. If you use that, you can upvote it.
Hi, i have 2 table
User (id, name, surname,cod)
UserNew (uid, uname, usurname, ucod)
The first table has data the second no.
I have to copy the data of the User table in the UserNew table.
I've tried with a insert query but uid (primary key) value changes.
How…
I'm trying to sends XML serializable objects over a network stream.
I've already used this on an UDP broadcast server, where it receive UDP messages from the local network. Here a snippet of the server side:
while (mServiceStopFlag == false) {
if…
List (and List) instances can be readonly, seeing ReadOnly property; methods throws exceptions in the case the collection have the property ReadOnly property.
How can I create readonly List instances? What are the main uses?
is possible do a case in a group by?
similar to this:
select * from table
GROUP BY
CASE WHEN @Attivita=0 THEN (RANK() OVER (GROUP BY Nome,AccountID,Matricola DESC))
END
thanks
Having a ls output like
GGGG_3.0.3_98/
GGGG_3.0.3_d_100/
GGGG_3.0.3_d_101/
GGGG_3.0.3_d_99/
GGGG_3.0.4_104/
GGGG_3.0.4_105/
GGGG_3.0.4_106/
GGGG_3.0_87/
GGGG_3.0_89/
GGGG_3.0_90/
GGGG_3.0_91/
GGGG_3.0_92/
GGGG_3.0_93/
SSS_2.2.3_01/
SSS_2.2.3_02/…
I'm investigating about XML serialization, and since I use lot of dictionary, I would like to serialize them as well. I found the following solution for that (I'm quite proud of it! :) ).
[XmlInclude(typeof(Foo))]
public class…
hi! :)
anyone know how can i control a projector on a pc, from another projector on another pc, in the same LAN?
any solution is good for me! :)
thanks a lot in advance for any info.
I'm investigating about XML serialization, and since I use lot of dictionary, I would like to serialize them as well. I found the following solution for that (I'm quite proud of it! :) ).
[XmlInclude(typeof(Foo))]
public class…
I'm working at a web application in Python/Twisted.
I want the user to be able to download a very big file ( 100 Mb). I don't want to load all the file in memory (of the server), of course.
server side I have this idea:
...…
With the tag is possible to add on you site a widget with the stream and fan.
In The stream are displayed only the owner of the page post.
There is no way to view even the fan post?