hii
i m trying to send mail through coding of asp
is there any external APIs to send mail like JAVA
give some hints
if possible sample code!!
I m using vs 2005 as well as vs 2008
I am having a problem with sessions on my server. Is this a server problem or a coding problem? I get this error message:
Warning: Unknown: Failed to write session data (files).
Please verify that the current setting of session.save_path
is correct (/var/php_sessions) in Unknown on line 0
I'm looking for a decent book or online resource to help me learn about developing large Javascript applications.
There are lots of books that go over the fundamental and advanced features of JS, but I'm looking for something which covers application structure, coding practices etc.
Any ideas?
I want to declare an Array and all items present in the ListBox Should Be deleted irrespective of the Group name present in the ListBox. can any body help me coding in Python. I am using WINXP OS & Python 2.6.
Hi All,
Is it possible to set the report parameter's width manullay in SSRS. I could see that the parameters are given the width by SSRS itself, and the XML coding is not having any attributes mentioning its width. I was wondering is there anything that we can add in to
to set the report parameter's width?
Thanks for your help all in advance.
San
I need to use an x509 certificate to get secure message level authentication from a rich client via the internet to a secure WCF Web Service.
Specifically, I am looking for a working step-by-step guide to setup, configuration, coding, and deployment, including creating a 'dev' certificate, installing it, and obtaining a 'real' certificate for production.
Hello,
This may seem stupid to ask, but I have done on many css coding
#div_iv a:hover
but for darn reason, it does not seem to work now, Googled with results such as
a.hover #div_iv
#div_iv:hover
What exactly is wrong.
Thanks
Jean
I've used emacs for decades and always wondered, but kept on coding, if there was a way to type in something, them move the cursor and insert the same text, like the VI . command.
Instead what I do is to type the text, set the mark, backup, copy the region, go to the next spot (often just C-n, down one line) and then pre-arg yank, C-u C-y.
It's the overhead of set mark, backup and copy region that makes me just go ahead and retype the thing.
I currently make my website using iWeb. Is there a way that I can embed a WordPress blog into the site? Either through an easy option or through coding?
Hello everyone,
I am using SQL Server 2008 Enterprise. I met with issue which says line 9 of store procedure foo is meeting with dead lock issue. My question is how to find exactly the 9th line of the store procedure?
My confusion is because of coding format issue, how to locate 9th line correctly.
thanks in advance,
George
#coding: utf-8
str2 = "asdf????????"
p str2.encoding #<Encoding:UTF-8>
p str2.scan /\p{Cyrillic}/ #found all cyrillic charachters
str2.gsub!(/\w/u,'') #removes only latin characters
puts str2
The question is why \w ignore cyrillic characters?
I have installed latest ruby package from http://rubyinstaller.org/.
Here is my output of ruby -v
ruby 1.9.1p378 (2010-01-10 revision 26273) [i386-mingw32]
As far as i know 1.9 oniguruma regular expression library has full support for unicode characters.
I am on the ruby on rails application and trying to embed the code for js , added the whole code for embedding in Text box , But when i copy paste in other blogs where embed is poss , i am not getting the full js work , the code is given below
<%= text_field_tag "text","
script src=\"/public/javascripts/calendarview.js\"
script src=\"/public/javascripts/calendarview_init.js\"
link rel=\"stylesheet\" href=\"/public/stylesheets/calendarview.css\"
link rel=\"stylesheet\" href=\"/public/stylesheets/calendarview_init.css\"
",:size = 40
%
I have just removed < for let it be seen in the coding window
PLease help if poss
List item
I want to use enumeratorAtURL:includingPropertiesForKeys:options:errorHandler: to do this, as I'm coding under Snow Leopard.
I know how to use this method. However, as for my purposes it's not adequate to load the contents lazily, I have the following question:
How can I create an object hierarchy (of, say, the custom FileOrDirectory class with the standard children,count,isLeaf attributes) from the information I load from the enumeratorAtURL: method? I need to load this data beforehand, and show it in an outline view, for my purposes.
I'd like to avoid coding one from scratch, so I'd like to see what the open-source community can offer :-)
Required features:
Easy way to insert items with photo
and description
Templates easy-to-create
Multi language (at least Italian and English)
Shopping cart
User managment
PayPal support (not required but really appreciated :D)
I'm going on PHP and MySQL because of the hosting service I can't change, so please don't talk to me about alternatives :P
I'd like to know what's the one you like the most and why should it be better than the others
UPDATE: I need also multi language, Italian and English are a must.
Just started coding in AS3 with FlashDevelop and coming from a C# background, I would like to know if there's something equivalent to the #region directive in AS3?
How can I retrieve recently posted Comments/previous comments on any video in you tube in our application using C# ASP.Net.Please provide detail coding with dll
Thanks in Advance
Ranjan.
I have a bad case of carpal tunnel so I'm looking for an editor that would make my Java programming less painful (literally!).
Does anyone have any recommendations for tools that you can add to Eclipse, Netbeans or other IDEs to produce some of the repetitive code that's common in Java syntax?
Overall what would be the best code editor for this purpose?
(I'm coding on Ubuntu, in case it matters).
After learning good amount of c++, i'm now into STL containers and algorithms template library, my major concerns are,
1) Is this library same across different platforms like MS, linux n other os?
2) will quality or efficiency of program c++ module decrease with more use of STL containers and algorithms, i think i can't customize it to all needs.
3) Is this template library good to use in linux system programming, kernel modules?
4) lastly can i use this in programming contests, because it relives a lot of coding and pressure off shoulders.
I just uploaded files(doc & pdf) in my web server(with my coding). I want to stream those files when I click download link on my page.
please share any tutorials or any suggestions?
Rather than just grabbing the user's friends' emails, I want to show their list of friends with profile pic, etc in my app.
Is there a "widget" (JS and HTML) way of doing this, rather than going to the trouble of coding everything yourself using Facebook, Gmail, etc libraries for your server-side language?
I know this is a silly question :) But I am curious :)
How much should a full-time web developer with about 2 years experience be making in Los Angeles, CA area? Work mainly consists of coding sites in php, mysql with some jquery, ajax stuff .. and ofc html/css.
Also, what is a good language/technology to learn to increase salary for next job?? Python? Ruby? .NET?
I need to get the path (not the executable) where my application is running from:
System.AppDomain.CurrentDomain.BaseDirectory()
When I run the above statement with & "/images/image.jpg" on my local machine it works fine but when I install the application on another machine it says it cannot find the file and there is a lot of extra path information some.
I just need the directory of where the app is running. I am coding in VB.NET with Visual Studio 2008.
Thanks!
I've recently started a new project in C#, and, as I was coding some exception throw in a function, I figured out I didn't really know which exception I should use.
Here are common exceptions that are often thrown in many programs :
ArgumentException
ArgumentNullException
InvalidOperationException
Are there any framework exceptions you often use in your programs ?
Which exceptions should every .net programmer know about ?
When do you use custom exception ?