
Search In
Hi, I have created a new business page and would like to gain some exposure through Twitter. What is the best tool to automate tweets, retweets, like, follow, unfollow people, etc? Thanks
Hey guys,
Just wondering if anyone can help. Given this statement: "Once you have completed executing a loop, the loop variable must be outside of the valid range of the condition", what does the latter part mean regarding the loop v
Hello everyone I have to complete a project based on real time asset tracking can anyone help me with any reference tutorial or any link.
I have already checked codelab tutorial.
Hello all,
Refer the code below to compress the video file and save the compressed file in document directory.
- (void)compressMyVideo:(NSURL *)videoPath completionBlock:(void(^)(id data, BOOL result))block{
NSLog(@"compressing ====%@", videoPa
Sometime you need to register your own android application or service to start automatically when the device has been Rebooted to perform particular task.
Here we will learn the simplest way to start an Android service or an application at device b
We well know that JavaScript code is run line by line but in some cases, the next line of code can be executed before completion of the previous line of code and this cause that its give unexpected result or errors. To fix this type of problem
Hello Guys,
Liferay provides inbuilt auto complete or auto-suggestion. Autocomplete is an inbuilt function of alloy script which is allowed to customize the auto-complete list (i.e UI and action)
Liferay AUI has had javascript co
To add an event to iOS calendar we need to access calendar of the iPhone without accessing calendar we can not add events in iPhone.
For accessing iPhone calendar we have to ask for permissions first. Here permission means allowing the pa
To use a background worker class in C#
1- Create an Instance of Background Class
BackgroundWorker bgw=new BackgroundWorker();
2- Create an event handler for the background worker's DoWork event
private void backgroundWorker_DoWork(object s
When working with Away3D you’ll eventually need to load a complex model.
The code for loading a 3D model into Away3D is fairly easy.
It is almost as simple as loading a plane, cube, or cone.
this code is about loading a 3d stadium.
1.Load your Mod