• referencing php code file from a remote server?

    Updated: 2013-05-22 04:49:40
    I have not had a reason to address this issue but now I do: is it possible to read a php code file from a remote server by code with Code: --------- require() --------- will this need ftp user or server user permissions? And if so, is it possible to...

  • check if field (already) contains a word

    Updated: 2013-05-22 02:49:12
    before populating, the following Code: --------- --------- contains only [object HTMLInputElement]

  • Centering image

    Updated: 2013-05-22 02:03:27
    Hello everybody, I am trying to center a simple image but it is not working. I do not know what I am doing wrong. this is my code: [html code]

  • Embed document in html. Take only last 100 lines of text (how to?)

    Updated: 2013-05-22 01:43:34
    *1)* Project Details: (be as specific as possible): First, to say I am very new to html. I embedded a notepad file from my computer in to my "site" the file holds around 10,000 lines of text. More lines of text are added daily to the file. I'm wondering how I can make the site only display the last...

  • jQuery Paralax 'jitter'

    Updated: 2013-05-22 01:07:21
    Hi, Ive been coding a site and it has a bit of 'jitter' its developed. Ive no idea why, any ideas? http://calumisdeveloping.co.uk/ (jitter is worse in safari than chrome) Example code, (works perfectly)

  • Clearing a bunch of variables

    Updated: 2013-05-21 23:07:13
    I have about 20 variables that I need to clear the values of, and I need to do this multiple times. Is there a way to do this with a foreach loop?

  • Script Question

    Updated: 2013-05-21 22:22:43
    Hi People, Not sure if this is even the correct forum but here goes. Im competent in HTML, CSS and basic Java and PHP. I just want to know what language would be able to do the following. I need some kind of a script that will download a torrent from an Atom feed, maybe rar the whole...

  • JQuery circular image gallery

    Updated: 2013-05-21 22:19:18
    Hi guys. Having a bit of trouble figuring something out. I am basically using the following http://tympanus.net/Tutorials/CircularPortfolio/ So when you hover over a link in the circle, an animated circle appears on...

  • redirecting www to http (for a subdomain)

    Updated: 2013-05-21 21:01:31
    could someone help me with finding a way to redirect www requests to the http version of the webpage for a website that is on a subdomain? for example www.yee.haw.com -- http://yee.haw.com...

  • Animate a DIV on click from bottom of page

    Updated: 2013-05-21 20:48:36
    Hi, Probably a very easy thing to do... I want a div to be in view at the bottom of the page (about 20px). within this is a link, when clicked the div should smoothly animate up to fill most of the page. The reverse should then happen when another link is selected. This is the sort of...

  • eye tracking in browser and background video incompatible?

    Updated: 2013-05-21 18:49:31
    Hi there, Im trying to make a page which using live eyetracking to present a stream of the viewers eyes as they watch a series of videos. I've used this library for the tracking:

  • Dynamic controller in MVC?

    Updated: 2013-05-21 18:33:49
    Hello. I have built myself a basic MVC system and it's working well. I have a problem though in the fact I run *several websites* and I want to use this framework for all my websites. Now in my *controller* I create lots of methods and create a new instance in each. This then loads the required...

  • Can you refresh a div tag with jquery?

    Updated: 2013-05-21 17:05:32
    Can you refresh a div container say every 60 seconds? Is it possible to refresh the example below every so often so that it updates the radar? Would jquery do this? I do not have the ability to use AJAK, PHP, ASP, etc... Code: ---------

  • Estonian Web development studio seeking for clients and partners

    Updated: 2013-05-21 16:57:44
    Greetings, We are small Web Design & Development Studio named „Bad Company” OU based in capital of Estonia “Tallinn“. We have wonderful team of programmers, designers, content writers and marketing specialists who have grate experience in range of services below. * Website/web-store...

  • JavaScript Variable Scope

    Updated: 2013-05-18 00:58:11
    M att S nider.com RSS Tutorials Widgets Styleguide About Edit JavaScript Variable Scope JavaScript scopes variables in a unique way that often confuses developers coming from other languages . First , as discussed in the Context Binding Functions article , the this keyword is dynamic , and second , as we᾿ll discuss today , variable scopes change depending on how you declare . them How do it The most basic way to declare a variable : is var foo1 bar' The variable foo1 will be added to the current execution context window in this case Here it will be added to a function’s execution : context function baz( var foo2 bar' In this second case foo2 will only be available inside baz However , you don’t need to include var when defining a : variable foo1 bar' function baz( foo2 bar' This code adds

  • Developing PhoneGap mobile project. Final part

    Updated: 2013-05-16 15:15:11
    . HTMLCENTER Home Tutorials About Developing PhoneGap mobile project . Final part Tags : cross-platform mobile tutorials PhoneGap by Saul May 16, 2013 No Comments This is the final tutorial part for developing simple PhoneGap based mobile application from the ground up . Earlier in tutorial parts one two and three we took a closer look at what role PhoneGap hybrid mobile development framework plays in mobile development and how it works . We have created a new project and added several elements of functionality , similar to what most mobile applications out there would have user interface , HTTP communication , data storage , native controls etc . In this final part I’m going to show you Geolocation API implementation , how to prepare and delay application splash screen and finalize

  • WordPress 3.6 Beta 3

    Updated: 2013-05-11 04:44:41
    WordPress 3.6 Beta 3 is now available! This is software still in development and we really don’t recommend that you run it on a production site — set up a test site just to play with the new version. To test WordPress 3.6, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). Beta […]

  • Developing PhoneGap mobile project. Part 3

    Updated: 2013-05-09 15:02:10
    . HTMLCENTER Home Tutorials About Developing PhoneGap mobile project . Part 3 Tags : html5 mobile mobile tutorials PhoneGap by Saul May 9, 2013 No Comments In the part one and part two of this tutorial we have discussed what PhoneGap mobile application framework is , its key components and elements . We have created a new PhoneGap mobile app project for iOS platform and started adding code for most used mobile application components . First such functionality was a communication with remote web services and 3rd party API’s through HTTP protocol by using jQuery library . Our mobile application has got a minimalistic and nice looking design created by using HTML5 markup and CSS . styling In this part of the tutorial we will be adding data storage functionality and native application controls

  • OS Boostrap Script for Python/Node Application

    Updated: 2013-04-30 22:01:38
    M att S nider.com RSS Tutorials Widgets Styleguide About Edit OS Boostrap Script for Python Node Application Today the EC2 machine that I have been using to run my blog application for the past couple years expires , so I had to move to a new instance . Unfortunately , while I had done a great job of automating the setup for my blog , I had not done a good job of automating the bootstrapping of the operating systems that I use . I think it is really important that system initialization steps be automated , so you can easily deploy additional nodes , rebuild exact systems from scratch , and quickly recover from a . disaster To make things easier , I wrote a bootstrapping script for the two operating systems that I use OSX and Ubuntu which sets up the software I need to develop in Python and

  • WordPress 3.6 Beta 2

    Updated: 2013-04-29 23:48:55
    WordPress 3.6 Beta 2 is now available! This is software still in development and we really don’t recommend that you run it on a production site — set up a test site just to play with the new version. To test WordPress 3.6, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). The […]

  • Context Binding Functions

    Updated: 2013-04-26 01:24:52
    M att S nider.com RSS Tutorials Widgets Styleguide About Edit Context Binding Functions I realized this week that I have never dedicated an article to context scope binding functions in JavaScript and thought I would remedy that today . JavaScript context binding functions are functions that guarantee the execution context of a callback function , allowing the developer to control what this is set . to How do it We’ll look at two types of binding functions . The first , seamlessly wraps an inner callback function with a provided context , so the arguments are passed directly through inner function to bound : function function bind(fn , ctx return function( return fn.apply(ctx , arguments Here is how to use bind el.onclick bind(function(e this oTargetContext , not el like normal , the only

  • Developing PhoneGap mobile project. Part 2

    Updated: 2013-04-25 15:02:27
    . HTMLCENTER Home Tutorials About Developing PhoneGap mobile project . Part 2 Tags : html5 jquery PhoneGap by Saul April 25, 2013 4 Comments In the part one of these series we have checked what PhoneGap mobile application framework is , downloaded its latest version and have created our initial first project for iOS smartphone platform . I have also outlined frame for example mobile app we are going to build and the set of web APIs that we will be using to make this example application somewhat useful for its . users In this part of the tutorial we will take a closer look to PhoneGap framework structure , its main files and will write code to consume data from the web based APIs . Lets call it slightly advanced Hello World” example which instead of printing just simple text will display 5

Previous Months Items

Apr 2013 | Mar 2013 | Feb 2013 | Jan 2013 | Dec 2012 | Nov 2012