Is Javascript the best way to go when doing a ... photography portfolio site?

1 Answer

Answer :

Those are all very different technologies that don’t really compare to each other. Actionscript is for Flash obviously, which I would not recommend for doing an entire web site in. HTML is the foundation of all web sites so that one is important. PERL is a server-side scripting language and is used for things like e-commerce sites and content management systems. Javascript is a browser-side scripting language that will allow you to do what you are looking for, but you don’t really need to learn it. VI is a text editor, not a language. CSS is also important and goes hand in hand with HTML. For the Javascript fancy zooming in thing, all you need is this script. Just download it and follow the directions (simple HTML) and it will do the fancy zooming that you are looking for. If you want to have an automated way to upload and manage a gallery you can go with server-side scripts such as the ones here. Or you could of course just put them on Flickr and let them manage all of it.

Related questions

Description : How to implement a JavaScript code that doing "Set as my Home Page" in Google Chrome?

Last Answer : So, you’re saying the JavaScript code for doing this works in IE and Firefox, but not Chrome? That’s weird. Let me see if I can find a script for you.

Description : Why should I use JavaScript Library if it may effect the performance of a web site?

Last Answer : You might want to check out some extremely lightweight Javascript libraries such as xui, zepto, or jQuery Mobile. However, 17KB should not be a huge concern on iOS and Android devices. On phones with ... .example.com or mobile.example.com with minimal CSS, small page size, and no Javascript at all.

Description : How can I become advanced in javascript in 2 months?

Last Answer : Study hard…work hard!!!

Description : How do I simply repeat a line of code 4x in Javascript?

Last Answer : something like a for loop is pretty simple, and gives you a handy counter if needed. for(var i = 0; i < 4; i++) { forward(); }

Description : What's bugging my simple JavaScript toggle script?

Last Answer : answer:The toggle_visibility function specifies (eng, met), not (var1, var2), so it seems not to matter what order of parameters you send it, it's going to read (eng, met) always. function toggle_visibility(eng, ... = block'; } else { e1.style.display = block'; e2.style.display = none'; }

Description : How can I swap two integers without temporary variables using JavaScript code?

Last Answer : answer:This is a trick using the exclusive or operator ^ that was used when computers were short on memory. a = (a ^ b) /* a^b, b */ b = (a ^ b) /* a^b, a */ a = (a ^ b) /* b, a */ You can also do it using subtraction for numeric ... = a - b /* a - b, b */ b = b -a /* a-b, a */ a = b - a /* b, a */

Description : How to inherit a Javascript class?

Last Answer : answer:There is no such thing as classes or object-oriented programming when it come to Javascript. Are you sure you didn't mean Java? Java is a full programming language, developed by Sun. ... used to do thing like change the background color when you hover your mouse over a certain image.

Description : Is JQuery much slower than pure JavaScript ?

Last Answer : answer:You might be correct, there can potentially be more abstraction in JQuery with what you are doing when compared to pure JavaScript. But do note, JavaScript is client side based so it depends on your ... But if you are OK with the delay then keep using JQuery, if not, back to pure JavaScript.

Description : How, in javascript/jquery, can I change what "this" refers to in an event handling function?

Last Answer : By using the call and apply prototype methods of Functions. For example: function example () { console.log(this); } example.call(window); this will be the window variable. example.call( a string'); this will ... 2'); Hope this helps. If you need any more help with this, feel free to just ask.

Description : Javascript help, please?

Last Answer : any ideas, anyone?

Description : Executing JavaScript in a page retrieved using AJAX?

Last Answer : Would assigning the scripts in page B to an “onload” event handler not work? (I’m new to this, but that seems possible. Forgive my kneejerk response.)

Description : How do I get rid of a javascript warning message from my browser?

Last Answer : Javascript gets mad when you try to access pages on a different domain. So your computer is probably running things as localhost and it is making a call and it says fuck no this is a huge ... . Javascript isn't supposed to load stuff outside of the domain that hosts it. This kinda explains it.

Description : Can I wrap native JavaScript methods with my aspects?

Last Answer : If I am understanding this correctly, you want to do something like authenticate someone, if the auth is returned true then invoke window.open. Really all you need to do is create a JS function ... I believe can be done semi-easily using something like Prototype to handle all of the XHR requests

Description : How can I open a text file in javascript?

Last Answer : Do you mean open a file from the file system? That’s not possible using JavaScript within web browsers due to security restrictions (imagine if that warez site you “stumbled onto” could access your file system…ouch!), but it is possible within some environments, like Apple’s Dashboard.

Description : What's the best editor for PHP/Javascript work?

Last Answer : Vim

Description : Can you use JavaScript to force-replace a particular image in the browser cache?

Last Answer : answer:I'm not sure about doing it in js but if you make it so that the image/stylesheet/javascript file in question has a unique string after the filename like '/images/header.jpg?somerandomstring', when ... the string. That way, whenever you deploy a new version, it'll have a new cache string.

Description : Mystery Javascript snippet?

Last Answer : it looks like a piece of obfuscated code. Because normally JavaScript even in it's most complex is still humanly readable. If it is not obsfucated, then someone must have some really messed up naming ... but for what little I know, it does not look like it would ever work for any browser.

Last Answer : It Basically One Scripting Language . It 's HTML With Work By . To say Anyway , that's it Almost HTML _ Like . It is Absolutely Free . It is That Someone Use To do Can .

Last Answer : JavaScript One Popular Scripting Language , which The web Page Interactivity, Functionality Increase , form Validation , browser Instruction , time, Date Instructions Etc. At work Used Is.

Description : Where can I go to build a Photography Portfolio online?

Last Answer : Flickr.com is the only one I know of.

Description : Benefits of Photography Portfolio Cases?

Last Answer : Both Photography beginners and experts can benefit from high quality photography portfolio cases. These items allow people to present their best prints for all to use. These cases are made to ... Any serious photographer will want an attractive, easy to use, and durable photography portfolio case.

Description : Which device is currently doing all the text work ?

Last Answer : At present all the work of text is done on computer.

Description : I want to make a question and answer site like mind. Domain and hosting are ready. Can anyone make it ? Don't build with WordPress. Ans Bangla should not be made in this way. Knock if there is anyone like that.

Last Answer : You can contract with the admin of this website. He can make you a site.

Description : Empty entries in a mysql/php5 site database,... why?

Last Answer : How are you migrating the database? What are you using to export and import?

Description : What kind of script/program/CMS/etc. is needed to make a site like care.com, airbnb.com, schoolofeverything.com, fiverr.com?

Last Answer : All the sites you posted are so different I don’t think you can use a CMS without being heavily modified. I would charge about 20K to even touch it if I was doing it from scratch.

Description : I want to start a site like ebay. (not another one!) How should I proceed?

Last Answer : answer:Sweet holy moly, How much would it cost? (in dollars and if I were to hire an American designer?) I think that would greatly be influenced if you go through a freelance designer, a company, and the ... either. With the detail you do have that is about the best I can do for you at the moment.

Description : What is the difference between project and web site application in Visual Studio 2010?

Last Answer : I don't use visual studio, but my guess is project mode refers to developing an application to run on your own machine, whereas Web site app. refers to developing it for the directory structure on a remote ... it's meant in similar toools I have used. Check the help files to see if that's it.

Description : What are the most important things that make a web site successful?

Last Answer : answer:Well, success is definately a function of the content. The usability is the multiplier, and the exponent is the time it has been available. I think it may actually be that simple, ... something similar in form. Advertisement plus a value derived from media attention can be the added value.

Description : Hey programmers, can you direct me to site similar to stackoverflow?

Last Answer : stackexchange.com is gaining traction.

Description : How can I implement in my small web site company how many members are observing each page right now?

Last Answer : I've seem people use the window.onbeforeunload event to do this. A common problem with this method is a script not finishing in time. You can use the event to open a new web page that runs a ... , but never sends display information. That way you don't have to worry about your function being killed.

Description : How do you put a price on building a new web site?

Last Answer : answer:how big is the site, how many pages? what kind of features are needed? If they want a CMS that does affect the price. How long will it take to cover and implement all the requirements of ... go. There is an article on smashing magazine somewhere about this issue, if i fin it ill post back

Description : Will using .NET 3.5 server side for a web site place any notable restrictions on what web browers can use the site?

Last Answer : .NET 3.5 VSTS feature won’t restrict you on any navigation features.VSTS is solely browser independent.You could publish your site on any browser, but you need to do some customization while using firefox.Some addin features are needed to make your Server side setup function properly.

Description : I am trying to find what someone typed into Firefox on a particular site?

Last Answer : I am not trying to get a password. Only information that would have been visible when typed in.

Description : What are some tips for preventing a script kiddie from harming your web site?

Last Answer : 1. Don’t use SQL (saves money, too). 2. Run your site on Linux. 3. Don’t enable any software or languages you aren’t using yourself. 4. Put your server behind a NAT firewall and close down ports you aren’t using yourself.

Description : How much does it cost to add notification system to Q&A site ?

Last Answer : You need to use the plugin to turn on notifications on the Q&A site. If you want to use paid plugin it will cost a little and if you use free plugin then you can do it for free.

Description : How do I create a site like this ?

Last Answer : Create from WordPress or do a Google search.

Description : Can a site like TricBD be created in Wapkiz ?

Last Answer : Yes , sites like TricBD can also be created in Wapki. You see this link.

Description : How to design webkiz download site with java phone ? If you have a good tutorial, give the link. ?

Last Answer : I can make it. I can make it if I want. Demo 1 Demo 2 Demo 3. If you want to download the code, you will find this link http://abde17.wapkiz.com .

Description : Can a site created by Wapkiz be SEOed ?

Last Answer : Yes.

Description : How do I add a category to my Wapkiz site ?

Last Answer : [fm] d =: to-fid:, o = u, l = 5, s =: to-page:, no = no file || Code Name: % name% font> Code Size: [% size%] font> % hits% Download < [Download Now] b [/ fm]

Description : Can a site like TricBD be created on wapkiz ? Such as tipsjano24.aino.pk

Last Answer : Yes , it can be made. You can visit this site visit korun

Description : How do I submit webkiz site to Google with Java Phone ?

Last Answer : Now you don't have to submit to Google. You see, your site has already been submitted to Google.

Description : Do you have Java phone game download site ?

Last Answer : Yes , Button Phone has a game download site. Click here

Description : How to create a site like Abde17.Wapkiz.com ?

Last Answer : You can build such a site through skilled programming.

Description : Web site link that can copy all the code to design Wapkiz site ?

Last Answer : I am giving you the names of some sites from where you can copy the code. Site- 1 Site- 2 From these two sites you will get all the code for creating Wapkiz site . If you need more sites, please let us know in the comments.

Description : How to add site map to Blogger ? What is a sitemap ?

Last Answer : How to submit a Sitemap for Blogspot Blog: For this you will need a Gmail account and sign up for Google Webmaster Tools. First visit https://www.google.com/webmasters/tools/ . Log in with your Gmail ... -index = 1001 & max-results = 1500 Submit. You can also submit your sitemap to Bing Webmaster.

Description : What is Web Site Publishing ?

Last Answer : Web site publishing is when a web site is spread worldwide through the internet.

Description : How do I know if my stock portfolio is doing good?

Last Answer : I guess an easier way to ask this is, If I do +5% on all my portfolio in a month, how do I know this is a good number?

Description : Is freelance programming the only way to travel the world while earning decent money on the go?

Last Answer : How about tour guide and air hostess?

Description : Why JavaScript is used on the site ? Who invented JavaScript ?

Last Answer : Netscape engineer Brendon Ike created JavaScript in 1995 , which was released in early 1998 with Netscape 2 (browser). It was called LiveScript, but unfortunately its name became JavaScript due to marketing problems, this code is used to create house , mouse , popup on the site .