Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 13 of 13
Search took 0.01 seconds.
Search: Posts Made By: IdeaBox
Forum: Programming 21st August 2016, 05:46 PM
Replies: 2
Views: 113
Posted By IdeaBox
Re: Once you have a code signing certificate...?

Are you signing the installation package or the air application itself? Either way you'll need to use a console to sign the file using "adt". You can use Adobe Flex to sign the file(s) as well, with...
Forum: Programming 17th January 2016, 06:44 PM
Replies: 2
Views: 581
Posted By IdeaBox
Re: WP Plugin licensing and integration

To be honest, every PHP app on earth can be nulled fairly easy. I'd avoid wasting time and money developing a license system. Instead I'd focus on tracking installs and usage.
Forum: Programming 29th September 2013, 07:28 AM
Replies: 1
Views: 1,160
Posted By IdeaBox
Re: [Linux] How to remove all folder and files except one folder?

sudo rm -r folder1 folder2 folder 3 *.* -f

the *.* will remove all files...replace folder1, 2, 3 etc with the dir names you want to remove.

Also, you could do mv foldertokeep /var/tmp then...
Forum: Programming 24th September 2013, 09:35 AM
Replies: 3
Views: 482
Posted By IdeaBox
Re: Moving a wordpress site to a sub directory

First log into you wp-admin and change your site url to reflect the sub domain.. then just simply use FileZilla or another FTP application and drag all your files to the new directory.
Forum: Programming 23rd September 2013, 12:39 PM
Replies: 3
Views: 587
Posted By IdeaBox
Re: Scrape Twitter

Since when?

GET statuses/user_timeline

Returns a collection of the most recent Tweets posted by the user indicated by the screen_name or user_id parameters. User timelines belonging to...
Forum: Programming 6th September 2013, 06:26 PM
Replies: 7
Views: 16,514
Posted By IdeaBox
Re: How to pre-populate form field with javascript script!?

window.onload = function() {
document.forms['FormName'].elements['txtName'].value = document.title;
}
Forum: Programming 1st September 2013, 09:27 AM
Replies: 5
Views: 704
Posted By IdeaBox
Re: credit card payments should be split between two parties?

No. Since Paypal allows unregistered users to purchase without an account by credit card, the split feature is able to be used by everyone.
Forum: Programming 31st August 2013, 10:07 AM
Replies: 4
Views: 878
Posted By IdeaBox
Forum: Programming 29th August 2013, 11:46 AM
Replies: 12
Views: 726
Posted By IdeaBox
Re: Thoughts about freelancing or buying from freelancers/shops

I loved vworker.com. Then they sold out to freelancer.com and now it blows ass. I worked on over 1000 projects on vworker and since the sell-out I haven't been able to land a single bid. I'd love a...
Forum: Programming 28th August 2013, 06:47 AM
Replies: 8
Views: 437
Posted By IdeaBox
Re: Own Affiliate Program

aMember IS an affiliate program script.
Forum: Programming 22nd August 2013, 04:57 PM
Replies: 13
Views: 590
Posted By IdeaBox
Re: [C#] Could someone tell me what's wrong with this?

private void button1_Click(object sender, EventArgs e)
{
using (WebClient wc = new WebClient())
{
string html =...
Forum: Programming 22nd August 2013, 04:46 PM
Replies: 13
Views: 590
Posted By IdeaBox
Forum: Programming 22nd August 2013, 04:32 PM
Replies: 13
Views: 590
Posted By IdeaBox
Re: [C#] Could someone tell me what's wrong with this?

It will indeed work where it's at as long as the work is NOT in new thread. If it is you'll get an error complaining about illegal cross-threading.

If you're wanting to use your 'col' variable...
Showing results 1 to 13 of 13

 
Forum Jump


All times are GMT -6. The time now is 10:06 PM.