Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
6answers
16k views

How to make div follow scrolling smoothly with jQuery?

I'm creating a blog layout, which has an sidebar. In sidebar there are sections/boxes, but the last one of these boxes should follow scrolling when none of the other boxes are visible. So, when user ...
3
votes
1answer
216 views

Follow on Twitter using MGTwitterEngine iphone

I am using MGTwitterEngine for integrate Twitter on my iPhone application. so i want to follow a particular person using this library. can any one suggest me how i do this. Thanks
3
votes
2answers
145 views

What are good python and django type Blogs to read?

I want lists of website to follow for Django and Python: also i follow these sites: http://djangoadvent.com/ http://mail.python.org/mailman/listinfo/python-list http://www.djangoproject.com/weblog/ ...
3
votes
2answers
398 views

select from a comma separated field in mysql

I'm building a subscription application and I have a subscribers table, that has a row for each user like this.. id name subscribers 1 user1 user2,user3,user4 2 user2 user4,user5,user3 3 ...
3
votes
2answers
783 views

Jquery follow scroll

I have a sort of sidebar on my website, which has to scroll down together with the user so that it is always in the view. The code I'm using now is actually working fine however there is one ...
2
votes
2answers
938 views

How to programmatically “follow” a Twitter feed in an iOS app?

I want to add code to my iOS app which prompts users to "follow" my app's Twitter feed after they use the program X number of times. However I want to keep it as simple as possible for the user. What ...
2
votes
3answers
2k views

Twitter Follow Link

How do I create a link that will automatically make a user follow a certain Twitter user if they're logged in or send them to Twitter to login first if they're not? I had found how to do this about ...
2
votes
1answer
120 views

Recursive follow files in bash

I have files which contain file names pointing to other files. These files contain further file names pointing further files and so on. I need a bash script which follows each files recursively and ...
1
vote
1answer
40 views

How to set up acts_as_follower

I'm using the gem acts_as_follower in a rails app. I set it up and it works (In console), however I'm clueless as to how to set it up in a view. I want to make a button correspond to the user.follow ...
1
vote
1answer
78 views

Lyrics following a song in the same time as It listened

I want to do something which is maybe special. I have a song, and I have It's lyrics, what I want to do is that a method to provide the opportunity to the lyrics to follow the song, for example I ...
1
vote
0answers
76 views

How do i get some javascript code to run whenever twitter follow button is clicked, API

How do i get some javascript to run whenever a follow button is clicked in the twitter API? I'm new to the twitter API, i know in Facebook its a event subscribe, so whats the equivalent?
1
vote
1answer
669 views

Make an object snap to another ojbect, then follow its path with pure ActionScript?

I am still trying to come to grips with how make an object snap to another ojbect, then follow its path with pure ActionScript (snap an arrow oject to a circle, then the circle follows the direct of ...
1
vote
2answers
666 views

use some twitter api to make people follow some account

I have a task to make people follow some account on twitter as soon as they fill a form on our website. Can I do this using the twitter php api? Or just a redirect or iframe would do the job? Thanks! ...
1
vote
1answer
441 views

How to get an object to follow a path

I'm having some trouble getting an object to follow a path that is drawn with a touch event. The problem is more in the smoothness of which the object follows the path. /* the ACTION_MOVE code */ ...
1
vote
2answers
526 views

How to approve follow requests through code in twitter API?

People have to register and follow my tweets... I need people to request following my ID and I need to approve them by using API
1
vote
1answer
181 views

Pagination - Twitter's people you follow

im developing an Android application for twitter that will sync data coming from the people you follow. The problem is that: http://api.twitter.com/1/statuses/friends.json provides me the last 100 ...
1
vote
4answers
437 views

how to model a follower stream in appengine?

I am trying to design tables to buildout a follower relationship. Say I have a stream of 140char records that have user, hashtag and other text. Users follow other users, and can also follow ...
1
vote
1answer
310 views

Emacs follow-mode with multiple splits

My question is related to the following two: http://stackoverflow.com/questions/970292/emacs-multiple-columns-one-buffer ...
1
vote
4answers
2k views

using a simple jquery script to have a div follow the page on scroll

I'm trying to use this script here: http://css-tricks.com/scrollfollow-sidebar/ to make a simple div that follows the window as the user scrolls. I changed it from 0 to topPadding and changed ...
1
vote
5answers
2k views

Twitter follow Url

Hitting the url http://twitter.com/home?status=<status_msg> takes us to the twitter login page and once logged in, the status is already filled in the input box, ready to be tweeted. Is there a ...
0
votes
0answers
27 views

How do you get Twitter follower user_id with web intents?

I am using Twitter web intents to put a follow button on my site (https://dev.twitter.com/docs/intents/events). I am using the callback: twttr.events.bind('follow', function(event) { ...
0
votes
0answers
48 views

Twitter API - Friendship/Create

I am trying to follow a single user from a single account using Twitter API. I have api registered and all setup right, I managed to tweet from it, but can't manage to follow somebody...this is what ...
0
votes
2answers
62 views

How to make sprite follow another sprite?

I have maze game.I have main sprite that walk in the maze game. After main sprite hit one of his "friend", that "friend" will follow behind wherever the main sprite goes. I know how to detect ...
0
votes
2answers
138 views

jquery image following cursor inside div

Is there anyone to prevent this from blinking? it seems like its happening because it keeps checking to see if the cursor is inside or outside the div? http://jsfiddle.net/HHKgZ/
0
votes
1answer
164 views

CakePHP Twitter-clone: Can't get follow-system to work

Sorry for the non-descript title, but I'm not sure how to phrase it. Currently, I am trying my hand at developing a Twitter clone with cakePHP, since I'm new to web programming. I have gone with 3 ...
0
votes
0answers
18 views

Can Pex generate a test case to cover a pre-defined path?

the execution path might involve quite a few classes and methods. Running example: 1: fun1(int x) 2: { 3: if(x>1) 4: fun2(x+4); 5:else 6: fun3(x+2); 7:} ...
0
votes
1answer
124 views

Javascript - Make div follow page ( works but it pushes sidebar too?)

/-----------------------------------------------------------------------------------/ EDIT: I do NOT want to use fixed CSS positioning. It's at the bottom of the viewport without scrolling, however I ...
0
votes
1answer
88 views

Flash on android: movieclip should follow touch

I just got a new android phone, and I figured I'd play around with Flash on it. I am about to start learning AS3, since that's obviously the way to go, but for now I'm messing around with AS2. The ...
0
votes
1answer
324 views

Twitterizer - C# Code to Search Tweets From Only Users I Follow

I am currently using Twitterizer to search through public tweets using C#: private void QueryTwitter() { SearchOptions myOptions = new SearchOptions(); myOptions.CacheTimespan = new ...
0
votes
3answers
891 views

Image rotate to mouse using Jquery and CSS

I have a compass image and am trying to get the needle to follow the mouse around the page, exactly how the images are rotated in the following demo but without having to shift and click. I'm having ...
0
votes
1answer
231 views

Proxy Pass: follow redirect on server

I'm using Apache ProxyPass to pass some requests from my server (1) to another (2). This works fine for most requests, but when server 2 processes a POST request and sends a redirect header, this is ...
0
votes
1answer
36 views

Putting two scripts together (actionscript)

I have two scripts I wish I could make a game with, but can't seem to make them work together. Both of them are working great individually. I was hoping maybe someone could guide me into putting them ...
0
votes
1answer
177 views

follow member system php

I'd like to create a "follow user" system using php and mysql. i'm developing a website that requires this functionality and would love to have some help with the script coding and table structure - ...
0
votes
1answer
73 views

Constructing a Follow Set

While creating a first set for a given grammar, I noticed a scenario not described in my reference for the algorithm. Namely, how does one calculate the follow set for a nonterminal with a rule such ...
0
votes
1answer
211 views

Issue with scroll follow

I have a sort of sidebar on my website, which has to scroll down together with the user so that it is always in the view. I used jquery.scrollFollow.js ...
0
votes
1answer
732 views

as3 I have coding for zoom but i want zoom to follow mouse

Here is coding I found that creates a box and zooms in on point of mouseclick. what I need is for the zoom to then follow the mouse. Deperately need help plz. Thanks import fl.transitions.Tween; ...
0
votes
1answer
811 views

Cocos2d scroll layer on Sprite drag

I have designed a small tutorial named "Stacker", As the name suggests, The game involves stacking blocks on each other. I have a large number of blocks to be stacked and hence all cant be accomodated ...
0
votes
1answer
330 views

How to follow user on twitter using PHP libraries (EpiTwitter maybe?)

I want to follow some user on twitter. Can't seem find the function to do that.
0
votes
2answers
307 views

Follow Up on Twitter using iPhone

Can User follow up on twitter using iphone application. I have done the functionality of sending tweet to twitter account. But now I have to do the follow up on twitter functionality. I have an ...
0
votes
1answer
195 views

How to have 2+ boxes slide down

I have been reading tutorials from several different places like http://css-tricks.com/scrollfollow-sidebar/ or http://jqueryfordesigners.com/fixed-floating-elements/ and have been playing around with ...
0
votes
1answer
169 views

How can I have an html element stay visible on the page within the bounds of another html object?

I have a list of reports on a page. I currently have 4 large buttons on the right to view, add, edit or delete a button. We've had complaints about people having to scroll back up to click on the ...
0
votes
1answer
446 views

How to add button to follow application owner's Twitter account from iphone application?

all! I'm developing an application in which I need to include an option "Share on Twitter " click upon which the application's itunes address is automatically twitted to the user's Twitter ...
0
votes
2answers
218 views

How can I get the list of followers from the Google Data API for Blogger?

I am able to get the list of 'authored' blogs for a particular user profile-id and its response is available in JSON. However, when I try to request the profile (which has the list of followers), I ...
-1
votes
0answers
49 views

AS3 AI creation follow player and hitTest each other?

I want to create/spawn enemy that follow my player. And every enemy should be able to hitTest on other enemyes so they don't can't move on each other? Is that possiable? Im kinda new to the AS3 and ...
-5
votes
1answer
39 views

How does this site work? Twitter related [closed]

I want to work on a twitter application, but I'm wondering how does the following site work? http://doesfollow.com/ .. it doesn't seem to use the twitter api because i refreshed it 150 times(hourly ...