Web site creators? - Off-topic

Hey-
A friend of mine wants to build a website for his small business. He has a domain name registered and he has a host. He just needs to build the site. He asked me if I could help/knew of any good programs that help make the job easier.
Neither of us have much code writing experience, but we both have a lot of experience using computers at a higher level than the "norm".
He would prefer something he could run on his linux box, but would settle for something on Windows XP.
Any suggestions?

Hi, i would use: Microsoft Expressions 3
another good program is: Serif Webplus X2 / X4

wordpress is also an option it's easy for users to update themselves even if they are not
good at html or j-scripts and php

Thanks for the responses guys! We will take a look at those programs. I have heard good things about wordpress for us html deprived folk that have good overall skills. It looks like a good match to me(free, easy, good support community and powerful enough for what we are doing). Of course, we are going to take a look at the other suggestions, Expressions 3 is something I am familiar with, but we are not looking to spend any money if possible (not pros, just helping a friend). Not real familiar with Serif other than I know the name and I know it is a solid option.

If you go to
Students4Software you can get:
Microsoft Expressions Studio 3 for £20 / 50
all ligit

I'd look at e107.
It's a bit technical to setup, but there's a wiki and a IRC Channel, for help.
Requires, virtually no coding (unless you need to fix bugs), and offers a lot of features.
Dave

Well it all depends on the complexity of the website in question. Is it mostly just content or will you need database interactions involved? Will the site have a member base?
If it's just mostly content, any html editor (Visual Web Developer, Dreamweaver) should work. IF you are needing a more complex solution it's best to get a book and learn ASP.NET or PHP.. Cheaper then paying someone! =)

depends on what you want .. Wordpress is a great choice for blogs .. Drupal / Joomla if you are after a CMS.

Simon_WM said:
If you go to
Students4Software you can get:
Microsoft Expressions Studio 3 for £20 / 50
all ligit
Click to expand...
Click to collapse
not legit if your not a student, luckily im a student so can use that but if your not a student you don't have a right to use that site, and as a matter of fact u can get expressions studio free (if your a student) from the dreamspark project.

Related

Wanting to develop my own software

Right...I’ve been using xda-dev for a while and decided its about time I contribute something back....especially as its my uni holidays and I have nothing to do my software idea is basically something to tell you prices of near by fuel outlets. Unless something like this already exists (a quick search of fuel prices on the xda-dev of fuel prices shows nothing)
Firstly I have no previous programming experience but we all have to start somewhere right?
Secondly what would I use to write the program in?
Thirdly how difficult would such a project be?
Sorry if questions I ask don’t make sense, I am a total noob.
I'm a noob aswell, but from what I can see to be able to do this your going to have to have access to all the necessary fuel prices, which are going to be updated how and from where?
Unless you could get access to an existing sql database, i cant see it being practical, well not for a noob anyway.
Anyone Correct me if i'm wrong.
Hmm i guess its best to learn programming before you attempt to write a software. Visual Studio is probably the best one to write in, and i believe the phone uses .NET. (Which can open up more languages and its pretty damn easy to program in)
Too lazy to write a program myself for PPC, but i recommend Visual C++
Video Tutorials -For programming in windows mobile
http://www.cplusplus.com/ -Good place to learn stuff
As for the difficulty, it depends.
Getting the gas info is the easy part, (ie some gas websites have easy URLS such as www.gasblahblah.com/index.aspx&?area=ZIPCODE
then parsing the page is trivial.
As for the functionality, try looking on sourceforge for some sample coding you can use, such as a skeleton for a today plugin etc.
Its not gunna be easy but goodluck!
good luck
As hirst89 said, it will be difficult. First of all, you need to build an up to date database (go check mysql or sqlite on google which are truly wonderful database softwares). Then, about the program itself, you have to learn how to develop in .NET with visual studio and .NET framework 2.0 (license fees are awfully expensive for the whole solution but you could try light versions don't know if they are trustable go check http://msdn.microsoft.com/fr-fr/express/aa975050.aspx). After that, you'll need a good server with an average bandwith (depends on the country you live in, for france go check www.ovh.com).
Good luck, you'll need it!!!!​
goorht
Yeh I think my post only touched on the difficulties of it. How would you go about collecting data from presumably the majority of fuel stations? Especially on a low budget, I presume from the fact that your a student.
And as for the programming, I wouldnt like to guess how much of an in depth knowledge you would need of .net for it to be basically functional.
Hope this all helps....but hope it doesnt squash your ideas and aspirations
Thank you for your quick responses...can you think of any more practical or easier to implement which I could start with?
well you could use c# which is use alot for software running on the windows mobile environment. there is Visual C# express version for free if you odnt want to shell out the money for visual studio.
zeezee said:
well you could use c# which is use alot for software running on the windows mobile environment. there is Visual C# express version for free if you odnt want to shell out the money for visual studio.
Click to expand...
Click to collapse
i think i'll start with express and if i enjoy it and get some interest in wat i'm doing then give something else a try.
I'm really worried going into this...i have no idea wat to expect
*just waiting for Visual basic to download and install*
Humz said:
i think i'll start with express and if i enjoy it and get some interest in wat i'm doing then give something else a try.
I'm really worried going into this...i have no idea wat to expect
*just waiting for Visual basic to download and install*
Click to expand...
Click to collapse
I had a brief look at creating my own software but my programming and coding knowledge doesn't stretch that far, I think I'll just stick with what im good at CSS, XHTML & Graphic Design
visual studio is easy, VS8 is free but it doesn't do much, if i'm not mistaken and i believe it was mentioned above that visual studio works in .NET but first you should try a couple easy things, try writing a small game like idk SKI FREE!!!! i haven't gotten around to it, but writing a game or other such is one of my projects for the summer while school is out. but that feul idea is fantastic, but windows live already tried it and it is extremely out of date. start small and work into the bigger stuff.
p.s. if you write ski free and get it to work on the phone let me know
Visual Studio Express doesn't allow you to develop mobile applications. Students from selected countries can grab a free copy of VS2008 Professional from here. Otherwise, the next best free solution would be the outdated eVC++ or eMbedded Visual Tools, which only support up to Pocket PC 2003 SDK. However, those apps will still work on WM5/WM6, etc. The main limitation is that the you don't have access to the APIs in the newer OS.
Humz said:
(a quick search of fuel prices on the xda-dev of fuel prices shows nothing)
Click to expand...
Click to collapse
There are some programs that retrieve current and local gas prices. Windows Live Search is one.
I don't want to discourage you from writing your own, sounds like it would be good practice to start with. I wish I had the time to learn how to do it.
GWelker62 said:
There are some programs that retrieve current and local gas prices. Windows Live Search is one.
I don't want to discourage you from writing your own, sounds like it would be good practice to start with. I wish I had the time to learn how to do it.
Click to expand...
Click to collapse
I was gonna mention that.
This is a wery good book to start whit. Introduction to Programming Using Visual Basic 2008.

[Q] Building a website

I am looking for a good source on how to begin building/designing a website for my fraternity. I figured I would ask xda because many of you are quite technologically skilled. Any help I would greatly appreciate. Thank you for all of your input.
http://lifehacker.com/#!5753625/basics-of-photoshop-designing-a-website
is a decent guide to designing a website in photoshop. After you go through that, you'll want to learn how to slice up the design. From there, grab dreamweaver and mess around with it. Use dreamweaver and tables to put the sliced images into a website.
What type of site do you want to make?
I agree with naxir in that the first step is trying to design a website in photoshop. However, once you have a working mockup, you can either: 1) make it yourself or 2) hire someone else to do it.
Personally, I don't like putting time into coding a website and would prefer paying someone else money to do so. I'm sure there would be some students who would work on your site for free/cheap to help build up any portfolio they need.
A little more info on what you want in that website. Just some pages with info, pictures, a contact form... Or a complete database with all members and such?
I am building it with a database in mind for currently active members of the fraternity. I just want it to have a few pages, for example, a page about us, current members, a calendar page, and a page with picture gallery. Just a basic website. No flashy things, nothing extreme, just an informative website.
All you need is notepad.exe
I loved this site WAY back in the day as a resource when I couldn't figure out how to do something. This has everything from starting HTML to advanced scripting.
http://www.htmlgoodies.com/

[OT] Learning the ins and outs of java.

I'm a sophomore in high school taking computer science. (please don't judge me because of my age) Our school is making some major budget cuts, so sadly our video game programming and design class (the only other higher level programming class offered) got cut and this will be my last and only programming class at my school (well there's a possibility that it will be brought back in my senior year, but I'd at least like to stay fresh over the summer and next year). I don't know much about java to tell you the truth. I know how to use loops, conditionals, arrays (1 and 2 dimensional) and arraylists and most of the basic variable types (off of the top of my head, integers, doubles, booleans, longs, and strings). I've made some very very simple apps such as whack a mole and craps, but the gui class was provided by my teacher.
My question is this: is there a good, preferably free online program that teaches you the basics of java (especially related to the gui) and possibly some more complex programming?
I appreciate any help. thanks.
P.S. Please forgive me if this is too off-topic, but I really couldn't think of a better place to post this. Hope you guys will be able to help.
gonintendo said:
I'm a sophomore in high school taking computer science. (please don't judge me because of my age) Our school is making some major budget cuts, so sadly our video game programming and design class (the only other higher level programming class offered) got cut and this will be my last and only programming class at my school (well there's a possibility that it will be brought back in my senior year, but I'd at least like to stay fresh over the summer and next year). I don't know much about java to tell you the truth. I know how to use loops, conditionals, arrays (1 and 2 dimensional) and arraylists and most of the basic variable types (off of the top of my head, integers, doubles, booleans, longs, and strings). I've made some very very simple apps such as whack a mole and craps, but the gui class was provided by my teacher.
My question is this: is there a good, preferably free online program that teaches you the basics of java (especially related to the gui) and possibly some more complex programming?
I appreciate any help. thanks.
P.S. Please forgive me if this is too off-topic, but I really couldn't think of a better place to post this. Hope you guys will be able to help.
Click to expand...
Click to collapse
Go to Youtube.....search for a guy named "thenewboston"
He has a whole series of java programming lectures that saved me in my Advanced Java course in college....
Mr. Apocalypse said:
Go to Youtube.....search for a guy named "thenewboston"
He has a whole series of java programming lectures that saved me in my Advanced Java course in college....
Click to expand...
Click to collapse
Thanks! I'll make sure to check him out!
I was in the same place as you a while back. The best way to learn is by trying to make something you want.
Before jumping into any serious programming you need to learn a few more important concepts. Methods, classes, objects, and more on those. You need to understand how it all works before going further.
If you have any questions feel free to message me or hit me up on gtalk. I'll give you some tips, ideas, and some source code of apps to dig into, if you like.
Sent from my SGH-T959 using Tapatalk
the basics:
http://download.oracle.com/javase/6/docs/api/
http://www.eclipse.org/downloads/
now go to some university's entry level cs website and do some of the programming assignments.
but if you know control flow, some data structures, types, etc. just program. there are a ton of simple things to write. for example, write a calculator that has an add method that just adds the two arguments, then write recursive multiplication, factorial, and exponential methods that only use add (or other methods you wrote). it's simple, but decent recursion practice. i could give you a ton of simple programs to write.
oh and pay attention to what everything actually is. read and understand what static, private, public, classes, objects, etc. actually are and their purpose.
birgertime said:
I was in the same place as you a while back. The best way to learn is by trying to make something you want.
Before jumping into any serious programming you need to learn a few more important concepts. Methods, classes, objects, and more on those. You need to understand how it all works before going further.
If you have any questions feel free to message me or hit me up on gtalk. I'll give you some tips, ideas, and some source code of apps to dig into, if you like.
Sent from my SGH-T959 using Tapatalk
Click to expand...
Click to collapse
I should have added, I have a basic understanding of methods and classes, and we are just getting into objects now.
Thanks for all the responses guys! really appreciate the help.
also, if you guys have any suggestions for simple apps that a beginner like my self could make, fire away.
I applaud you for beginning a hobby/interest in programming early. Currently I'm a 2nd year student at a university for Computer Science so I have a very direct understanding of Java. You should know that structure of Java (for every day use) is different than that of the Java on Android.
Download the Android SDK: developer.android.com/sdk/index.html
Follow all the steps of installation and DO the Hello, Android (World) app that it gives you. Make sure you UNDERSTAND everything on the screen and in your main class.
Continue reading all the Developer documents for the SDK here:
developer.android.com/guide/index.html
Joy2DaWurld said:
I applaud you for beginning a hobby/interest in programming early. Currently I'm a 2nd year student at a university for Computer Science so I have a very direct understanding of Java. You should know that structure of Java (for every day use) is different than that of the Java on Android.
Download the Android SDK: developer.android.com/sdk/index.html
Follow all the steps of installation and DO the Hello, Android (World) app that it gives you. Make sure you UNDERSTAND everything on the screen and in your main class.
Continue reading all the Developer documents for the SDK here:
developer.android.com/guide/index.html
Click to expand...
Click to collapse
Thanks! I had kind of figured that android developement would be a whole different beast.
Who is this "java" girl and why would you like to go in and out and in and out of her?
What can I say? Different strokes.
gonintendo said:
What can I say? Different strokes.
Click to expand...
Click to collapse
Perhaps you would like to have a go at Missionary Java or K9 Java.
I can sell you my 'Programming with Alice and Java' textbook...if I find it. It has all the intro stuff. First it uses a program called Alice to teach you how it works, and then it teaches you to do actual code. When I find it I can tell you where it leaves off.

[Q] Making a website for not for profit organization

One of my good friends who is a priest and a doctor is asking for a little help with creating a website for his nonprofit charity organization. Anyone have any recommendations of free / cheap website creation templates or hosts to look for creating something for him? I was looking at wix.com, but also want to see what my other options are, or if anyone has used any of these hosts. Also what kind of monthly / year costs are we looking at?
For those that are curious the basic charity is helping out AIDs / HIV children in Ghana Africa, which can be kept alive for about 40 cents a day.
Wordpress is probably the most popular website platform, and it's free.
http://wordpress.com/
It's touted as a blog platform, but I've seen many sites built with it and only a few of them were actually blogs. If you're just looking for a site with pretty much static information on it then it's apparently easy to use, but you can also use plugins to make the site more dynamic. It all depends what you need from it.
I'd recommend giving it a look and trying it out.
Archer said:
Wordpress is probably the most popular website platform, and it's free.
http://wordpress.com/
It's touted as a blog platform, but I've seen many sites built with it and only a few of them were actually blogs. If you're just looking for a site with pretty much static information on it then it's apparently easy to use, but you can also use plugins to make the site more dynamic. It all depends what you need from it.
I'd recommend giving it a look and trying it out.
Click to expand...
Click to collapse
Correction
WordPress is divided into WordPress.com and WordPress.org
WordPress.com is for relatively new users. Your blog is hosted and managed by WordPress, but you do not have much freedom of customization since WordPress.com doesn't support plugins. Also, unless you buy a domain, your website will be www.yourwebsitename.wordpress.com
Wordpress.org is for slightly experienced users. This alternative requires you to find your own hosting, and install wordpress on it. However, the customization is nnear infinite with a lot of plugin options.
I recommend wordpress.org if you can set up hosting and want a more pleasing experience , and wordpress.com if you just focus on the content rather than the design
Sent from my Asus Transformer TF300T using XDA Premium HD app
QuantumFoam said:
Correction
WordPress is divided into WordPress.com and WordPress.org
WordPress.com is for relatively new users. Your blog is hosted and managed by WordPress, but you do not have much freedom of customization since WordPress.com doesn't support plugins. Also, unless you buy a domain, your website will be www.yourwebsitename.wordpress.com
Wordpress.org is for slightly experienced users. This alternative requires you to find your own hosting, and install wordpress on it. However, the customization is nnear infinite with a lot of plugin options.
I recommend wordpress.org if you can set up hosting and want a more pleasing experience , and wordpress.com if you just focus on the content rather than the design
Sent from my Asus Transformer TF300T using XDA Premium HD app
Click to expand...
Click to collapse
Thanks for that. That makes sense now it's been explained. I've clearly spent very little time looking at it myself!
Archer said:
Thanks for that. That makes sense now it's been explained. I've clearly spent very little time looking at it myself!
Click to expand...
Click to collapse
My pleasure.
(ZOMG! I corrected Archer)
Sent from my Asus Transformer TF300T using XDA Premium HD app
sites.google.com for just basic info and files, but more advanced ucoz.com is good. You can create html or basic web pages, forums, chats, a comment system, a file cabinet, and organize and theme any way you want, along with pm's and rankings and site view statistics. and $30 a month (cheaper if bought for a year or so) you can remove ALL adds, custom domain, more storage and such. Once you understand it is easy to use. a bit of HTML for more advanced users, and plain text for newer people. a good example is http://communiteam.ucoz.com/, which I built in 45 minutes, but still seeing what else I want to add.
oh, and you can create privates forums and such, and a contact page where they can send the msg straight on the site to your email.
Weebly.com is awesome
Epic Sax Guy Is Epic.

Advice

Hello guys, recently I have joined the community , im very pleased to find a place like this to get as many useful information as possible, thanks to all for that, although I really need some piece of advice from a professional developers around the world, if it is not a place for that I will remove my post asap. Im living in UK at the moment and this year i will apply to university for a computer science degree , which i believe is the best possible option for me. I am constantly improving my english to pass an ielts exam and basically I have almost a year from now on till I start my course, during that time I am willing to develop my skillset to become a part time developer which I see is the best option so far to support myself during my studies in UK (no , I dont want to work as a bartender, I already did that...) . I would like to get an advice from a professional, what kind of industry should i get myself into, in the list below a have some specifications that needs to be checked:
1. Part time work
2. Easiest to get into the industry
3. A year would be enough to get the right skill set.
At the moment im learning web development at udemy.com, currently in the javascript section. I was wondering if I am going the right way to get what I need, because I still have enough time to switch to app development, c# or cloud etc. Which area of work would give me the most when I will be looking for a part time job? I dont need a lot of money, minimum salary of part time is more than enough for me, please give a future student an advice, I would appreciate any kind of information, opinions, cause god damn I am lost at the moment... Thank you for reading this and as I have said before I am constantly improving my english so please do not judge me bad if your see a grammar error or anything else. Thank you so much for your time.
Sent from my HTC_A9u using Tapatalk
How About Free Knowledge!
I can't yet posts links ... however.. copy & paste this in your browser and take out the @ symbol
Massachusetts Institute of Technology (M.I.T.) offers Open Courseware.. in other words, free knowledge.
Their supply of courses span a vast number of subject matter and it is all free. I am quite certain that you can find a number of courses in regard to the subject you mention in your OP and likely then some.
Heres the link (remove the @ symbol): https:/@/ocw.mit.edu/courses/
...and good luck

Categories

Resources