CARVIEW |
- Trending Topics:
- microsoft
- mobile
- data
- office 2011
- visual studio tips
- box selection
- mac
- visual studio
- More...
Earn Rewards, Reputation, and Badges
Redeem the reputation points you've earned from participating in O'Reilly Answers for O'Reilly ebooks, videos, courses, and conferences.
Learn more »
Most Active Answers
Welcome New Contributors
-
Posted 26-January 11
-
Posted 25-January 11
-
Posted 25-January 11
-
Posted 24-January 11
-
Posted 24-January 11
Recommended for You
Find
-
How to in Visual Studio: Pasting a Single Selection Into a Box Selection
By zainnab| Today, 05:13 AM
In this video we look at how to copy a single item and copy it to multiple lines at once. Just one of many great new features in Visual Studio 2010. Learn more about this topic from Coding Fa...
-
Data Analysis: How to Forecast With Exponential Smoothing
By janert| Yesterday, 10:38 AM
All moving-average schemes have a number of problems. They are painful to evaluate. For each point, the calculation has to be performed from scratch. It is not possible to evaluate weighted moving av...
-
Opinion: What Android needs to do to keep its users happier than Apple's
By Doron Katz| 12 December 2010 - 11:44 AM
No matter how avid a Droid fanboy one is, and I am not pretending to be, Google have sold their souls to phone manufacturers and network carriers. Today's Android ingredients would include the fol...
-
How Can I Text Message on my iPad
Asked by JoAnneRN | 15 December 2010 - 11:41 AM
Answered by joelbigham | Yesterday, 06:17 AM
nathanator11 gives the right answer. Because Google Voice is cross-platform, you're also not tied to JUST the iPad when you sign up. You can SMS from computers, iPhones, Android phones and maybe ... full answer >
-
How to register an O'Reilly book translated into other language?
By NetRat.eu| 25 January 2011 - 11:23 AM
Just find out the ISBN of the book in English. It's somewhere in the very beginning of the translated book. For example, here's the place where the original ISBN is situated in my 'Linux. ...
-
can i create a compiler that will write a categorized downloadable .doc or .pdf?
Asked by Stax_001 | 31 December 2010 - 02:15 PM
Answered by DarkFlib| Jan 25 2011 09:26 AM
You don't say if you have any programming skills. What you are asking isn't easy without programming. With PHP for example, you could use FPDF, libpdf or Zend_PDF for the pdf output option, ju... full answer >
-
OpenGL Texture Mapping using CameraTexture source code
Asked by jebadiah | 12 January 2011 - 11:25 PM
Answered by Philip Rideout| Jan 20 2011 07:26 PM
Hi jebadiah. The issue lies with your texture coordinates, not with your texture parameters. In ParametricSurface.hpp, look at the Sphere constructor and change 3,3 to 1,1. full answer >
-
How to in Visual Studio: Replacing Text with a Box Selection
By zainnab| 24 January 2011 - 06:25 PM
This video shows you how to replace a block of text in Visual Studio with the handy box selection tool. Learn more about this topic from Coding Faster: Getting More Productive with Microsoft?...
-
How to in Visual Studio: Use the Zero-Length Box Selection Feature
By zainnab| 24 January 2011 - 06:21 PM
This video shows you how to use the zero-length box selection feature in Visual Studio to quickly and easily type repetitive rows of code. Learn more about this topic from Coding Faster: Gett...
-
How to in Visual Studio: Paste the Contents of One Box Selection Into Another
By zainnab| 24 January 2011 - 06:17 PM
This quick video will show you how to paste the contents of one box selection into another in Visual Studio. Learn more about this topic from Coding Faster: Getting More Productive with Micro...
-
PHP, having issues making and inserting files in the proper directory
Asked by seaturtleftw | 21 January 2010 - 05:12 AM
Answered by DarkFlib| Jan 24 2011 05:47 PM
Please consider sanitising your post data... What if I put in your form '../../filename' where would the file end up? Certainly not in your upload directory, that's for s... full answer >
-
Applying a Different Stylesheet Based on the Time of Day using CSS
By adfm| 25 January 2010 - 12:15 PM
Automating the styling of a page can help keep things fresh (and hopefully keep users coming back). Some sites have a different look during the day and switch over to an evening look when the sun goes...
-
Is there a way to delete all Facebook wall posts prior to a specified date?
Asked by BrianSawyer | 29 November 2010 - 06:20 AM
Answered by DarkFlib| Jan 24 2011 05:27 PM
While there is no easy way to do it from the facebook web interface, facebook applications with the correct permissions can do what you require, I don't know of any offhand, but there are probab... full answer >
-
How to Generate a PDF With PHP
By adfm| 28 April 2010 - 06:41 AM
Creating a PDF with PHP can be relatively straightforward. However, knowing what library to use and how to deal with errors can help you cut back on the tedious work associated with generating a PDF...
-
Php refresh button for .js fallback
Asked by ideafarmer | 03 December 2010 - 11:20 AM
Answered by DarkFlib| Jan 24 2011 05:13 PM
If you just want the same page to reload, why not just submit to the page you are on? ie. <form method="post" action=""><input type="submit" name="refresh&... full answer >
-
Dreamweaver back to previous page code attached to a jpg button
Asked by orianna | 21 January 2011 - 11:46 PM
Answered by DarkFlib| Jan 24 2011 05:06 PM
as the previous poster noted, you can use the onclick event to run a piece of javascript code. ie. <img src="image.jpg" onclick="history.back()" /> Th... full answer >
-
which is best among perl,phython,php?
Asked by Htekk | 24 January 2011 - 07:27 AM
Answered by nathanator11| Jan 24 2011 04:47 PM
There is never a 'best' programming language. PHP is more universally-supported on Web servers, making it a good choice for Web development. Python is usually seen as very efficient. Perl i... full answer >
-
How to Approach Data Analysis
By janert| 24 January 2011 - 09:38 AM
More data analysis efforts seem to go bad because of an excess of sophistication rather than a lack of it. This may come as a surprise, but it has been my experience again and again. As a consultant,...
-
Great Flex Podcasts/Resources through iTunes
By Doron Katz| 05 August 2010 - 04:56 PM
I just thought I'd share some good iTunes podcasts/resources that you can subscribe to, that will enrich your knowldge of Flex. A great way for you to casually listen to video and audio podcasts w...
-
Replica Placement Strategies When Using Cassandra
By chco| 22 January 2011 - 01:11 PM
There are several strategies one can implement for replica placement when working with Cassandra. The following excerpt from Cassandra: The Definitive Guide offers some insight into choosing which one...
-
MySQL cluster VS split database load to multiple computers
Asked by cjapes | 24 January 2011 - 05:46 PM
Tags:
-
iPhone Automation using instuments:
Asked by jayamalananda | 21 January 2011 - 12:57 AM
-
Sync iPad calendar with android phone calendar
Asked by rhboxermom | 20 January 2011 - 03:22 PM
-
How do you connect Windows XP to VPN service on OS X using L2TP?
Asked by macnlos | 20 January 2011 - 11:47 AM
Tags:
-
Running Processing in Eclipse as an Application
Asked by mvanegas | 19 January 2011 - 12:56 PM
Tags:
-
How to connect and pass data between visual webpart and performance point scorecard
Asked by Madhavs | 19 January 2011 - 08:47 AM
-
head first c# chapt 3 page 120 - add 2 more buttons to the form
Asked by atfalatitkb | 12 January 2011 - 06:41 PM
-
dreamweaver tutorial chapter 1
Asked by ouiseau | 12 January 2011 - 08:58 AM
Tags:
-
How to create a slider ?
Asked by mangalasseri | 07 January 2011 - 09:11 PM
-
HeadFirst Php and MySQL Chapter 3 pg 128 error querying database
Asked by paulyyy | 07 January 2011 - 08:04 PM
-
Permission to use questions from teenagers in future book
Asked by jill greenbaum | 05 January 2011 - 10:55 AM
Tags:
-
XML - XSLT transformation and creating relations
Asked by rajeshpatil74 | 30 December 2010 - 06:13 AM
Tags:
-
spidering hacks #40 and gmail
Asked by ChicagoVisitor | 28 December 2010 - 08:02 AM
Tags:
-
Recommend a book for a Sen. Linux Admin to learn Win2k8r2 Administration
Asked by mwebber-sig | 28 December 2010 - 05:34 AM
-
cups generic text only doesn't print 255 characters
Asked by nawal4 | 26 December 2010 - 04:37 AM
-
How to display each word from a string?
Asked by sudhakarmakeeit | 22 December 2010 - 02:42 AM
-
how do i wire a motion senser to turn on a dc moter
Asked by richard j burke | 18 December 2010 - 09:37 AM
-
How to draw text horizontally on Emulator
Asked by sudhakarmakeeit | 17 December 2010 - 08:59 PM
-
HTabe table with trillions rows (some 10**12)
Asked by alexeyy2 | 17 December 2010 - 07:48 AM
Tags:
-
![]() ©2011, O'Reilly Media, Inc. (707) 827-7000 / (800) 998-9938 All trademarks and registered trademarks appearing on oreilly.com are the property of their respective owners. |
|