473,756 Members | 5,595 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Reality check

KC
Hi Group, Just joined and would ask if you could give me a reality
check. I have a year left before I take early retirement and would
like to convert some of my work at work from excel (which I know a
reasonable amount) to a database over the firms network. Mostly they
would be simple forms for users to complete, some with lookups for
addresses and existing info. One or two would be more complex
management based databases. I have a couple of books on PHP and MYSQL
but am wondering if I am deluding myself into thinking I can learn and
cover all the bases in the time I have. Is this something a novice
could do? or should I stear clear!

KC

Jul 26 '07 #1
9 1353
KC wrote:
Hi Group, Just joined and would ask if you could give me a reality
check. I have a year left before I take early retirement and would
like to convert some of my work at work from excel (which I know a
reasonable amount) to a database over the firms network. Mostly they
would be simple forms for users to complete, some with lookups for
addresses and existing info. One or two would be more complex
management based databases. I have a couple of books on PHP and MYSQL
but am wondering if I am deluding myself into thinking I can learn and
cover all the bases in the time I have. Is this something a novice
could do? or should I stear clear!

KC
IMHO, go for it...
You are never to old to learn something new.
Basic PHP programming is easy to learn, but
"Good" PHP programming takes a while to learn
if you don't have the basic. (Again IMHO)
Hendri Kurniawan
Jul 26 '07 #2
<comp.lang.ph p>
<KC>
<Thu, 26 Jul 2007 02:19:31 -0700>
<11************ **********@l70g 2000hse.googleg roups.com>
Hi Group, Just joined and would ask if you could give me a reality
check. I have a year left before I take early retirement and would
like to convert some of my work at work from excel (which I know a
reasonable amount) to a database over the firms network. Mostly they
would be simple forms for users to complete, some with lookups for
addresses and existing info. One or two would be more complex
management based databases. I have a couple of books on PHP and MYSQL
but am wondering if I am deluding myself into thinking I can learn and
cover all the bases in the time I have. Is this something a novice
could do? or should I stear clear!
www.outerlimitsfan.co.uk/outerlimitsfan.zip

A full php website for you to tinker with - although it only works on
windows web hosting .

But thats no major issue as you can use if offline on your windows pc
with no worrys .

- download and install XAMPP from apachefriends

- put the outerlimitsfan website into the /xampp/htdocs/ folder

- type in http://localhost into your browser

And away you go - thats all their is to it .

Most of the php code on the OLF website was a get the job and some of
the techniques used arnt ideal - but if you track through it - you
should learn some php basics to get you started .
Jul 26 '07 #3
KC wrote:
Hi Group, Just joined and would ask if you could give me a reality
check. I have a year left before I take early retirement and would
like to convert some of my work at work from excel (which I know a
reasonable amount) to a database over the firms network. Mostly they
would be simple forms for users to complete, some with lookups for
addresses and existing info. One or two would be more complex
management based databases. I have a couple of books on PHP and MYSQL
but am wondering if I am deluding myself into thinking I can learn and
cover all the bases in the time I have. Is this something a novice
could do? or should I stear clear!

KC
It depends on how comfortable you are with programming languages (Excel
macros are not a real programming language) and how much you apply yourself.

The more comfortable you are with other languages, the easier time you
generally have picking up a new language such as PHP. Also, the better
chance you'll be comfortable with PHP.

OTOH, if you've never done any programming other than Excel macros,
you'll have a harder time picking up *any* language, and once you get
into it, may find you love it or hate it - it depends on the person.

However - a year is easily enough time to get a good handle on PHP and
MySQL, even if you don't have any previous programming experience (you
will also need to learn HTML). Start out with some of the easier forms
and see how you like it.

--
=============== ===
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attgl obal.net
=============== ===
Jul 26 '07 #4
KC
Thank you for help. I used to tutor MS Office and thought I had a
reasonable grasp of the applications. However I soon found out how
little I knew when I moved into my current job and started doing
things for real.

I think its because of that gap, what you think you know and what
there is to know, that I feel somewhat daunted by it all. I will
however give it a go.

Many thanks once again

KC

Jul 26 '07 #5
On 26 Jul, 15:12, KC <GeneralCoc...@ gmail.comwrote:
Thank you for help. I used to tutor MS Office and thought I had a
reasonable grasp of the applications. However I soon found out how
little I knew when I moved into my current job and started doing
things for real.

I think its because of that gap, what you think you know and what
there is to know, that I feel somewhat daunted by it all. I will
however give it a go.

Many thanks once again

KC
Just a thought, take a look at a framework like http://www.phppeanuts.org/
Could help you along a bit.

Jul 26 '07 #6
Message-ID: <11************ **********@o61g 2000hsh.googleg roups.comfrom
Captain Paralytic contained the following:
>
Just a thought, take a look at a framework like http://www.phppeanuts.org/
Could help you along a bit.

I've learned PHP at a fairly late stage in life and with a similar
background to the OP (IT teacher). It wouldn't have helped me.

As far as possible I like to know what everything does. It's very easy
to get a lot done in a short time using a framework but whenever I've
used one I've always found it equally daunting when I try to tweak the
output to suit my needs.

I suppose it depends what type of person you are. I've written a lot of
code that doubtless re-invents the wheel, and it's probably crappy code
to boot. But it's /my/ crappy code and I know how it works and more
importantly, how to change it if somebody wants something different..

It's a bit like building a house. You could build a prefabricated house
with lots of large components but your options would be limited. Or you
could learn a lot of individual skills and have it exactly how you
liked.
--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
Jul 26 '07 #7
KC
Thanks for all comments! In the excel world I use both my own VBA
code and borrowed stuff. and think I'll turn to my books to learn some
basics first and trawl through the archive of this group to pick stuff
up and try to make sense as I go along. I'm sure I'll have to ask
when I get stuck so look forward to your future responses. Many
thanks for the input so far.

Regards

KC

Jul 26 '07 #8
KC wrote:
Thanks for all comments! In the excel world I use both my own VBA
code and borrowed stuff. and think I'll turn to my books to learn some
basics first and trawl through the archive of this group to pick stuff
up and try to make sense as I go along. I'm sure I'll have to ask
when I get stuck so look forward to your future responses. Many
thanks for the input so far.

Regards

KC
I have always found it extremely useful to work with "real" code, as
opposed to samples. Just as you discovered with VB, you'll see tons of
"real" PHP code around. Even better, there are any number of actual
working applications for which the PHP code is easily available.

It's a lot easier to work with an application that one understands, and
I think you might find it useful to take a look at WordPress. It's an
open source blog software with quite a sizeable user base, which
stretches across a large spectrum of people whose programming expertise
ranges from zero to high-octane.

WP's code is mostly PHP, with some javascript thrown in, and it uses
MySQL for its database management. Setup is negligible: create an empty
database in your MySQL server, download the WP code, install it in a
subdir off your website, and go to your browser and navigate to that
subdir... and away you go. The main site (wordpress.org) has a well-laid
out plan with plenty of user doc and lots of "themes" and plugins with
still more code. Even better, one of the themes is a purely skeletonized
one, so you can easily work with it and get immediate feedback. IIRC,
it's called "default-empty".

Jul 26 '07 #9
On 26 Jul, 18:58, Geoff Berrow <blthe...@ckdog .co.ukwrote:
Message-ID: <11************ **********@o61g 2000hsh.googleg roups.comfrom
Captain Paralytic contained the following:
Just a thought, take a look at a framework likehttp://www.phppeanuts. org/
Could help you along a bit.

I've learned PHP at a fairly late stage in life and with a similar
background to the OP (IT teacher). It wouldn't have helped me.

As far as possible I like to know what everything does. It's very easy
to get a lot done in a short time using a framework but whenever I've
used one I've always found it equally daunting when I try to tweak the
output to suit my needs.

I suppose it depends what type of person you are. I've written a lot of
code that doubtless re-invents the wheel, and it's probably crappy code
to boot. But it's /my/ crappy code and I know how it works and more
importantly, how to change it if somebody wants something different..

It's a bit like building a house. You could build a prefabricated house
with lots of large components but your options would be limited. Or you
could learn a lot of individual skills and have it exactly how you
liked.
--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDshttp://www.ckdog.co.uk/rfdmaker/
I'm like you there Geoff, I get on far better with raw code than
frameworks! The only framework I sort of work within is Mambo/Joomla.

Jul 27 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

17
4178
by: Craig Bailey | last post by:
Someone please explain what alternate universe I fell into this afternoon when PHP started telling me that 2 doesn't equal 2. Not sure about you, but when I run this, it tells me 59001.31 doesn't equal 59001.31. Change each side of the equation by a hundreth or two and it checks. Change it a bit more, and it won't. _What_ is going on here?! <?php
27
7125
by: mrbog | last post by:
Tell me if my assertion is wrong here: The only way to prevent session hijacking is to NEVER store authentication information (such as name/password) in the session. Well, to never authenticate a user from information you got from the session. Each secure app on a site must challenge the user for name and password, each and every time the user accesses it (not just once and then store it in the session). If a secure app is multi-page,...
7
29930
by: Tony Johnson | last post by:
Can you make a check box very big? It seems like when you drag it bigger the little check is still the same size. Thank you, *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!
2
27813
by: Travis.Box | last post by:
I have an MS Access userform with 16 Check Boxes. Each of the checkboxes has a different option value, which coincides with the Check Box name (eg. cb01.OptionValue = 1). At the bottom of the form is a command button. When the command button is clicked, I need the VBA scripting to determine which Check Box has been selected, and then assign a vaule to a string based on which Check Box has been selected. What I'm having trouble figuring...
1
4265
by: scprosportsman | last post by:
Please help guys, i am trying to set up a database here at work and im fairly new to access in terms of writing functions and queries and stuff. I have 2 different places on my design that will require checking a check box to tell which category something will pertain to. Well after each record is entered i want the check to remain with that record and auto clear when going to the next record so i can input something else if i have a...
16
5664
by: Brian Tkatch | last post by:
Is there a way to check the order in which SET INTEGRITY needs to be applied? This would be for a script with a dynamic list of TABLEs. B.
5
11652
by: starke1120 | last post by:
Im creating a check in – check out database for RF guns. I have a table that contains models. ID (primary key) Model A table that contains Gun Details ID (primary key) Model_id Gun_Number (assigned gun number by operations)
0
9462
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9287
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10046
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9886
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
7259
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6542
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5318
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3817
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3369
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.