I'm making an application to post photos to yfrog and twitpic and I am having a little trouble figuring out how to set the parameters. Here is my code:
public static Result index() {
HttpClient httpclient = new DefaultHttpClient();
WSRequestHolder holder = WS.url("http://api.twitpic.com/2/upload.json");
…
Hey,
I want to imitate the webcam video record feature that yFrog has on it's site.
I know I need a flash media server or a red5 one, but I want to know what flash app do they use and what is available on the net to record videos using the users webcam.
Thanks
Everytime I try to run a Enter-PSSession -ComputerName name, I am logged on to version 1.0 even tought 2.0 is installed.
Being the powershell newbie, I looked into the registry in HKLM\SOftWare\Microsoft\PowerShell\1\PowerShellEngine I see these registries
http://yfrog.com/gzo5s8j
Unfortunately I am unable to change it…
Hi,
I have a Flex app (SDK 3.5 - FP10) that does mindmap trees. Every node is a Canvas (I'm using Canvas specific properties so I needed it). It has a shadow effect, background color and some small ui element on it (like icons, texts...). It works perfectly until it goes over ~700 nodes (Canvas). Over…
Ive made some divs and it works as intended in firefox: http://yfrog.com/0y95240044p
But not in internet explorer 8: http://yfrog.com/0obadpp
Anyone have a tip?
structure is like this:
<div id="container">
<div id="imgContainer">
<div id="button"></div>
</div>
…
Yesterday, I had the amazing opportunity to fly along with Sean D. Tucker and Team Oracle. Leaving from the San Carols airport, we did a 30 minute flight over the Pacific just south of the coastal town of Half Moon Bay. In that half hour, I rode through a massive 4G loop, survived a crushing…
I've just started working on a new C++/Qt project. It's going to be an MDI-based IDE with docked widgets for things like the file tree, object browser, compiler output, etc. One thing is bugging me so far though: I can't figure out how to programmatically make a QDockWidget smaller. For…
I'm running dozens of map reduce jobs for a number of different purposes using disco. My data has grown enormous and I thought I would try using DDFS for a change rather than standard txt files.
I've followed the DISCO map/reduce example Counting Words as a map/reduce job, without to…
Hello: I am hosting a website with GoDaddy's "Deluxe Linux" package. Of late, I noticed my website is loading nearly 10x slower. As I begin to debug, I noticed the following redirect occurring however nothing in my script would be causing it.
It hits the URL, www.domain.com, then a…
Hi All,
I have a Telerik RadEditor on the sharepoint and iam unable to edit the webpart. How can i edit the webpart, please suggest.
The “Edit” option is not visible although i have clicked on “edit page” from site actions.
IMP:- the webpart uses 3 images all of which are of size…
Hello,
i want DataGridCollumnHeader to look like this:
http://yfrog.com/f/j3howgg/
(so i want to divide title to two(or more) subtitles)
any ideas?
thanks
I have a problem with my MacBook Pro's screen - here's a video:
http://yfrog.com/4wm63z
For those who prefer words, if you divide the screen vertically into 4 columns, the second column is corrupted (flickering, and discoloured, usually with yellow).
I took it to an Apple store…
I started tweeting a list of “protips” (or whatever you want to call that) related to the Twitter for Windows Phone 7 application. Since I worked as integrator on this app, my tasks involved integrating design assets in all screens, and so I had an insider view on all the screens…
I want to show a MPMoviePlayerController in a view controller and let the user toggle full screen with the default controls, like the YouTube app. I'm using the following code in a bare-bones example:
- (void)viewDidLoad {
[super viewDidLoad];
self.player =…
Hi,
i create an uitextview dynamically then i write my text into it.
Sometime, when i create the uitextview, the cursor disappear and i see no text in it.
If i run the application again, i can see the text inside the textview that i've created before.
I've tried to…
I am having a problem where the last li element in a ul is pushing itself to the left further than the rest of all my pieces. Attached is a screen shot and my code.
I have tried using the last-child element but it doesn't work in Safari or Chrome.
#attending…
I found this post on Beveled UITableViewCells from http://news.selectstartstudios.com/beveled-uitableviewcells/. I'm using the technique to reduce the width of the cells, and for the most part it works great.
However, I have a small problem. Sometimes the cells…
Hi everyone,
I have a Drill Down menu and I want to have it gets its elements from a database, I am using php and MySQL and the table (categories) looks like this :
http://yfrog.com/jctablehsj
I can't figure out how I can extract these information in a way I…
I just did an audit of one of my web application page (built using ASP.Net and running on development server) using Google chrome's developer tool. One particular warning caught my eyes:
Serve static content from a cookieless domain (5)!
Here is my screen…
Hi,
I am using the developer tool in chrome (i think it is the same as safari). I did a timeline when I load wwww.yahoo.com. I attached the screen shot: http://yfrog.com/4jpicture2yyp
You see:
* Send Request (http://www.yahoo.com)
* Receive Response…
I want to do something similar to what priceline does. It saves the recent searches in a dropdown menu. When you pick one from the recent search. The form will be populated accordingly. (See screen shot http://yfrog.com/5fscreenshot20100501at105p)
…
Have a problem with master page views and models.
In the first image, I have a simple view in which I am trying to access the Model properties. None of the model properties are available at this time (this is the problem).
If I use a <%=…