Hey,
How would I be able to send emails using Cocoa? Which framework would I use, and how would I use it. This is very new to me so please go easy.
Best Regards,
Kevin
Hey,
What's the easiest way to perform an FQL query from an ASP.NET application? Do I have to download the Facebook Developer Toolkit (which I only want to use as a last resort), or is there an easier way (maybe through javascript)? I'm not doing any heavy queries if that makes a difference. (I simply want to get the user's profile picture URL from my site. It might not even need FQL?)
Thanks for any suggestions
hey all,
im really new to linq-to-SQL so this may sound like a really dumb question, i have the following code
var query = from p in DC.General
where p.GeneralID == Int32.Parse(row.Cells[1].Text)
select new
{
p.Comment,
};
how do i got about getting the result from this query to show in a text box ??
What is a regex I can write in bash for parsing a line and extracting text that can be found between two | (so that would be ex: 1: |hey| 2: |boy|) and keeping those words in some sort of array?
Hey folks,
I've tried to compile an application with Directx. But this causes an PRJ0030 error for $().
How can I escape critical characters like (,) oder blanks. Refering to the cmd I've used ^ but it does not help.
Kind regards,
Gerrit
Hey all
I have an ASPXGRIDVIEW which is binded to an SQL query.
I added to the grid an additional COLUMNCUSTOMBUTTON.
But what happens is, that for all the rows it put a link there.
I am trying to find a way to add to this column a link (button) ONLY to specific rows!
I am unable to understand how to do it
thanks
Hey,
I just recently started to develop facebook apps, so heres my simple question:
My app displays a profile box, but whenever I update the file on my server, facebook still displays the old version.
How can I make facebook use the "new" code?
Thanks
Simon
Hey Everyone,
The installation for clearance seems very straight forward (http://wiki.github.com/thoughtbot/clearance/installation). I'm following in the instructions, although I'm getting an error almost immediately.
On the the fifth step "rake db:migrate"
I get the following error:
rake aborted!
undefined method `configure' for Clearance:Module
I have no idea what I should be doing differently?
Thanks in advance!
-Elliot
Hey,
I have a UIWebview that is loading an image. However I am trying to call a method when the image has completed loaded / rendered.
I tried using UIWebViewDelgate and used,
-(void)webViewDidFinishLoad:(UIWebView *)webView {}
However this method is called before the image has loaded / rendered. How can I fix this. Any help would be greatly appreciated.
Josh
Hey all,
I try to use single quotes as much as possible and I've noticed that I can't use \n in single quotes. I know I can just enter a newline literally by pressing return, but that screws up the indentation of my code.. Is there some ASCII character or something that I can type that will produce newline when I'm using single quotes?
Thanks!
Matt Mueller
Hey,
I have the eventual goal of determining that a particular database on a particular server with particular credentials is running, but I would settle, at this point, for the ability to check and see if a server is actually up on the network. Does anyone have a way of doing this? I seem to be drawing a blank.
Michael
Hey guys,
How to integrate ckeditor with mediawiki ....iam very new to this wiki thing ,...Can you plz guide me ...didnt find any worthful doc on web !!!!
Cheers,
Andy !
Hey, guys. I want to ask if someone can give me an example of creating child through xml. I mean creating custom components through xml (for every xml tag you create your own custom component and then add it as a child to the stage). I hope is it clear enough... :)
Hey,
I've currently got a webserver set up which I communicate over SOAP with my iPhone app. I am returning a string containing a GUID and when I attempt to compare this with another string I get some strange results:
Why would this not fire? Surely the two strings are a match?
Thanks
Hey,
I wish to have a java-chat on the iphone / ipad.
With both, as far i know, it's not possible to have java there.
But I see a lot of mysteriuos things in the internet the last years, so I must ask - is there any possibilty to run a java-chat on IPad / Iphone?!
Hey guys, trying to optimize this query to solve a duplicate user issue:
SELECT userid, 'ismaster' AS name, 'false' AS propvalue FROM user
WHERE userid NOT IN (SELECT userid FROM userprop WHERE name = 'ismaster');
The problem is that the select after the NOT IN is 120.000 records and it's taking forever.
Any suggestion?
hey guys
i need to shorten or better to say ., harden my codes
this is my original code :
if ($type = "recent") {
$OrderType = "sid DESC";
}elseif ($type = "pop"){
$OrderType = "counter DESC";
}else {
$OrderType = "RAND()";
}
now how can i use markers like this :
$OrderType = ($type = "recent") ? "sid DESC" : "counter DESC" ;
i tried but i didnt know how to write elseif in operators
Hey, I'm trying to compile a program with the MySQL C++ Connector but somehow I can't get the linking right.
The errors I get are:
mysql/lib/libmysqlcppconn.so: undefined reference to `std::ios_base::ios_base()@GLIBCPP_3.2'.... etc
locations:
libmysqlcppconn.so: mysql/lib/
libmysqlclient.so: /usr/lib/
I tried to follow the tutorial on mysql and some other pages but the results where the same, maybe I missed something.
Hey I'm making a simple caesar cipher in Java using the formula [x- (x+shift-1) mod 127 + 1] I want to have my encrypted text to have the ASCII characters except the control characters(i.e from 32-127). How can I avoid the control characters from 0-31 applying in the encrypted text. Thank you.
Hey everyone,
Trying to work on a query that will return the top 3 selling products with the three having a distinct artist. Im getting stuck on getting the unique artist.
Simplified Table schema
Product
ProductID
Product Name
Artist Name
OrderItem
ProductID
Qty
So results would look like this...
PID artist qty
34432, 'Jimi Hendrix', 6543
54833, 'stevie ray vaughan' 2344
12344, 'carrie underwood', 1
Hey guys,
I need to be able to get the TITLE and DESCIPTION metadata out of a page.
I've been trying to do this but I've been getting more errors than actual results. (I have an array of about 10 URLS, usually only about 2 of them give me the descrption. I have yet to get the title).
So how do I, in PHP, get the Desc and Title from a remote page, and if there is none or if there's an error, ignore it?
-Dylan
hey all,
i'm quite new to objective c and i have this problem.
i'm animating an image an show this in a imageview.
after 15 seconds i want to show another view, thought of a "flying in view from the bottom".
any hints fpr me how i could manage that?
thanx in advance
marcus
Hey.
I use FBStreamDialog to let users publish on their news feed.
[fbStreamDialog show];
makes the dialog view popup, the user can press cancel or submit that message.
Now...my problem is that both buttons close the dialog view and call the delegate method dialogDidSucceed.
How do I find out which button was pressed?
Its very important for me to know, any useful advice would be reaally really nice!
Thanks, John
Hey guys.
I have a large config file (user) that i needed to go to the right location and have some default values.
Since i have a installer class, i added some parameter setting to the config file in it, but created the config files in the installers folder.
What is the best way to ensure these default parameters will be written only once, and in the right location?