Hi guys,
I want to format my mac book is there any documentation about the formatting of the mac book?
Anyone's help will be much appreciated.
Thank you
Monish.
hi, guys,
i know that sql dump is a series of insert sql statement which reflects all the records inside the database. but may i know what is it used for? why should we dump the database records? is every database supports dumping function?
Any additional background information is welcomed!
Thanks in advance!
Hi guys,
I've a doubt. How can I configure my application to use www.mysite.com/myfolder instead of www.mysite.com/myfile.php?
I need to a create a profile page for every user registered to my PHP application but it's not so clear how can I do that. I've seen it's possibile with page frame, but, if possible, I prefrer don't use it.
Thanks for the suggestions!
cheers,
Andrea
Hi guys,
I have a problem, I don't find good examples of "autocomplete" with zend framework (using jQuery with zendx). I need one that works to understand how to develop it.
Someone has done it?
Thank you very much in advance
PS: I know how to do it without ZendX, I mean, doing the form myself (and using jquery as usual with a autocomplete.php file using the parameter typed in the input field), but I would like to use the zend framework properly, so I would like to know if someone has made it.
Hi guys,
Just want to hear some opinion on adding App_Code in Web Client Software Factory (WCSF) project. The main purpose is to put reusable UI rendering codes which can be use by various pages.
For WCSF, I guess only controller can share across pages within a module which does not seems to be a good place for UI stuff.
Suggestions? :)
Hi Guys
I would like to run a Java program with garbage collection switched off. Managing memory in my own code is not so difficult.
However the program needs quite a lot of I/O.
Is there any way (short of using JNI for all I/O operations) that I could achieve this using pure Java?
Thanks
Daniel
Hey guys,
I'm wondering if anyone has been able to Drag some item (let's say an image with an id) in silverlight and drop it in a listbox in WPF.
If you have please help ;)
Thanks,
S
Hey guys,
I'm using http://ar.rubyonrails.org/classes/ActiveRecord/Validations/ClassMethods.html#M000086 to validate records.
My form is currently a remote form, using RJS. My question, is how to I return the :message (for errors) to the page through ajax (and I assume the create.rjs file)?
Best,
Elliot
Guys,
I have a webpage that has a Telerik RadComboBox on the page. One of the properties of this ComboBox is EmptyMessage, which fills the combobox with a message when an item is not selected. I am binding my combobox to a datasource at runtime and for some reason, it wipes this EmptyMessage away. Is there a way to keep my data items in tact and have the empty message there too? And default it to the empty message?
Hi guys,
I was wondering if there's a way to "embed" a Vimeo video in an iPhone app.
For YouTube videos I'm using a webview containing the correct embed code for the YouTube video and the iPhone's native YouTube support will then transform the flash player into a YouTube button.
Is there a similar way to play Vimeo videos from my app?
Maybe someone knows the correct <video>-src for Vimeo videos?
thanks,
Thomas
I want to use an html parser that does the following in a nice, elegant way
Extract text (this is most important)
Extract links, meta keywords
Reconstruct original doc (optional but nice feature to have)
From my investigation so far jericho seems to fit. Any other open source libraries youguys would recommend?
Hello guys,
I have a UIViewController in which I want to draw a square. So do I need to create a UIView for that and add the created view to my viewControllers view.
Like Is there any way to do that or can I override the drawRect: method for my controllers view to draw that square.
Hey guys IM Looking at Implementing MVVM in Silverlight. Kind of new to Silverlight and I'm Definately new to MVVM Pattern.
I get it all But I want A set of small Prism VB.Net MVVM exmaples if that makes sense.
Anyone have anything
Hey guys,
I'm almost finished developing my large project, however I would love it if I could make it so instead of having the users profile pages at: http://mydomain.com/profile/username/USERNAME
(i'm currently using .htaccess to rewrite the GET data into forward slashes and profile(.php) being read as just 'profile')
But it would be some much better if I could do it so that it's like http://www.mydomain.com/USERNAME (preferred) or http://www.USERNAME.mydomain.com
Any ideas or resources?
Thanks,
Stefan
Hey guys,
Is it possible to limit an integer in the NSUserDefaults?
Off course you can limit it within your app but I am thinking of the TextFields in Settings.
Would be great to get some hints.
Thanks a lot.
Hi guys, theres is a way to overriding the save method for inlines form and parent in the same time?
i would like to change the value of a field when the use save the edited inlines form...
Thanks :)
Hi Guys,
I thought this was fixed in 4.0
I have this method
public IQueryable<T> All(Expression<Func<T,object>> sort)
{
return EntityContext.CreateQuery<T>(EntityName).AsQueryable<T>().OrderBy(sort);
}
this throws the following exception
Unable to cast the type 'System.Int32' to type 'System.Object'. LINQ to Entities only supports casting Entity Data Model primitive types.
Source is System.Data.Entity
any idea how to fix this or if theres any workaround
Anyone out there using Cassandra (http://cassandra.apache.org/) with PHP? What PHP module would youguys recommend to communicate between PHP and Cassandra?
Hi guys
Im wondering what is the simplest way to get the current price of a stock from say yahoo finance (or similar) in objective-C For the iPhone SDK.
Simple is the key, I am looking for current price, and days movement.
I havent had much luck finding an iPhone code example or library.
regards
hi guys,
i have an problem and error when include markerclusterer.js in my code..
when i run the program, the error below shown:
Microsoft JScript runtime error: 'GOverlay' is undefined
the error code is ClusterMarker_.prototype = new GOverlay();
it is happen on markerclusterer.js...
please help me if u know the solution...
hi guys,
I'm wondering how to bind an NSNumber object into a sqlite3 query:
const char *sql = "select name from myTable where section_id=1 order by name ASC";
I have a NSNumber object called 'nmbr' and want to assign its value to the section id..
Thomas
Hi guys,
Here Im getting a problem when Im uninstalling the Iphone sdk through terminal with the command as:
sudo /Developer/Library/uninstall-devtools mode=all;;
When I used this its displaying the command is not found.
Is there any other method to unistall Iphone sdk?
Anyone's help will be much appreciated.
Thank you,
Monish.
I've been reading a lot about low latency financial systems (especially since the famous case of corporate espionage) and the idea of low latency systems has been in my mind ever since. There are a million applications that can use what these guys are doing, so I would like to learn more about the topic. The thing is I cannot find anything valuable about the topic. Can anybody recommend books, sites, examples on low latency systems?