I want to create a WP plugin with use of WP DB tables and costume ones, Ajax requests Rss feeds reading and writing and media storing and Google maps. Such a crazy plugin it will be...
So Haxe PHP or normal PHP - what language is better for creating Plugins for WordPress?
BTW books blog articles and docs are appreciated as proofs for ...
I had two domains. rajasekar.com and rajasekar.in. What I need to do is that,
when a user from India types the url in the address bar as www.rajasekar.com then it should open www.rajasekar.in
When user from other country types the url in the address bar as www.rajasekar.com it should open www.rajasekar.com
I think this is what im...
I'm a student not good and can't easily crack at more puzzle, complex mathematics, hard logic problems?
in college i studied c++, java, oops.
I'm comfortable with all syntax and writing programs and using API's and doing mashups, i can do..........
but once a friend asked help on coding contest, i was in dilemma and frustration? It was...
I come from a desktop programming background. I wanted to dive seriously into the web programming scene. I looked around and I think using a well established web framework would be the way to go. From what I see Django and Ruby on Rails are really popular.
So I just wanted to know which of these or any other is a good choice for me. so...
I've been looking all over but I can't find the documentation of Wordpress's XML-RPC API including a listing of all the functions, their parameters, etc. Can someone post the link(s)?
...
I am an OOP programmer and have been it for almost two years now. I know Java and C#. What I don’t know is web programming. I know what HTML is but have never really worked with it. What is the best way to get started with web programming?
HTML, CSS, javascript, php, ASP.NET. What should I start with?
The reason I want to learn web pro...
After my last question, I want to understand when an optimization is really worth the time a developer spends on it.
Is it worth spending 4 hours to have queries that are 20% quicker? Yes, no, maybe, yes if...?
Is 'wasting' 7 hours to switch a task to another language to save about 40% of the CPU usage 'worth it'?
My normal iteration ...
Ive been reading about seaside and like the sound of it but i cant see an easy way for handling data files, primarily importing Excel. Of course csv files would be more straight forward, but are there any ways to import the various Excel formats (xls,xlsx) without writing your own file parsing routines?
I've heard that the need to open...
Hi,
This is a general question about how limiting are web development frameworks such as Django and ruby-on-rails.
I am planning on building a RESTful web service which will have a purely JSON/XML interface, no GUI. The service will rely on a database however for a few of the more important operations there is no clear way of persistin...
How can I remotely make a post to a user's blog after he/she gives me his login info using the wordpress api? What method do i need to use, what paremeters should it have, etc? Sample code will be great.
I'd prefer to use the XML-RPC api but others will also be acceptable.
...
Back in 2000 I made an educational website in which we had hour-long audio files of lectures on a RealAudio server, then I generated hundreds of little SMIL .ra files e.g.
lecture002part053.ra:
...
<audio src="lecture002.wav" clip-begin="554s" clip-end="612s" />
...
then in the HTML I had links like this:
<a href="http://nnnnn.e...
A site that tracks which ones are being used the most?
I ask because I'm interested in expanding my skills by learning some web stuff, so that I have options if the bottom falls out of my current gig. So I figure I grab a toolset and try and build a basic site, learning as I go, which leads straight to the question of which toolset. And...
Django only allows you to use one database in settings.py.
Does that prevent you from scaling up? (millions of users)
...
Hello, I'm trying to get current browser url. already tryed with External Call, and didn't work... And with loaderInfo.url i receive the current SWF url.
Thansk
...
Is it possible for a signed Java Applet or Web Start app to write to the DOM of an IFRAME under a different domain?
Does the fact that they're a signed applet/javaws allow them to ignore browsers' standard cross-browser security?
If this does work, how well is it supported across the major browsers?
Thanks!
EDIT:
My motivation is to...
I'm refactoring a CMS I build. The CMS has the ability to edit pages based on the chosen locale. I keep this chosen locale in a session while the user of the CMS browses through pages they like to edit.
Now, my question is:
If a user is editing a page and wants to submit changes, do you feel that I should include the locale as a hidden ...
I peeked inside the source of a public website which uses the XHTML 1.0 Strict DOCTYPE and noticed that it specifies two attribute related to the language of the page.
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
The page is in Japanese by the way. My question is this:-
I suspect that the attribute xml:lang & ...
Currently I do all of my web-based programming in PHP, and each day I get more and more anxious to try Python.
Not that I haven't played with it in an interpreter, but I mean really, write a web-based project in Python, and possibly move pretty much exclusively over to Python.
But, I know that Python isn't strictly a web-based programm...
I have to present a prototype of an web app in the following days to one of my clients, the thing is I'm not so good at CSS and worst of all I'm almost never happy with the results I get.
Coding the business logic poses no challenge to me, the UI design however takes more than 80% of my time. I don't need nothing breathtaking, just a cl...
To execute bookmarklet code the bookmarklet needs to be actioned by the user. Is there any way to have a bookmarklet or indeed any javascript run automatically on page load?
Or is an Add-on the way to go?
Thanks
...