I want to do a slideshow for product something like http://www.mediatemple.net home page, where there with those big dots on the right. Tried to google but couldn't find one similar.
I have a simple website. I would like to have a notifier auto reply to folks who signup for different things.
Do I have to pay for an SMTP service for this, or is there a simpler free alternative I can use?
In short :
I know of google apps, authSMTP, sendGrid, mailChimp..but I was wondering if there is something simple I can use
Following on from this question (that I asked) and this question (that Simon asked), is there a CDN that provides the jQuery script AND the -vsdoc version side-by-side?
e.g. Google provide:
http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js
but don't provide
http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min-vsdoc.js
Does Microsoft have a CDN for jQuery?
Rebol 2 VID was hugely missing Dropdownlist and Treeview, I have made a search on Rebol 3 on Google but couldn't find anything except a discussion. So what will Rebol 3 VID really include as new widgets ?
Do anyone know where to find good online resources with examples how to make grammars and parsetrees? Preferebly introductary materials.
Info that is n00b friendly, haven't found anything good with google myself.
edit: I'm thinking about theory, not a specific parser software.
Hi..I am a beginner in silverlight. I want to know what is TestPage.aspx and TestPage.html in silverlight. Actually i have google it but din't get enough information. Can any one give me answer??
First post here.
I have a asp/vb6 web app that logs in a user I want to encrypt the users identity field and pass(querystring) it to a asp.net app and then decrypt it to do a db lookup.
I've google'd it of course and found rot13, not secure enough. I've also found some hits on MD5 / RC4 but did not find any good examples of encrypt / decrypt.
Thanks,
Michael
I want to display a huge image inside a viewport in a html page. I would like to be able to drag and drop the image to move it inside the viewport, like in Google Maps.
Any library where I can find such component?
Thanks in advance
I'm trying to create a "system" command for clisp that works like this
(setq result (system "pwd"))
;;now result is equal to /my/path/here
I have something like this:
(defun system (cmd)
(ext:run-program :output :stream))
But, I am not sure how to transform a stream into a string. I've reviewed the hyperspec and google more than a few times.
I want to develop a gwt application using python .. but I fear that google will be the only host to host the code. is it possible to run gwt app on private server of other host.
Hello folks,
does anyone have any good links/tutorials about how to create a simple ASP.NET MVC website, and have it run against a Local IIS7 Web Server, instead of the default Visual Studio Development Server (aka Cassini).
Yes, i tried google, but i fail at getting some good keywords, etc.
Cheers :)
Hi,
I need to change the code of some asp.net application but the application is missing its .cs files, there are only .aspx files. As I read in google, I understand that the application is a precompiled website. I am not too familiar with it so the question is, can I somehow retrieve the code-behind .cs files of this application because I need to change some functions there. Surely there is a way I can access them or retrieve them somehow?
Thanks in advance,
Greg
I want to use HierarchyNode class which is in the Microsoft.VisualStudio.Package namespace and the assembly is MPF.Project.NonShipping.dll.
There was no assembly on the .net reference or on the COM.
I searched for the file, but it was not on the machine.
I also tried to google the dll if we could download it, but there was no link, whatsoever about the download.
I am using VS 2008 sp1 by the way. Thanks in advance.
I'm pulling my hair out on this and Google results are skewed since it thinks I want to find out how to code something.
My problem is that when trying to search my code with the String Matching box it finds nothing, even if I enter something that is on the screen below.
Is it Spotlight that is delivering these results? I'm not excluding anything in my Spotlight index so should I just rebuild the index?
Thanks for any help you can offer.
Is it possible to get all keys in a column family using SimpleCassie?
I looked at SimpleCassie's google code, but do not figure out.
Another issue is that I used following code to access column value.
$price = $cassie-keyspace('ToyStore')-cf('Toys')-key('Transformer')-column('Price')-get();
echo $price;
It always complains "object of cassandra columnorsupercolumn cannot be converted to string".
Is it possible to print out the column value?
I was reading the Guestbook example for Happstack and noticed the symbol which I didn't see before in the textbooks I studied to learn Haskell (for instance see line 23). What is it?
Example
I could not find it in Google because it ignores the totally (Bing does not but comes up with tons of non-related results).
Thanks!
I use Lucene.Net to index some documents. I want to show the user a couple of lines as to why that document is in the result set. just like when you use google to search and it shows the link and followed by the link there are a few lines with the keywords highlighted.
any ideas?
How to implement "tab drop in window" and "tab drop out of window" effect, just like the google chrome browser?
My imagination is that:
It is not a single application. The main browser frame is an application, the tabs are several applications without a window frame.
When the main browser frame is resized or moved, all tabs will be notified to be resized or moved.
Is there any existing component or code example can do this?
I am using the api twitterizer2 downloaded from
http://code.google.com/p/twitterizer/downloads/list
but when I try to get the friends of a user I get 100 friends but
I can't get the next 100 friends through the NextPage function.
How can I handle this...?
Twitterizer.TwitterUserCollection userFollowing =
Tw.TwitterUser.GetFriends(tokens,TwitterUrl);
Twitterizer.TwitterUserCollection page2=userFollowing.NextPage;
When I get the next page it returns the same 100 users.
while running jsp it shows the following error
error reading /opt/eclipse/plugins/com.google.appengine.eclipse.sdkbundle.1.3.0_1.3.0.v200912141120/appengine-java-sdk-1.3.0/lib/shared/jsp/repackaged-appengine-ant-launcher-1.6.5.jar; error in opening zip file
How to solve this
I live in Canada, so am fortunate that I can tether. One issue is that to toggle tethering, you need to drill down four screens in Settings, which is just a big hassle.
A Google search returned nothing, so I was wondering if anyone here knew the code to turn on/off tethering?
I know there's a toggle for SBSettings, but I do not have a jailbroken phone, I just want to create an app I build onto my phone and have an icon for quickly toggling it.
Thanks
I want to send an email from within my iPhone application, primarily because i don't want to quit my application. Is there ANY way to do that?
Solution:
1) I found this open source API which does that:
http://code.google.com/p/skpsmtpmessage/
Anyone can write their own smtp client for this purpose. (If you can invest that much time - that is)
2) Use a web service to send the message details and handle message sending functionality at server end.
Thanks.