can any one give me the source code for mp3 streaming blackberry java application with play/pause, volume slider controls... with background too...
thanks in advance.
:)
I want to save the contents of my Flex application form into a word document. It has rich formatting, hyperlinks, etc. Is is possible to do this? The output can be either ".doc" or ".rtf" file.
Thanks,
Nirmal
Hi All:
I have added a code which will include child jsp using jsp:include. The problem i am facing is that the code present in child code is not executing. Below is the code iam using it now
JSPF File:
<jsp:include page="X.jsp" flush="true">
</jsp:include>
the above code is present in a file named "A.jspf" which is…
Hi everyone,
Below is my javascript code snippet. Its not running as expected, please help me with this.
<script type="text/javascript">
function getCurrentLocation() {
console.log("inside location");
navigator.geolocation.getCurrentPosition(function(position) {
insert_coord(new…
Hi,
I have written a PERL API and it is used by many programs across teams. I want to track all programs calling my API method. I want to have something like the below
debug("The calling method is ", $XXXX);
How to get $XXXX ?
Thanks,
Nirmal
Hi,
I have written a Perl API and it is used by many programs across teams. I want to track all programs calling my API method. I want to have something like the below
debug("The calling method is ", $XXXX);
How to get $XXXX ?
Thanks,
Nirmal
I use the function given below:
function rotate() {
//Get the first image
var current = ($('div#rotator ul li.show') ? $('div#rotator ul li.show') : $('div#rotator ul li:first'));
//Get next image, when it reaches the end, rotate it back to the first image
var…
We are in the process of building a huge site. We are contemplating on whether to do the processing of HTML at server side (ASP .Net) or at the client side.
For example we have HTML files which acts like templates for the generation of tabs. Is it better for the server side to get hold of content section…
I am working on a ASP.net project created with local file system settings. I am using MVC and Jquery. Jquery is working fine when I run the application in debug mode i.e. in ASP.net Development server. I am trying to host the application in IIS 7. In hosted mode, it does not recognize Jquery and gives…
hi all,
i am working on a project. my project needs videos tv( Playing videos flash player).
my reference site is http://www.zooweekly.com.au/zootube/index.htm.
I need that type of flash player.
is it passible to do it. can you guide me plz...
I'm having experience of 3years in Mainframe and working in India, for a reputed US Telecom MNC. I have expertise on COBOL, JCL, REXX and DB2. Can somebody suggest on doing some certifications. I know there are IBM standard DB2 certification, but do we have anything else? Your help is really…
can any one give me the source code for mp3 streaming blackberry java application with play/pause, volume slider controls... with background too...
thanks in advance.
:)
hi all
i am working on a project, it need email validation when user enter his email address check for availiblity. i wrote the php code in javascript it works fine but my problem is when some see my page source it display all user email address in javascript code. i want hide this one.
i…
I'm using this function...
-- Function: dbo.sp_acc_createaccount(character varying, integer, integer, character varying, character varying, character varying, character varying)
-- DROP FUNCTION dbo.sp_acc_createaccount(character varying, integer, integer, character varying, character…
I have a INSYNC batch to 'extract' certain conditioned data output. For instance, below insync code extracts the data if 44 pos has a value of '25'. Question here is, I wanna get the output in a sorted manner based on a particular field. Can we incorporate the SORT criteria below.…
Hi all
I'm using the navigator.geolocation.getCurrentPosition(function) api in firefox 3.6. When i try to call this method repeatedly I see that sometimes it works and sometimes it doesn't. I figured that the problem is because of its asynchronous callback nature. I can see that…
Hi have a google website. I want to add RSS feeds to it. I got some php based Rss reader. But when I try to insert it to my google site it is not working. Google site's HTML editor simply removes the code piece upon saving. Is there any solution?
I am getting an error (document.my_formm.fieldName.value is null or not an object) from the below code:
<html>
<head>
<title>(Type a title for your page here)</title>
<script language=JavaScript>
function…
I would like to learn working with IMS, can somebody suggest me a good source? I'm not sure if it matters to say that I have quite good exposure and experience with INSYNC DB2 and QMF. So anything that can depict and explain the advantages and…
Hi, i'm very new to blackberry java development. i want to develop a shoutcast client for blackberry device. a simple application should have a background image, play/pause button and a volume bar...
i am getting JSON data from http://abinet.org/?json=1 and displaying the titles in a ListView. the code is working fine but the problem is, it is skipping few titles in my ListView and one title is being repeated.
You can see the json data…
Hi:
I am using the below validation for textbox which accepts only alphabets and maximum of 50 characters. I am passing the object directly in the parameter. The below case by giving the field name i.e "my_text" directly is working is…
I would like to learn working with IMS, can somebody suggest me a good source? I'm not sure if it matters to say that I have quite good exposure and experience with INSYNC DB2 and QMF. So anything that can depict and explain the…
Hi there
Just out of curiosity I was wondering how is it possible for the javascript code to embed google maps communicate with server from outside domain. I know I'm missing out something here. can anyone help?
thanks
While defining a dataset to be created, one of the JCL parameters, DCB has a positional sub-parameter RECFM, has possible values of F,FB,V,VB etc.. What're the advantages/disadvantages of RECFM=FB over RECFM=F or RECFM=VB over…