Get Cindy’s Posts By Email!
Links
Connect with Cindy
May 2012 S M T W T F S « Apr 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Categories
-
Recent Posts
Web Tips- PHP Frameworks 5/5/2011
- jQuery fancybox ‘*.support not defined’ or ‘b.support not defined’ Error 1/9/2011
- Building Dynamic Subdomains 1/8/2011
- Daily Web Tips Not So Daily 10/29/2010
- CSS Only Menus 10/25/2010
- CSS Cheat Sheet 10/25/2010
- The Disappearing Database! ‘MySQL server has gone away’ 10/23/2010
- PHP Data Objects (PDO) 10/22/2010
- jQuery Pop-up – Facebox 10/21/2010
- What is an SSL Certificate and Do I Need One? 10/20/2010
Recent Comments
Tag Archives: building websites
Making Money Building Web Applications
Last week I posted an article about 10 ways to make money from home (or anywhere) with your computer. Number 2 on that list was ‘Web Applications’, which is what I want to discuss today.
Web applications can be the hardest way to get started and take the most money, but can be one of the most profitable. Basically, a web application is a website which provides a service to the user. Facebook would be a good example. Other examples are LinkedIn, MyOutdoorCalendar, CatalogOfDreams, and Dropbox. These are websites, but they deliver more than just information – they allow you to interact with them and they provide you with a service. Until recently, the only way to use software applications like these, was on your local hard drive on your own computer.
Posted in building websites, on living your dreams, on technical stuff, online business, wealth
Tagged building websites, dynamic websites, home-based businesses, interactive websites, make money, money, online business, starting a business, startup businesses, web applications, web development, websites
Leave a comment
I Want To Give You a Free Website
One thing that I can do to help our economy is to help others – you – make more money. The more money you make, the more you will spend. The more you spend, the better our economy will get. I truly believe that there is plenty of money for everyone. We don’t have to compete with each other to receive our share. As a matter of fact, I believe that the more we help each other, then the more we all prosper. The way to true prosperity is through helping others get what they want.
Since you really need a website to help you make more money, I want to provide you with one for free. I am automating the process so that it doesn’t take all my time setting them up for you. That way I can spend more of my time helping you with other things and neither of us will have to worry too much about the technical details of setting up the website.
Daily Web Tips and Our Trip Out West
As if I needed another blog, I’ve started another so that I don’t bore all of you with all the tips about web development.
—–
On a more personal note, Matthew and I are getting excited about our trip out west. We spent part of yesterday planning our route to see just how long it’s going to take us and how much money it will take. It’s going to be a LOT of driving and a LONG time away from home, but WOW it’s going to be EXCITING!! I know we will be glad to be back home.
If any of you have suggestions about attractions we might want to see while we are on the road, please let me know! Continue reading
Posted in building websites, on living your dreams, on technical stuff
Tagged building websites, HTML, javascript, out west trip, php, travel, web development
Leave a comment
Building a Website: Text Editors
When you save something on a computer, it saves it to a file. The information inside that file may be in one of many different formats. The file name extension, which is the part of the name after the last … Continue reading
Posted in building websites, on technical stuff
Tagged building websites, computers, HTML, text editors
Leave a comment
Updating Your Web Page Without Refreshing the Page
Hopefully, after reading some of my latest posts, it’s very clear that visitors to your site are actually seeing your web page on their local computer.
The page may have been built on the fly at your hosting server using PHP and MySQL and then downloaded to the user’s computer, but by the time the visitor sees the page, it’s on their local computer.
Javascript code in the page may be making the web page more dynamic as well, but the user’s browser is handling the Javascript dynamics.
Since the user is viewing your web page on their local computer, any updates that need to be made to the page requiring PHP and/or MySQL must happen at the server level. This means that something on the page, such as a button or a link, must send another request to the server for the updated information. This used to require a page refresh.
The click of a link or a button would send the message to the server that another page was needed from the server. It might have been the same page with new, updated information, but as far as the server was concerned, it was a new page.
In other words, once the page has been built and sent to the user’s local computer, the only way to interact with the server is to send another request. This used to mean that the user’s browser would send the request and receive a new response to show a new page.
With advances in technology, advances in the languages that we now use for web development, and advances in our web browsers, it’s now possible to update specific sections of a page without refreshing the entire page. This has allowed web developers to create web ‘applications’ instead of just web ‘pages’. Web applications look and behave more like applications that you would run on your local computer. This new technology is called Ajax – Asynchronous Javascript and XML Continue reading
Posted in building websites, on technical stuff
Tagged ajax, building websites, computers, dynamic websites, interactive websites, javascript, php, programming, servers, web browser, web development, XML
2 Comments



