help

I am not able to give an MKAnnotation an image!!!

Hey guys! I am having some trouble with giving an MKAnnotationView an image instead of a pin view. In other words, I am having trouble displaying a target image (target.png) instead of the normal pin view. Here is my code--- // .h file #import //Here it says to import mapkit NSString *mTitle; NSString *mSubTitle; } @end ...

Plugging in jQuery HoverIntent for Sliding Panel

I have the following code running to create a dropdown accordion that reveals the hidden div "#top_mailing_hidden" when the div "#top_mailing" is hovered. The problem is that when I interrupt the animation by mousing Out and then mousing Over again it aborts the animation and screws up. I have the following code: //Top Mailing List Dr...

AC3 Errors 1119 1120 on my button scripting?

I'm am super new at this, and this is my first time ever using Adobe. I get the "joy" of doing a project in my school using The CS4 Suite. I was playing around and using this book to help me get a button to start an action. I have tried many different codings, but this one gets me the least amount of errors. This is what I have so far: ...

Selecting records from the past three months

Hi Everyone, I have 2 tables from which i need to run a query to display number of views a user had in the last 3 months from now. So far I have come up with: all the field types are correct. SELECT dbo_LU_USER.USERNAME , Count(*) AS No_of_Sessions FROM dbo_SDB_SESSION INNER JOIN dbo_LU_USER ON dbo_SDB_SESSION.FK_USERID =...

CSS: Background Issues. Is this possible?

Thanks for your help in advance. Here is PNG of the layout: Website Layout The Second Section (with the dark grey background) is giving me problems. Below is the CSS I am using for the background. #mainbg { width:100%; height:450px; padding-top:25px; background-image:url(../images/mainbg.png); background-color:#303030; background-posi...

Ipod Library Access and subview removal in this code

I'm a 14 year old modifying an apple example code(my version can be found here for a school project, and I tried to put in ipod library access(It doesn't actually do anything yet, it's just supposed to show the access pop-up thing) and I tested it on-device, but it doesn't work. XCode shows no errors, but it doesn't work, even OD. Any re...

help for solving problems in a java rmi assignment

Hi, I want to write a client/server application with rmi and I want the client have the ability of shutting down the server’s system. Can you help me please? Can you show me the way in the code snippets please? ...

About Googe map

Hello everyone I am PHP Developer and developing website .in that i used Google map with the facility of select state and city. for select state and city i put two drop down.so now my problem is when i select state then i can not get value of city and both time whenever use select state and city i refresh the page and so after refreshing...

How to check contents of a folder using Python

How can you check the contents of a file with python, and then copy a file from the same folder and move it to a new location? I have Python 3.1 but i can just as easily port to 2.6 thank you! ...

Need recommendations to create an event-based messaging and badging system in Rails

I want to create an event-based notification and badging system that would award users when they accomplish certain goals. Goals might include: Posting 20 entries on a forum -> alert on homepage highlighting user, award of badge Logging in to the site 10 days straight -> congrats to message to user on homepage Commenting on 10 forum p...

Why am I getting undefined method errors for "strip" and "downcase" when I run RSpec on my models?

I am running an RSpec test on a model and getting errors for string methods such as: "index, "downcase," and "strip." Any ideas why that is and how I can fix it? ...

ruby regex need to match only if a URL is found in a string once

I'm trying to add conditional logic to determine if there's one regex match for a URL in a string. Here's an example of the string: string_to_match = "http://www.twitpic.com/23456 ran to catch the bus, http://www.twitpic.com/3456 dodged a bullet at work." I only want to match if I determine there's one URL in the string, so the above...

MacRuby xcode label not working

class HelloApp attr_accessor :label, :text_field, :button def clickedButton(sender) # implementation your_name = self.text_field.stringValue self.label.stringValue = "Hello, #{your_name}" end end The above code is in HelloApp.rb The problem is when I type something into the t...

date comparisons in Rails

Hi there, I'm having trouble with a date comparison in a named scope. I'm trying to determine if an event is current based on its start and end date. Here's the named scope I'm using which kind of works, though not for events that have the same start and end date. named_scope :date_current, :conditions => ["Date(start_date) <= ? AND D...

iPhone Help File Creation

Im finishing up an app and writing the help file. I was just going to do a pdf document and display it in a web view. Is there any standards for help on the iphone i should be aware of, windows has CHM, the html help file format. is there anything similar/comparable for the iphone. im working in 3.0 ...

Corp Software - Collaborative help?

(.NET WinForms + Web) We have a lot of apps in the company and little to no help for 400 users. We'd like to add a 'write help' button to each panel in each app that when pressed lets the user add their own help , record a how-to video etc to let our hundreds of users actually write/record the help guide for the apps. Social media meets...

Can anyone describe in detail how to set up javasci (SCILAB) in eclipse right, please?

hi, I am trying to set up SCILAB's javasci ineclipse for the whole day, but it's not working and I don't know, what they want to tell me with http://www.scilab.org/product/man/compile_and_run_javasci.html in included the javasci.jar in the properties/libraray so that eclipse knows the special comands but afterwards it desn't work. I co...

Oracle SQL how to write a sql statement that verifies if user in my network( ie friends or friend of friends)

Hi I have this problem. Given a users table that consists of users' username in a social network and friends table that contain a user's name and a user's friendname like below... username friendname John Thomas Chris James ... I'm trying to write an SQL statement that will if a user is in my network. In other words i...

Which web crawler to use to save news articles from a website into .txt files?

Hi, i am currently in dire need of news articles to test a LSI implementation (it's in a foreign language, so there isnt the usual packs of files ready to use). So i need a crawler that given a starting url, let's say http://news.bbc.co.uk/ follows all the contained links and saves their content into .txt files, if we could specify the ...

MSDN Help Integration Guidance

I'm aware of Sandcastle and DocProject, but I need some guidance on the structure of what I want to do before I can look up how to do it. What I need to build is is MSDN-style help integrated with context-sensitive F1 help for the Types and Members of my library. I already have the library, a bunch of inline XML documentation, and a wi...