Tag Archive: programming design

Mar 13

[ Programming & Design ] Open Question : My computer will not let me/will not open the final page or destination.?

I go through all security and passwords but it will always revert to the previous page.

Permanent link to this article: http://epinionsreviews.com/programming-design-open-question-my-computer-will-not-let-mewill-not-open-the-final-page-or-destination/

Mar 12

[ Programming & Design ] Open Question : How do people do over-shots of maps on Call of Duty?

When I watch awesome Call of Duty montages and effects videos on YouTube I see shots of maybe looking into the character before shooting or flashing through maps with text on buildings. Does anyone know how to do this? Does it involve software like Sony Vegas? Watch the beginning of this YouTube video if you …

Continue reading »

Permanent link to this article: http://epinionsreviews.com/programming-design-open-question-how-do-people-do-over-shots-of-maps-on-call-of-duty/

Mar 11

[ Programming & Design ] Open Question : where I can do a free course to learn more about Computers?

can some one please help me!!

Permanent link to this article: http://epinionsreviews.com/programming-design-open-question-where-i-can-do-a-free-course-to-learn-more-about-computers/

Mar 11

[ Programming & Design ] Open Question : Visual Basic Coding 2010/ Visual Studio’s?

I need to make windows media player in a vb form play a another song once the one that was playing has finished. What would be that code that lets the computer know when the currently playing song has ended and to start a new song

Permanent link to this article: http://epinionsreviews.com/programming-design-open-question-visual-basic-coding-2010-visual-studios/

Mar 10

[ Programming & Design ] Open Question : How to get webPage.read() into a regular string in Python3?

python3 code: import urllib.request webPage=urllib.request.urlopen(“http://www.penisisland.com”) webSource=webPage.read() print(webSource) It leads to b’…’ which I guess is a different form because I can’t manipulate it like I do other strings. How do I make it not so douchy? By turning it into a normal string? I can do the same thing with Python2 and get it to …

Continue reading »

Permanent link to this article: http://epinionsreviews.com/programming-design-open-question-how-to-get-webpage-read-into-a-regular-string-in-python3/

Mar 10

[ Programming & Design ] Open Question : how to open/view aspx.net with/using master page in any browser without using visual studio?

Permanent link to this article: http://epinionsreviews.com/programming-design-open-question-how-to-openview-aspx-net-withusing-master-page-in-any-browser-without-using-visual-studio/

Mar 08

[ Programming & Design ] Open Question : what program should i use for a baby shower invitation?

im planning a baby shower for my best friend, its winnie the pooh themed and i need to make the invites, now im pretty good with computer stuff so if amyopne can just tell me a program i can use to make it that would be splendid, or maybe a website i dont care, but …

Continue reading »

Permanent link to this article: http://epinionsreviews.com/programming-design-open-question-what-program-should-i-use-for-a-baby-shower-invitation/

Mar 08

[ Programming & Design ] Open Question : Is there any way to make folder which can’t be deleted and its content also .?

I am using windows 7 . I want to make my folder undeletable .Which means only data can be inserdated or read .

Permanent link to this article: http://epinionsreviews.com/programming-design-open-question-is-there-any-way-to-make-folder-which-cant-be-deleted-and-its-content-also/

Mar 08

[ Programming & Design ] Open Question : Converting C++ to Python?

[The C++ program below displays a table showing areas under the standard normal distribution from 0 to z > 0 in increments of 1/10. If anyone could translate this code into Python, it would be much appreciated!] #include // for printf() #include // for sqrt(), exp() #definePI3.14159 double func( double x ) { // returns …

Continue reading »

Permanent link to this article: http://epinionsreviews.com/programming-design-open-question-converting-c-to-python/

Mar 08

[ Programming & Design ] Open Question : Is there a way i can make movies from my videos from my itouch 4th gen?

I need to make a movie for english, and i want to use my ipod touch 4th gen, because that’s also my camera. Windows movie maker won’t let me use those vids on it. Is there a (hopefully free) site where I can edit video from my ipod together. I have a PC computer, that’s …

Continue reading »

Permanent link to this article: http://epinionsreviews.com/programming-design-open-question-is-there-a-way-i-can-make-movies-from-my-videos-from-my-itouch-4th-gen/

Mar 08

[ Programming & Design ] Open Question : how to make the first line of a paragraph all caps in css?

Cornucopia Online began as a small poultry shop in rural Connecticut. Once famous only locally for the quality of its poultry, dressings, herbs, and spices, Cornucopia is fast becoming a leading provider of poultry-based dishes and products throughout the Web. i have this in html and in css: #firstPara:first-line {font-variant: small-caps; } but it isnt …

Continue reading »

Permanent link to this article: http://epinionsreviews.com/programming-design-open-question-how-to-make-the-first-line-of-a-paragraph-all-caps-in-css/

Mar 07

[ Programming & Design ] Open Question : Building your own computer?

I’ve been doing a little research and have found the building my own computer will be a lot cheaper then buying one outright. Since this is my first time i wanted to get some advice. This computer would be used for pretty much everything from your basic email, chat, web browsing to your hardcore gaming, …

Continue reading »

Permanent link to this article: http://epinionsreviews.com/programming-design-open-question-building-your-own-computer/

Mar 06

[ Programming & Design ] Open Question : what will be the possible output of this program? [pascal]?

program increment; const m = 20; var n: integer; procedure increase; var i: integer; begin for i := 1 to m do n := n+1; end; begin; n := 0; cobegin increase; increase; coend writeIn(‘The sum is’, n) end.

Permanent link to this article: http://epinionsreviews.com/programming-design-open-question-what-will-be-the-possible-output-of-this-program-pascal/

Mar 06

[ Programming & Design ] Open Question : [C++] Zeller’s Algorithm for Julian Calendar?

I’m trying to write a program in C++ that will take a date (input from the user) and output the day of the week that day has/will land(ed) on. So far, I’ve written this code: http://pastebin.com/kGdDyM0p My professor told me to use the following formula: http://upload.wikimedia.org/math/7/1/c/71ced6d084e1abbcd93eb265866d9065.png It almost works, the only thing that doesn’t is …

Continue reading »

Permanent link to this article: http://epinionsreviews.com/programming-design-open-question-c-zellers-algorithm-for-julian-calendar/

Mar 05

[ Programming & Design ] Open Question : What is a fun website?

What is a fun website for 9-13 year olds

Permanent link to this article: http://epinionsreviews.com/programming-design-open-question-what-is-a-fun-website/

Mar 04

[ Programming & Design ] Open Question : Apple(iOS) application development or android Application development for getting job in market? o?

i want to start my training in mobile application development but i can not decide that i start apple application or android application development,,, as i know java so will it be tough to learn Objective-C??

Permanent link to this article: http://epinionsreviews.com/programming-design-open-question-appleios-application-development-or-android-application-development-for-getting-job-in-market-o/

Mar 03

[ Programming & Design ] Open Question : photo shop editing help!?

I need some help taking this picture I found and removing everything except Marilyn Monroe herself. – I would like to see how the photo looks with the gun and her hands gone and it to be enlarged. Link: http://chellbellz.com/2010/10/24/marilyn-gets-all-gangsta/

Permanent link to this article: http://epinionsreviews.com/programming-design-open-question-photo-shop-editing-help/

Mar 03

[ Programming & Design ] Open Question : explain data minning in performance consideration?

Permanent link to this article: http://epinionsreviews.com/programming-design-open-question-explain-data-minning-in-performance-consideration/

Mar 02

[ Programming & Design ] Open Question : Why do we learn low level programming?

We have to research this for GCSE Computing homework but I don’t have a clue? Anyone know?

Permanent link to this article: http://epinionsreviews.com/programming-design-open-question-why-do-we-learn-low-level-programming/

Mar 02

[ Programming & Design ] Open Question : I want to download AutoPlant for my project.can any body tell me the link?

I am a student of B.Sc Mechanical Engineering. For my final year project i need AutoPlant for designing pipelines.Can ayy body tell me the link to free download.

Permanent link to this article: http://epinionsreviews.com/programming-design-open-question-i-want-to-download-autoplant-for-my-project-can-any-body-tell-me-the-link/

Mar 02

[ Programming & Design ] Open Question : Does overwriting only apply to variables in memory?

programming – java relatedness? thanks.

Permanent link to this article: http://epinionsreviews.com/programming-design-open-question-does-overwriting-only-apply-to-variables-in-memory/

Mar 01

[ Programming & Design ] Open Question : in microsoft word how do u add text to a pre-made border in clipart?

there is pre made borders and frames and i know there is a way tog et text into it but i can not figure out how….. i know u can add a text box but i need it without the box just text only…… anyone have any ideas?

Permanent link to this article: http://epinionsreviews.com/programming-design-open-question-in-microsoft-word-how-do-u-add-text-to-a-pre-made-border-in-clipart/

Feb 28

[ Programming & Design ] Open Question : Can someone help me with this MATLAB program?

Write a MATLAB M-file that solves the questions of Position and Velocity of a Free Falling Stone. A stone is dropped from the top of a tall building of 200 meters in height, i.e., the initial position of the object is 200 meters. The two equations used are h(t) = gt2 + v0t + h0 …

Continue reading »

Permanent link to this article: http://epinionsreviews.com/programming-design-open-question-can-someone-help-me-with-this-matlab-program/

Feb 28

[ Programming & Design ] Open Question : how to get around the "Fatal error: Maximum execution time of 500 seconds exceeded" in web design?

i have a very long creation process and it comes up with this message when trying to create the database. is there any way to get around this at all? if this info helps, i have it set up so it imports from 8am to 6pm in increments of 1 hr 15 mins, for each …

Continue reading »

Permanent link to this article: http://epinionsreviews.com/programming-design-open-question-how-to-get-around-the-fatal-error-maximum-execution-time-of-500-seconds-exceeded-in-web-design/

Feb 28

[ Programming & Design ] Open Question : I have to use If_else to write this programme, wrote half way but don’t know how to continue…?

(ii) Use cout to print the name of customer whose credit limit is between the range of 10000 and 25000 (iii) Increase the count when the customers are VIP or whose discount factor is 0.08. (iv) Increase the credit limit of VIP customer by 10% (v) Use cin to read in the value of a …

Continue reading »

Permanent link to this article: http://epinionsreviews.com/programming-design-open-question-i-have-to-use-if_else-to-write-this-programme-wrote-half-way-but-dont-know-how-to-continue/

Feb 28

[ Programming & Design ] Open Question : C++ : please give me some example how to create random histogram?

the output seem like this . 1.2 ** 2.5 ***** 3.4 **** 4.10 ********** 5.15 *************** 6.28 **************************** 7.12 ************ 8.9 ********* 9.7 ******* 10.5 *****

Permanent link to this article: http://epinionsreviews.com/programming-design-open-question-c-please-give-me-some-example-how-to-create-random-histogram/

Feb 26

[ Programming & Design ] Open Question : Create Portfolio Page using Joomla 1.5?

I need help creating a page on my site for artists to go and submit their portfolio’s online. How do I go about doing this?

Permanent link to this article: http://epinionsreviews.com/programming-design-open-question-create-portfolio-page-using-joomla-1-5/

Feb 25

[ Programming & Design ] Open Question : I want to buy or design script like http://00e.com/index.html?

I want to buy or design script like http://00e.com/index.html

Permanent link to this article: http://epinionsreviews.com/programming-design-open-question-i-want-to-buy-or-design-script-like-http00e-comindex-html/

Feb 25

[ Programming & Design ] Open Question : Trying to install The Complete Exam?

I am trying to download The Complete Exam on my boss’ laptop for work. Supposedly, it is this all-inclusive, wonderful program that’s supposed to help our dental office go paperless. But it won’t install the prerequisites! It tells me there’s not enough room on the hard drive. The directions say it has to be a …

Continue reading »

Permanent link to this article: http://epinionsreviews.com/programming-design-open-question-trying-to-install-the-complete-exam/

Feb 25

[ Programming & Design ] Open Question : tumblr help? how do i get this?

http://i53.tinypic.com/34pz31g.png what are the codes or something .

Permanent link to this article: http://epinionsreviews.com/programming-design-open-question-tumblr-help-how-do-i-get-this/

Older posts «