Posts

Showing posts from January, 2011

Pay to remove Powered by Joomla? - Joomla! Forum - community, help and support

hi all. i want remove powered joomla! have pay it? , how mutch €? can give me link? thx patak wrote: i want remove powered joomla! have pay it? , how mutch €? can give me link? you can remove current template. you don't have pay so, donations project welcome: http://www.joomla.org/content/view/689/79/ Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

What is the pi's voltage and current rating - Raspberry Pi Forums

when design circuits want know how voltage , current returns gnd pin on board. since voltage little more complicated (from prospective), , decreasing current simpler, want know should out for. voltage destroys circuits, or current. know can combination of both want know if need watch out for. prevent electrical currents destroying pi while having handle large currents smaller current delivers gpio pins. the gpio pins not receive higher 3.3v or less 0v when in input mode. should not source or sink more 16ma @ 3.3v pin when set output, can't remember total current limit is, best keep low possible. pi should powered 5v (+/-0.25v max), preferably supply capable of providing 2a (although may away less). i'm not sure mean ground pins. ground. don't have worry current much. fuse blow (2a) before pins overloaded. raspberrypi

Shockwave in IE7 (Windows Vista Ultimate)

can me? tried play vista ie7 shockwave game isketch ( http://isketch.net/isketch.shtml ), figured out can't use backspace or arrow keys in text fields. how problem can solved? hello. ever reply these threads help? exact same problem having trying play isketch. ie6 , below have gone page or 2 when hit backspace, never while in flash. now, doesn't detect flash-based click away browser tool bar. if you're trying type in flash, , hit backspace (in ie7), take away page. annoying , i've been trying find fix morning? can help? More discussions in Adobe Shockwave Player adobe

Network issues - Wifi - Network unreachable - Raspberry Pi Forums

hi all, i've had around online seem have strange issue haven't found on other posts. i've connected pi via wifi i'm unable ping 8.8.8.8 , access site gives me "cannot resolve hostname(urlhere)". navigated /etc/resolv.conf file find empty. proceeded add in following: code: select all nameserver 8.8.8.8 nameserver 8.8.4.4 once rebooted pi, file had been wiped again (i tried again had same issue). i've tried route -n , recieved following information: code: select all destination 192.168.1.0 gateway 0.0.0.0 genmask 255.255.255.0 flags u metric 303 ref 0 use 0 user iface wlan0 i attempted set default gateway created new ip route other information missing. has seen sort of issue before? find file wiping strange i've not noticed on other post update: i've fixed issue (only temp fix). seems gateway isn't being set , i'm having manually set dns. editing resolv.conf file 8.8.8.8 and setting gateway 192.168.1.1 gets pi online. i'm loo...

USB power jack needed

my brain stuck. trying away jack on left, go jack on right, however, looking smaller form factor, usb chassis mount version. any suggestions? please elobrate question properly. need mention u want getraid of. quote , looking smaller form factor, usb chassis mount version. what purpose?? Arduino Forum > Using Arduino > General Electronics > USB power jack needed arduino

Mega2560 + 3.2 TFT Touch, automated terrarium control + manual buttons

Image
hi, i started arduino programming few days ago, because coworker asked me if wanted use control terrariums in convenient way. well, said yes , don't regret far. until used raspberrypi , cronjob switch lights, didn't work well. but seems stuck, hope of willing give me advice. my setup: - set: http://www.sainsmart.com/sainsmart-mega2560-board-3-5-tft-lcd-module-display-shield-kit-for-atmel-atmega-avr-16au-atmega8u2.html (arduino mega2560 + 3.2 tft touch screen + shield) - ds1307 timer (sda -> analog 0, sdc -> analog 2) - 433mhz transmitter control remote sockets (the remote sockets elro ab440s, transmitter 1 of billions of transmitters can buy 1€/$) (data -> pin what trying do? - automatically switch lights in terrariums on/off, while simulating different seasons (no light during winter, longest during summer, etc.) -> main reason why don't want use standard time switches, since ususally not allow many different times depending on date - print buttons ...

Installation fails on SQL syntax error? - Joomla! Forum - community, help and support

Image
hello, first of all, let me tell i'm complete newbie on joomla when try install (version 1.0.12) web installer, step 2 gives me sql error. this url installation pages, error displayed. the server's running php 4.4.2 , sql 4.1.18. does aynone know goes on here? thanx in advance kenny vega hi kenny, the mysql error displays when have form fields entered e.g. database info entered in corresponding fields. i not advice post such info here, can try again , make screenshot of error? or copy , paste error here? regards robin Board index Joomla! Older Version Support Joomla! 1.0 Installation - 1.0.x

Sketch upload error: avrdude: stk500_getsync(): not in sync: resp=0x00

hi there, i have read lot of similar topics problem, none have helped. i have tried different arduino board, different cable, have re-downloaded software , have re-installed drivers. i used arduino uno smd, using arduino uno r3, uses atmega16u2. i have double checked correct com port being used , correct board selected. when usb connected arduino, "on" light appears on , light "l" next it. pressing reset button doesn't make lights blink used to. up until week ago, previous board, working fine. can me solution? also, have tried "loop-back test". works supposed to. after "loop-back test", attempted upload sketch again , received: c:\program files\arduino\hardware\tools\avr\bin\avr-ar: unable rename 'core.a'; reason: file exists binary sketch size: 3,578 bytes (of 32,256 byte maximum) avrdude: stk500_getsync(): not in sync: resp=0x00 Arduino Forum >...

MediaTek Contest - Raspberry Pi Forums

hi raspberry pi lovers, launched worldwide contest in search of innovators envision next generation of devices power future of smart cities. offering fun prizes , looking people can pitch ideas advance urban life. amazing have credentials pitch in , part of it. take @ contest page, https://www.hackster.io/challenges/smar ... art-cities , plus can win awesome prizes. contact cynthia hackster @ cynthiadj@hackster.io who owns patents come out of contest? raspberrypi

[Gelöst] Leonardo FAN RPM Messung

hallo, ich habe ein 4-pin pwm pc-lüfter mit hilfe eines grove mosfet ( http://www.seeedstudio.com/wiki/grove_-_mosfet ) zum laufen gebracht. mir jetzt noch fehlt ist die drehzahlmessung über ein pin change interrupt ( http://www.geertlangereis.nl/electronics/pin_change_interrupts/pinchange_en.html ). das problem dabei ist nur, dass ich keinerlei ausgabe auf dem seriellen monitor bekomme, wenn ich folgenden sketch auf mein arduino leonardo hochlade: code: [select] #include <timerone.h> #define fan1_power_pin 8 #define fan1_ctrl_pin 9 // possible leonardo pin change interrupt pins: // pb0 = rxled = pcint0, pb1 = sck = pcint1, pb2 = mosi = pcint2, pb3 = miso = pcint3 // pb4 = 8 = pcint4, pb5 = 9 = pcint5, pb6 = 10 = pcint6, pb7 = 13 = pcint7 #define fan1_rpm_sig 13 // see possible pin change interrupt pins #define fan1_rpm_sig_name pcint7 // see possible pin change interrupt pins pcint*_vect #define fan1_rpm_sig_interrupt pcint7_vect volatile int x; void setup() {  //...

Due Counter Overflow Interrupt Problem

hi guys; i worked on due little , new arduino community. manage build pulse counter or frequency reader whatever say, 32 b?t counter not enough want.  thought can overflow flag when counter reaches 4294967296 (2^32) therefore carry , ? can count pulses more 4294967296. the problem cannot manage overflow interrupt. here code far : code: [select] #include <duetimer.h> #define tc_channel_0 0 #define tc_channel_1 1 #define tc_channel_2 2 #define pin_tc0_tclk0_ard (22u) volatile long unsigned int data[1000]; word = 0; void setup(){   pinmode(pin_tc0_tclk2_ard,input);   pmc_enable_periph_clk(id_tc0);   serial.begin(9600);   tc_configure(tc0, tc_channel_2, tc_cmr_tcclks_xc0);    tc_start(tc0, tc_channel_2);   timer4.attachinterrupt(myhandler);   timer4.start(1000000);   nvic_enableirq(tc0_irqn);    }                                   ...

OSMC/EMBY Client/Server Direct Play - Raspberry Pi Forums

hope well. have been playing around since friday getting direct play work. on computer hosting emby, rasp showing dlna guess or isn't issue. rasp connected via lan , media pointed @ folders. computer hosting emby has kodi on , direct play not issue on device - installed drivers on samsung tv , have never tried watch movie music didn't warning wasn't playing via direct play or informing http play. have attempted set alternative paths both using \\myserver , ip address not able direct play emby , pop saying unable direct play , offers http , http/remind later. @ point, have no interest in accessing of media emby or kodi/osmc on mobile , hard drive content lossless , not want use ton of resources devices ideally design calling multizone support. purchase business grade server hosting content specs on computer acting host more powerful enough on both cpu , gpu side , ram maxed out , overclocked. can please tell me how set direct play local units? walk me thru 3 because...

Global screen resising

i own vers 5 , have done 40 projects (some 300meg in size) under windows 98. these being used in school environment computers have been been set 800 x 600. school purchased new computers set 1280 x 1024 , operating under windows xp. the problem of projects being displayed on top left hand 1/4 of screen. i can see/read no means of globally changing screen resolution full project in vers 5. result having adjust screen resolution on home computer 1280 x 1024 , go each project , re-size each section of every link ---- super, major time consuming project. does know how globally re-size 800 x 600 projects read full screen on 1280 x 1024 set computers? any assistance appreciated. techprodn wrote: > own vers 5 , have done 40 projects (some 300meg in size) > under windows 98. these being used in school environment > computers have been been set 800 x 600. school purchased > new computers set 1280 x 1024 , operating under windows xp. > > problem of projects being disp...

Reading/writing to Fujitsu WT-A522 tags

i bought these tags (seen here: http://www.atlasrfidstore.com/fujitsu_wt_a522_uhf_rfid_laundry_tag_p/wt-a522.htm ) test build thinking adafruit pn532 rfid/nfc shield able read them but, go figure, didn't. i'm new whole rfid thing. out there have experience these tags, or can have @ specs , point me in right direction? possible particular reader? need demonstrate concept in presentation. the reason why i'm trying use adafruit/arduino reader because big high-powered reader ideally used costs $1500, , mama ain't got kind of dough. the fujitsu wt-a522 uhf rfid tags work @ frequency range:  902-928mhz, 865.6-867.7 mhz while pn532 reader work @ 13.56mhz. if want demonstrate simple nfc/rfid handling use cheap mifare tags (with pn532) Arduino Forum > Using Arduino > Networking, Protocols, and Devices (Moderator: fabioc84) >...

Use of Handler in the Arduino code

hello all, i wonder handler are, , how use them (precisely arduino due). i mean these functions find in codes: adc_handler oder dacc_handler. are specific interrupt service routines adc , dacc converters of microcontroller? thanks in advance precious answer(s). you provide handler routine , enable relevant interrupt. for instance here's adc handler 1 of test sketches code: [select] void adc_handler (void) {   if (adc->adc_isr & adc_isr_eoc7)   // ensure there end-of-conversion , read isr reg   {     int val = *(adc->adc_cdr+7) ;    // conversion result     samples [sptr] = val ;           // stick in circular buffer     sptr = (sptr+1) & bufmask ;      // move pointer   }   isr_count ++ ; } and somewhere in code interrupt enabled: code: [select]   nvic_enableirq (adc_irqn) ;   // enable adc interrupt vector ...

Thread: AD->Samba+LDAP migration

hi all! 1 question: possible obtain active directory users old domain (ad) new domain (smb+ldap) such 1 can continue use old windows domain , can work on new domain new name , users can choose (testing) if join old or new one? in other words how obtain such stuff without acting samba bdc(member) of old domain first..... have unusable , partly broken ad domain need info users may groups etc ...., have read rather regarding migration in documents it's mentioned how migrate , begin new samba+ldap domain old domain down not need. thnx reply in advance! k. want: old win.(ad) domain ----> new linux domain (smb+ldap) ****** (old sid)---> (users)--->(other sid)******** ******************* (groups) *********************** Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] AD->Samba+LDAP migration Ubun...

Performance: F("string") in a function

nosing around performance tweaks ran following: 2 performance related pieces of info: 1.  f("string")  -    stores string in flash, , calls there when needed instead of storing in ram 2. after function runs, ram used function released , available again program. if understand correct;: the following a  simplified example missing bits. void printstring(){ lcd.print(f("hello world")); } void loop(){ printstring(); } would waste of flash space ? or f() usage here still giving performance gain ?   (though little may in example) looking @ given performance information, think if not use f() here, "hello world" string used when function called. or, function loaded memory @ start up; , not use f(),  bloat program total ram usage because of strings ?  both function , string in flash. there no particular performance gain (possibly loss), you're not wasting precious ram constant string. ...

Thread: No multiCPU in VirtualBox 3

hello all, have _one_ program still needs windows _and_ lots of cpu. latest wine update of last week reverted speed (i can see icons being drawn 1 after other...), updated virtualbox virtualbox-3.0 , delighted see new multiprocessor option... except doesn't seem work. i'm not sure problem is. xp installed in single cpu , ignores new available cpus ? or problem in vb not showing processors ? i'd appreciate if can me diagnose this. code: $ sudo aptitude show virtualbox-3.0 package: virtualbox-3.0 version: 3.0.8-53138_ubuntu_jaunty ... $ uname -a linux penguin 2.6.28-15-generic #52-ubuntu smp wed sep 9 10:48:52 utc 2009 x86_64 gnu/linux $ lshw lshw penguin description: desktop computer product: filled o.e.m. vendor: filled o.e.m. version: filled o.e.m. serial: filled o.e.m. width: 64 bits capabilities: smbios-2.5 dmi-2.5 vsyscall64 vsyscall32 config...

Easy switching on/off , but hard for newbie!

hi hope can help? i have 1x relay use switch randomly lighting between 2 incandescent lights, when 1 lit other out, , vice versa. have gotten lights work through relay cant understand random , randomseed states... i want set min , max seconds time delay lights lit , relay switches between 2 lights. hope make sense? and hope me sketch works cause dont understand , brain muchy now regards per you mus use, said, random() function. function, don't gives random number (almost random), , start working need randomseed() , start process of generating "random" numbers. make the  random() function generate little more random numbers need seed random number. can use analog input when it's not connected (and picks noise, random). the technical explanation without many technical details this. code, can start example of page: http://arduino.cc/en/reference/random quote from: perolalars on jul 26, 2014, 06:46 pm hi (...)i want set min , max sec...

Altimètre Arduino Pro mini

bonjour, je viens vers vous car j'ai un souci, j'ai suivi ce tuto : http://www.instructables.com/id/the-ultimate-altimeter-a-compact-arduino-altimeter/?allsteps mais le problème est que je n'est pas le même capteur de pression moi j'ai un bmp180 et dans le tuto il utilise un mpl3115a2 donc j'ai du modifier le code mais sa ne fonctionne pas. voici le code : code: [select] #include <sfe_bmp180.h> #include <sevseg.h> #include <bounce2.h> #include <wire.h> /* mpl3115a2 barometric pressure sensor library example code by: nathan seidle sparkfun electronics date: september 24th, 2013 license: code public domain buy me beer if use , meet someday (beerware license). uses mpl3115a2 library display current altitude , temperature hardware connections (breakoutboard arduino): -vcc = 3.3v -sda = a4 (use inline 10k resistor if board 5v) -scl = a5 (use inline 10k resistor if board 5v) -int pins can left unconnected demo during te...

[SOLVED] Shuffle a char array?

hi there! i have array: char states[4] = {'null','win','lose','accel'}; i need these 4 states shuffled every time reset code.  maybe use integers instead (e.g. 1-4?) any appreciated! can't use random instead? so: code: [select] states[ random(4) ] Arduino Forum > Using Arduino > Programming Questions > [SOLVED] Shuffle a char array? arduino

print speed with ST7565

hi all, i'm building instrument panel car, working on tach , speedometer. i'm using teensy freqmeasure libraries read frequency car sensors. using u8glib , st7565 adafruit display. in code, without picture loop present, serial monitor updates rapidly frequency measurement. when put picture loop code in, both serial monitor , lcd update frequency once per sec. don't know enough know how optimize situation. ideas? obvious mistakes i'm making or slow approaches? thanks, code: [select] #include <freqmeasure2.h> #include "u8glib.h" #include <freqmeasure.h> float frequency; float frequency2; double sum=0; int count=0; double sum2=0; int count2=0; float rpm; float mph; u8glib_lm6059 u8g(15, 16, 17, 18, 19); // spi com: sck = 13, mosi = 11, cs = 10, a0 = 9 void draw(void) {     u8g.setfont(u8g_font_unifont);     u8g.drawstr( 75, 60, "mph");     u8g.drawstr( 90, 31, "rpm"); } void setup(void...

Creating web icons from icon sheets

i'm having trouble selecting individual icons vector bsed icon sheets. when select them using magic wand selector in photoshop, doesn't select entire icon & when placed on web page looks choppy. how convert web icon sheets individual icons? here's example of i'm referring to: http://www.istockphoto.com/file_closeup/business/business_concepts/credit_cards/1409266_3d _web_internet_icons.php?id=1409266[b as says on istockphoto page: *note* - vector illustration. must have vector editing software (such adobe illustrator, or macromedia freehand) edit file. More discussions in Dreamweaver support forum adobe

Control BT Arduino-Android dont work with usb conect

hi friends afternoon, writing see if can me little problem have , brings me head truth. have bluetooth shield seeedstudio , mobile android  establish one-way communication control relay board. the tick of matter when have arduino connected pc via usb works perfectly, when have connected battery ... connects , other characters happened, na ... want xd attached code if can see escapes me. greetings , in advance. the code followin: quote #include <softwareserial.h>   //software serial port #define rxd         7  #define txd         6 #define pinledon      12 #define pinledoff      13 #define pinbuzz        0 #define ledon()     {digitalwrite(pinledon, high);digitalwrite(pinledoff, low);} #define ledoff()    {digitalwrite(pinledoff, high);digitalwrite(pinledon, low);} #define allled()    {digitalwrite(pinledon, low);digita...

JoomlaLib/BSQstats and weird problem - Joomla! Forum - community, help and support

okay. i return home shopping...........i haven't done site except add content in last few days. refresh site page, little message ( see attachment). so, had forgotten component required joomlalib.......saw "chrono form"....checked it, , clicked uninstall............i next little message ( see 2nd attachment). so try uninstalling anything...same little message. stumped! have made no changes in last few days, , cannot understand has changed. anyone know why has suddently started happening? thanks in advance hi, just search on "overlib required", far can remember issue discussed before. need clean browser cache resolve it. regards robin Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Thread: Install

is there way install ubuntu , running things think need make new install disk install on different computers? sell computers , want make whole thing faster ubuntu customization kit need. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [ubuntu] Install Ubuntu

Questions on Docman - Joomla! Forum - community, help and support

i know isn't quite right place post question regarding docman, there no activity on @ docman forums. i guess first question:  has docman been abandoned?  my second question in regards error producing.  error:  @@@savant:trim:script@@@ this error popping out on place , download page mess.  record running php5 , mysql 5.  thought perhaps there problem savant, installed latest release (3.0) , still no luck.  i'm not entirely against back-tracking php4.3 if solves problem, mysql has stay @ v5 has seen problem , possible solutions it? thanks! i had issues docman instal , posted items in docman forum , did few replies did fix problems having.  i don't have answer problem - try posting in docman forums - may have wait few weeks reply. good luck! baskman Board index Joomla! Older Version Support Joomla! 1.0 Extensions - 1.0.x Components

protecting content - Joomla! Forum - community, help and support

hi there, im running joomla! 1.1.0 alpha version i if possible have kind of printing protection complete script.  did see kind of protection before somewhere on net, blanked pages when hit file>print option in ie browser. formiliar technique , know how implement in script?? many in advance!!! you can various things, won't protect against people determined print or extract text website. if content valuable, don't put online - it's 100% way protect it. Board index Joomla! Older Version Support Joomla! 1.0 Security - 1.0.x

URL / RemoteObject / CFC

i have this: http://www.youngsmarket.com/youngsmarket/programs/inventory/inventory/bin/inventory.swf?su pplierid=30 if press download on upper right supplierid gets sent cfm page loads in excel. part works , gets suppliers equal 30 the data comes in initialy grid of data. dont want though. problem. need supplierid go remoteobject , sent along cfc. cannot syntax right this. bellow of code app , below cfc. can show me wrong remoteobject statement. , cfc should receive variable (supplierid). <?xml version="1.0" encoding="utf-8"?> <mx:application xmlns:mx=" http://www.adobe.com/2006/mxml" layout="absolute" creationcomplete="initvars()" > <mx:script> <![cdata[ import mx.rpc.events.resultevent; import mx.controls.alert; import mx.collections.arraycollection; [bindable] public var mydata:arraycollection; [bindable] public var supplierid:string; [bindable] public var areturntypes: array = [ {label:...

Style Sheets for M$ Only

well, i've ignored internet explorer long can, have really glaring problems have deal with, navigation links in top left corner of page... http://www.geosymbols.org/world/arizona that's assuming you're using firefox. in ie, they're stuck in middle of page, though they're absolutely positioned left. discovered coax them on left if changed div contains them text-align: center text-align: left - screws major element in firefox. anyway, saw thread on site point asking how many style sheets people use. noticed many people use alternate style sheet microsoft hacks. i'd know basics - particularly how set style sheet fetched when someone using ie. this has been discussed death here, , there gazillion references on google. if point me good reference or tutorial, i'd appreciate it. thanks. -- www.geobop.org - family websites www.invisible-republic.org - adult political websites (mature adults only) they're called conditional comments. rather...

Thread: gnometris redux

http://www.vimeo.com/3170316 know how this? dig animations...really enhances game play rather sudden disappearance of lines. if recall correctly, original nintendo version of tetris had lines blink few times before cleared out. also, wish had rotate right, , rotate left controls (like button , button b on old nes). having rotate pieces 3 times left when 1 right need 1 right can make or break game @ higher levels. bm Forum The Ubuntu Forum Community Ubuntu Specialised Support Gaming & Leisure gnometris redux Ubuntu

2 Rpi's w/ Razberry Communicating - Raspberry Pi Forums

Image
hey guys, quick question. have main rpi razberry zwave module controls few zwave devices in house. want have second rpi controlling stepper motor. want 2nd rpi (with stepper motor) communicate main rpi. if both have razberry module, ok communicating , won't have troubles? know each razberry module considered it's own "node" assuming answer is, fine... double checking much!!! edit: wrong post, anyway decided making more difficult needed be. instead using 1 rpi zwave, , other have wifi module , communicate mqtt, attempting understand @ moment raspberrypi

MIDI cc problems with Midi Library, Hairless MIDI and Ableton Live

hello, i'm creating own midi controller using arduino midi library. i succeed sending notes ableton live, have problems sending midi controls. i want trigger loop button there lag , ableton live starts go crazy , have close it. maybe should use cc number? or arduino input? i selected cc 16 because it's general purpose (i read here: http://nickfever.com/402/production-tips-and-resources/midi-cc-list/ ) here code: code: [select] #include <midi.h> //starting midi midi_create_default_instance(); //variables //the led shine while button pressed int led = 13; //button1 sends note, button2 sends control change int button1 = 2; int button2 = 4; //last button state counter int lastb1state = 0; int lastb2state = 0; //curent button state counter int currentb1state = 0; int currentb2state = 0; //note 60 = c int note = 60; //control 16 = general purpose int cc = 16; //setup: void setup(){     //start midi connection   midi.begin();     //serial conn...

Selected operation failed: computer memory is full.

we have experienced following error message in aw 702 in 1 quite large project - selected operation failed: computer memory full. there 32728 icons in file now, problem not seem connected physical computer memory...any idea? yes....that absolute limit icons! need drastically reduce number of icons use. mark met wrote: > have experienced following error message in aw 702 in 1 quite large > project - selected operation failed: computer memory full. there 32728 > icons in file now, problem not seem connected physical > computer memory...any idea? > -- ------------------------------------------------------ authorware media synchronization command: www.authorwarextras.co.uk --> commands media synchronization made easy ! www.authorwarextras.co.uk www.eurotaac.com www.freelists.org/list/flashelearning More discussions in Authorware adobe

I can't edit or deleted an static content as superadmin - Joomla! Forum - community, help and support

ok, can't edit or deleted static content superadmin, content locked !!, in site there 2 accounts superadmin , mine, able edit or delete whatever but, can't unlock article. if try enter direct link, mean copying entirely url static content , correct id for locked article, joomla reports there admin editing it, impossible because have 1 superadmin 2 accounts (me), 1 admin , 1 manager, , not connected, tested 3 times , checking there connections through manager users button see if connected. suppose joomla record wrong database , can't access specif article, ok... what can know edit article or @ least delete it? /best regards... a) please search forum topics such yours - has been asked , answered many times b) @ faq: http://forum.joomla.org/index.php/topic,101888.0.html Board index Joomla! Older Version Support Joomla! 1.0 Administration - 1.0.x

Tag Not Found ASP.net

hi all, using trial version of dreamweaver 8.0 , when validating simple page 1 dropdown list being populated sql database getting following message: the tag name: "dataset" not found in active versions.[xhtml 1.0 transitional] my previous topic "database access" discusses problem of not being able view aspx page. not sure if error have it. any appreciated. krupesh validation routines seem inconsistent in terms of getting them to ignore server tags, not appear in html. if validation error relate <mm:dataset tag simply ignore it. -- paul whitham certified dreamweaver mx2004 professional adobe community expert - dreamweaver valleybiz internet design www.valleybiz.net "krupeshd" <webforumsuser@macromedia.com> wrote in message news:eephps$a67$1@forums.macromedia.com... > hi all, using trial version of dreamweaver 8.0 , when > validating simple page 1 dropdown list being populated > > sql database getting following message: ...