Messages - Veign [ switch to compact view ]

Pages: [1] 2 3 4 5 6 ... 196next
1
I've used both Inventor and Soildworks in my past life (I designed industrial fans - huge fans the size of houses).  Both excellent applications and I believe both offer student pricing - does she qualify?.

Another option I've heard good things about, but never got the chance to use, is Rhino3D.

2
Developer's Corner / Re: Any wordpress coders here available for hire?
« on: September 20, 2011, 05:28 PM »
keep in mind that it is very important that I am familiar with Wordpress.  My partner is also familiar with it, and he knows even less about computers and programming than I do.

You may be familiar with a hammer but that doesn't mean you use it to take apart an engine  :)

And, really, I don't understand why you say wordpress can't do this.

Not saying it can't do this, saying the way your spec is worded is not how Wordpress "puts things together".  Quickly looking at nextgen gallery and it looks like it styles posts and adds widgets.

You can see this by their demo:
http://nextgen-gallery.com/

It works within the post "space".  This goes to my bullet points of what your options are.

Please don't take any of this in a negative way even though it's how it comes across.  I'm truly trying to help you so you don't waste money.

this may work for you: http://gallery.menalto.com/ (free and supports videos)

3
Developer's Corner / Re: Any wordpress coders here available for hire?
« on: September 20, 2011, 04:17 PM »
The requirement of "this plugin must convert any page or post into this kind of layout" doesn't make sense as a post is a unit of data which is rendered within a theme.  Posts can, as of Wordpress 3.0, be of any type of structured data (blog post, coupons, restaurant menus and such).  The reason it doesn't matter is because the Wordpress framework separates all the functionality of a blog.  I can install any compliant theme and blog posts show as there supposed to within the environment that I style.

Your requirement just couldn't happen.  You can have:
- A custom theme to create the site you want with the functionality you want (includes custom functions to add the functionality you are looking for)
- A plugin to add video type posts within an existing theme.  Theme would control the overall look but you can get the content within the post type styled however you want (reference the special 'gallery' shortcode from Wordpress)
- A combination of both that gets you the site you want and a plugin that can provide some general styling to your special 'media' post types.  Stressing that the plugin can't force the entire theme to change as this would be against, way against, best practices and you'll be hard press to find a developer to take it on (at least without huge cost).

Based on your update I just don't think Wordpress is the environment for you.  Wordpress has Wordpress ways and if you're not willing to work within them then you'll find this project to be very expensive and built on a house of cards that's sure to fail with updates to Wordpress core.

4
Developer's Corner / Re: Any wordpress coders here available for hire?
« on: September 15, 2011, 10:50 AM »
Cheap and done right never go hand-in-hand...

5
Developer's Corner / Re: Any wordpress coders here available for hire?
« on: September 13, 2011, 06:52 PM »
- Looking at your spec you're more inline with a custom Theme then you are with a Plugin.  Plugin is to modify existing functionality that works into a theme, a custom theme is what changes the look and feel of the website.
I would prefer a plugin because then I can convert any page, no matter what theme I'm using, to do the thing I described.  Wouldn't that be a desirable thing?  It's something I would really put to use on multiple websites and pages.  Please let me know if I'm overlooking something.

Except you're asking the plugin to style the page for you or am I missing something.  Your example built the entire page (removed menus, changed header/footer).  I guess it boils down to exactly what do you need.  Themes can do most everything a plugin can do and provide the look and feel for a site.

- File Upload: You should use the Media Manager that comes with Wordpress.  I wouldn't recommending disconnecting any part from Wordpress as it would make interacting, from a code standpoint, more difficult
This is something I do intentionally.  I upload all my files into a simple folder.  It's very easy for me.  I can use an ftp server and just drop files in.  I strongly prefer it this way.  I don't really want to upload through the browser, and click around whatever internal galleries wordpress does in the admin section.  This is one area where I am really old school: I like having direct access to my files and folders...it means I have ultimate control.  I don't feel this should make coding any more difficult because all the plugins and stuff I've done so far work very easily with the folder addresses that I use to link to whatever I need.  When it comes to the posts and pages, I don't like the gui.  I prefer to do everything and see all the codes and shortcodes.  The most I would ask for is a button where some parameters are entered, and it spits out the shortcode onto the post.  But again, if I'm overlooking something please let me know.  I struggle sometimes with understanding the usage of page templates vs. plugins vs widgets.

The reason for using the Media Manager is the file information is stored in the Wordpress database and available for use by standard Wordpress methods to interact with the files.  I guess you could build a plugin to do bulk uploads but not really sure why you would want that - Media Manager supports bulk uploads.  FTP makes it available via the file system but then Wordpress has no knowledge of the files.

Not sure you need Widgets to start.  For simplicity think of a Widget as a self-contained block of rendered information pulled from some data source.  Widgets can be placed within defined areas that are pre-established within a theme - typically sidebars, header or footer areas.

You need to drop the old-school way and get used to that you're building something on an existing framework.  Fight the framework and you create a nightmare for yourself.  Work with the Wordpress ways and things are much more flexible.  With a low budget you should develop what Wordpress doesn't provide.  Go back later and improve standard functionality when the budget is there.  Most, if not all, Wordpress developers would want to create something that works with the Wordpress best practices and not go old-school  :)

Just my opinion, others may disagree.

fwiw: I've developed a plugin that supports widgets, shortcodes, custom post types, custom settings and more.

Pages: [1] 2 3 4 5 6 ... 196next
Go to full version