![]() | | ||||||||
| | #1 |
| HyperActive Warrior Join Date: Dec 2007 Location: , , Canada.
Posts: 174
Thanks: 0
Thanked 0 Times in 0 Posts
|
I currently have a web developer occasionally do the programming for my site, but I want to learn to do some of it myself. My question is, how do I access the source code of my site so that I can do HTML coding? |
| | |
| | |
| | #2 |
| Content & Copywriting Wiz War Room Member Join Date: Dec 2006 Location: Roselle, NJ, USA
Posts: 16,394
Blog Entries: 11 Thanks: 1,531
Thanked 6,192 Times in 2,288 Posts
|
Well, you can easily access the source code by just viewing the page itself and clicking on view and then page source if you're using Firefox. For IE it's just view and source. To actually edit it, you need either a text or WYSIWYG editor and to upload it to your site you either need access to your cpanel, which you should have or an ftp program. I assume that when you got your hosting you got login details? |
| | |
| | |
| | #3 |
| Senior Warrior Member War Room Member Join Date: Nov 2007 Location: Brisbane, Australia.
Posts: 1,125
Thanks: 1
Thanked 21 Times in 4 Posts
|
Your code is stored on your web server. Depending on what your website is written in (client side html or some server-side code like php, asp) you will either edit the .html files directly, or have to understand the basics of php, asp or whatever to edit the .php/.asp/etc files. Most people edit their files locally then use ftp to upload it to their server, but you can also edit your files directly on server if you have access via cpanel or some other server administration tool. John |
| | |
| | |
| | #4 |
| HyperActive Warrior Join Date: Dec 2007 Location: , , Canada.
Posts: 174
Thanks: 0
Thanked 0 Times in 0 Posts
|
Right that makes sense. Can you recommend a good WYSIWYG editor for Mac (or does it matter?)
|
| | |
| | |
| | #5 |
| HyperActive Warrior War Room Member Join Date: Aug 2008 Location: Adelaide, South Australia
Posts: 327
Thanks: 54
Thanked 23 Times in 18 Posts
|
You won't need WYSIWYG editors for coding up PHP, or any language for that matter, since you don't actually format the text. For example, this is a function from the no follow links Wordpress plugin. The formatting is very basic, just indentation really, and that's to make it easier for the programmer to read. It's not really even necessary for it to work properly. Code: function nofollow_links_admin_menu()
{
add_management_page('Nofollow Links', 'Nofollow Links', 10, 'link-nofollow', 'nofollow_links_manage');
add_submenu_page('link-manager.php', 'Nofollow Links', 'Nofollow Links', 10, 'link-nofollow', 'nofollow_links_manage');
} Currently for any PHP stuff I do, I use Notepad++ which is very nice. For C#/C++ I use the Visual Studio IDE. If you'd prefer a lightweight editor, try googling for PHP development environment, or PHP editor. You shouldn't have too much trouble finding something decent. |
|
Cheers, John
| |
| | |
| | #6 |
| HyperActive Warrior War Room Member Join Date: Aug 2008 Location: Adelaide, South Australia
Posts: 327
Thanks: 54
Thanked 23 Times in 18 Posts
|
Oh! I just remembered. There's a popular programmers editor for the Mac called TextMate, or something like that. It's especially popular with the Ruby on Rails crowd, but works with a wide range of languages including PHP. Hope this helps. |
|
Cheers, John
| |
| | |
| | #7 |
| HyperActive Warrior War Room Member Join Date: Aug 2008 Location: NE
Posts: 192
Thanks: 1
Thanked 8 Times in 4 Posts
|
Hi Freedom40, I use NVU for Mac There is a PC version as well. It's free and it works well for basic editing. CS |
| | |
| | |
| | #8 |
| Senior Warrior Member War Room Member Join Date: Mar 2003 Location: , , .
Posts: 5,430
Thanks: 274
Thanked 183 Times in 140 Posts
| |
| | |
| | |
| | #9 |
| Banned War Room Member Join Date: Jun 2007 Location: Up North, USA
Posts: 2,517
Blog Entries: 11 Thanks: 88
Thanked 288 Times in 157 Posts
|
I use Arachnophilia and it is free and the new version is completely written in Java so it should work on your Mac and Linux too. TomG. |
| | |
| | #11 |
| Corey B. War Room Member Join Date: Sep 2007
Posts: 185
Thanks: 1
Thanked 10 Times in 7 Posts
|
You can usually test run any of the major software programs out there. Just visit the vendor websites and give em a test run..
|
|
Corey B. Mineral Rights for Sale or Lease...http://mineral-leases.com | |
| | |
| | #12 |
| HyperActive Warrior Join Date: Dec 2007 Location: , , Canada.
Posts: 174
Thanks: 0
Thanked 0 Times in 0 Posts
|
Awesome, thanks, you guys all rock!
|
| | |
| | |
![]() |
|
| Tags |
| question, stupid |
| Thread Tools | |
| |
![]() |