Hi Experts,
I am looking for examples of share calendar and share event using google calendar API in any programming language java, .net, java script.
Thanks,
Aqeel
Does anyone know of a short cut to place my name and the date where the cursor is i.e.
//021208 DarkAxi0m
so i don't keep check what the date is when i'm adding comments.
Im using Delphi7, with CnPack And GExperts Installed.
I think it should be able to be done with one of those experts.
I have an excel like grid where values can be typed referencing other rows
To check for circular references when a new value is entered, i traverse the tree and create a list of values referenced thus far, if the current value is found in this list, i return an error thus avoiding a circular reference. This is infrequent enough where extreme performance is not an issue but...
Question - is there a better way ? I'm told it's not the most optimal but no answer was provided so on to the experts @ SO :)
Hello all
im beginner in the php world i need to build option in web application that can convert well defined structures
into rtf/pdf from txt/html i found using this site search about LiveDocx php component that is dependent on Zend Framework
now im not familiar white the php engine ( the parser )
so im asking you experts is it good solution to use this components ? or its just over head ?
Now I plan to parallelize my sequential solver. I hope I could run several copies of my solver(maybe with different parameters) in parallel simultaneously on a multi-core computer. can I do this with TBB? The reason I ask this question is that the book says: do not introduce anything in your code that will not allow single-thread execution. Any experts can explain this issue? Thanks.
Any JQUERY experts know how nosotroshq.com is creating the effect in their top nav? For example, when you mouseover "ABOUT US" it slowly animates down. Any ideas?
Any JQUERY experts know how nosotroshq.com is creating the effect in their top nav? For example, when you mouse over "ABOUT US" it slowly animates down. Any ideas?
Hi Experts,
I have a following tables/classes structure in Linq to entities.
`
Books
{
bookId,
Title
}
Tags
{
TagId
Tag
}
BooksTags
{
BookId
TagId
}
'
Now I need to write a query which gives me result like this
Class Result
{
bookId,
Title
Tags
}
Tags should be comma separated text from the tags table by joining all three tables.
How to get it done.
Thanks
Parminder
I would think that adding that attribute to an interface would be helpful make sure you don't create classes that use the interface and forget to make them serializable.
This could be a very fundamental question but wanted to ask the experts.
Thanks in advance.
Zac
Hi Experts,
I am new to oracle connection manager. Can some help me with a Java Client code example to talk to a oracle database thru oracle connection manager.
Thanks
Sam.
Hi Experts,
Can I override an ActionResult method. Say I have a method Index in AccountController like this
public ActionResult Index()
{
return View();
}
Can I have one more method with same name but with differnt parameters
like
public ActionResult Index(int userid)
{
return View();
}
what will be the entries in the global.asax
Regards
Parminder
Hello experts!
Let's say I add a new view to my UIWindow
[windowRoot addSubview:MyNewView.view];
Is it possible to retrieve the name of that view later on if
I have reference to windowRoot?
Something like:
[windowRoot getCurrentViewName]
Thank You
Hi Experts,
I have a website running now. I have to implement some logging routines as well as
some handler for unhandeled exceptions. I was looking at ELMAH also which seems good to me.
I need something very light and easy to use. Can someone recommend any other option I can choose from.
Thanks
Parminder
Hello Experts,
I have data like this
d b c
a d
c b
a b
c a
c a d
c
if you analyse, you will find the appearance of each element as follows
a: 4
b: 3
c: 5
d: 2
According to appearance my sorted elements would be
c,a,b,d
and final output should be
c b d
a d
c b
a b
c a
c a d
c
Any clue, how we can achieve this using sql query ?
Hello experts,
How can I convert a PSID type into a byte array that contains the byte value of the SID?
Something like:
PSID pSid;
byte sidBytes[68];//Max. length of SID in bytes is 68
if(GetAccountSid(
NULL, // default lookup logic
AccountName,// account to obtain SID
&pSid // buffer to allocate to contain resultant SID
)
{
ConvertPSIDToByteArray(pSid, sidBytes);
}
--how should I write the function ConvertPSIDToByteArray?
Thank you!
I've always wondered about this ... and thankfully, now have a good environment of experts to ask this question.
When creating a web application project which web server is the most expedient to use?
This is a duplicate question ... http://stackoverflow.com/questions/281667/asp-net-development-server-or-localhost-iis ... my bad!
Hey just a quick question for any experts out there. I have a site that lets users interact through messages and to sign up you just make a username and password, verify your age, and optionally, add an email. There isn't really any sensitive information I suppose. Is it worth using https. Will it prevent session hi jacking and will it hinder performance?
How to get cross browser <sup> without interrupting line height?
I tried vertical-align:top but it looks ok in FF 3.6 and IE but not in FF 3.0.
How to get consistent in size (size of superlative text) and position of <sup> identical in all browsers without interrupting line height.
I'm using <sup> to indicate footnote? not to show power
Stackoverflow is killing10 experts-exchange
Hi Experts..
Is there any reliable way to check if user has entered Arabic words into a form and tries to submit it? Can Javascript handle this? Or, only server script like .NET can do this?
I'm thinking that if possible the script should directly prevent the user from inputting Arabic words into the form and show an alert pop up.
Please share any examples if you have any idea how to do it.
Thanks
As i am a beginner to asp.net-mvc which should i use ORM/ADO.NET data services.... As far as i see all the examples are only with ORM support.... So experts please guide me on this...
Hi Experts,
I am writing a regular application for Blackberry. I want to know, is there anything similiar to JAD for pure native blackberry application (no j2me) ? If JAD is applicable to regular BB app then please guide me to use JAD for it.
Kind Regards
-Durgesh O Mishra
Hello Experts,
I am willing to add a music which runs in the background of my website.The site is generated in Joomla.Does anyone knows about any component (or any way) through which I can add a music which runs in the background of the website.
I know it can be achieved via embed tag in the index page of the selected template,but one additional requirement is whenever any visitor clicks on any other Link, it should continue but not start from the begining.Is it feasible? Can anyone help me regarding this?
Hello Experts,
I have a flat text file data which I import into MSSQL table.
It creates and table with specified name along with multiple columns as per data file.
now I need a query which will return the data and its count. e.g.
data file :
BREAD,MILK
BREAD,DIAPER,BEER,EGGS
MILK,DIAPER,BEER,COKE
BREAD,MILK,DIAPER,BEER
BREAD,MILK,DIAPER,COKE
BREAD,ICE,MANGO
JUICE,BURGER
Result should be
BREAD | 5
MILK | 4
DIAPER| 4
and so on.
Dear Experts,
Since Django is a web development framework and Django is a CMS.
Is it possible to use them both together instead of a preferred database on Django like apache?
Maybe that question isn't clear enough.
Is it possible to use Django and Drupal simultaneously on the server side to provide a better web development solution?