I use tumblr to share videos and, unfortunately, when re-posting a video to your tumblelog it uses the embed code at 400x336px. This is neither widescreen nor very large.
So I'm trying to set the player to better size and I'm finding that the youtube player really comes in many sizes. For example, when copying the embed code for and HD ...
Does something like that exist?
...
i created project in zend studio and there are files called .sharedentries and .listing gets created on all folders and sub folders of the project, its annoying, cause i would have to delete all these files and then upload. does anyone know what can i do to turn this off, so it dont create it anymore?
...
How to create simple PHP COMET server page displaying current time? I need code implementation (because it should be trivial) - not theory or just links to library sites. Simple text line conteining corrent time and updating each second.
...
Hello all,
Doing some iPhone dev, have the app working quite well. However, I have a UIScrollView with autoresizing content and contentSize which works quite well, except when I rotate to the landscape view it always has an extra 100 or so pixels on the scroll height. I don' want users to be able to scroll so far past the content.
Has ...
Hey guys,
I just noticed I get a lot of redondant code from one class to another in my project (like menus or buttons) ;)
Is there any way to optimize it ?
Thank you !
Gotye.
...
Hi,
I am a beginner in programming for iphone.I want to develop traceroute and telnet app for iphone.Can you please provide me with some sample codes or pointers to start with.
Thanks,
Vinod.
...
Does anyone know of an updated list of refactoring support for different IDEs?
How many of Fowler's refactorings have tool support in popular IDEs?
And does any IDE use code smells to any greater extent?
I guess one would have to use addons for some IDEs, so even if I did find an updated list of refactoring support for say Eclipse, tha...
I would like to know which Eclipse plugin do you think is best for doing code reviews?
Thanks.
...
I want to learn machine code. Not for a specific reason. Just for the heck of it. I was wondering if there were any good machine code tutorials. I have a macbook with a 2.4 GHz Intel Core 2 Duo processor.
...
Hi
I Need a tool to have the dependency graph of some binary codes, not for open codes...
Can you suggest me any thing?
...
I am stuck in putting the Jave text file read code in JADE GUI. Please assist.I.e. Show using a simple code. I am new to Jade but experienced in Java coding.
...
how can I coloring for example scheme code and indent the lines correctly in the question postings ?
...
code is in a static class in an external file eg. /home/test/public_html/fg2/templatecode/RecordMOD/photoslide.mod
how do I load this into my script on demand, and be able to call its functions ?
I am a novice at php , so please explain your code.
help is appreciated.
Jer
...
Hi, I need to save a Template.Serialize in a Blob Field, How do it?
var
s : string;
....
s := Templ.Serialize; --- > size less that 1632 bytes Whay?
...
I use a script for my homepage but I'd like to localize it. Furthermore the CSS uses images from a special folder which does not fit to my folder hierarchy.
Because I don't want to adopt these paths and settings I'll have to modify the original sources.
Currently my repository looks like this:
/3rdParty
/CompanyA
/Com...
Is there an application that can monitor the network and API usage of an .exe ?
I am looking for an app that can monitor:
- Network traffic and or just HTTP traffic
- Windows API calls
For a delphi exe which I do not have the source for.
Any suggestions.
Thankyou.
...
I'm working on different projects with some small teams (2-3 people for each).
Those projects are about some scientific stuff, most (probably all) the code will be released under GPL after the publication of some results and we don't want to spend money for this.
My first question is: should i keep my local SVN server or you know some ...
I need some help in building printer driver. The printer connects to system via serial port. I just need to grab the data that application sends to the printer, compress it (its a custom routine) and send it to printer.
I do not have any experience in developing drivers. I have all the tools, SDK, DDK. If someone could point out some li...
Hello all,
We have a business logic that works with the file systems on OS that we want to implement on both Linux and Windows platforms. The language we have selected is Python for Linux and C# for Windows. GUI is not a priority for now. We were looking for ways to abstract the business logic in a way that we dont have to repeat the bus...